/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

* {
    padding:0;
    margin:0;
}

html, body {background-color: white;
}


.topnavhome{
  background-image: url('/photos/ritter.jpg');
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#6498B5;
  margin:0;
  padding: 0px 0px 0px 0px;
  font-family: sans-serif;
  color: white;
  position:relative;
  text-align: Center;
  background-attachment: fixed;
  height: 100vh; 
}

.topnav {
  background-color: #6A84AD;
  margin:0;
  padding: 20px 20px 20px 20px;
  font-family: sans-serif;
  color: white;
  position:relative;
  text-align: left;
}

.button { 
  background-color: none;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}

.logo2 {
    position:absolute;
    top:10%;
    right:1%;
    display: table-cell;
    max-height:80%;
}

.logo {
    position:absolute;
    top:10%;
    left:1%;
    display: table-cell;
    max-height:80%;
}

.rightimg {
  display: block;
  float: right;
  max-height:400px;
  margin: 10px 10px 10px 10px;
  padding: 10 10 10 10;
}

.botnav {
  background-color: #6A84AD;
  font-family: sans-serif;
  text-align: Center;
  color: white;
  bottom: 0vh;
  ;
  
}

.botnav a {
  color:white;
}

.header {
  font-family: sans-serif;
  color: white;
  text-align:center;
}

.main {
  background-color:white;
  border: none;
  padding: 20px 20px 20px 20px;
  margin-left:100px;
  margin-right:100px;
  font-family: sans-serif;
  min-height: 80vh;
  color: #000F3E;
  display: grid;
  grid-template-rows: auto 1fr auto;
}


table {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0px 0px 0px 0px;
}

.tblimg {
flex: 25%;  
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

a:hover {
  text-decoration: none;
}
