body {
  font-family: "Lato", sans-serif;
  position: relative;
  margin: 0;
  //padding-bottom: 6rem;
  min-height: 100%;
  width:100%;
}

html {
  min-height: 100%;
  box-sizing: border-box;
  width:100%;
  overflow-x:hidden;
}


.page {
  max-width: 1200px;
  margin:0 auto;
  margin-top:50px;
  width:90%;
  //border: 2px solid black; 
}

@media screen and (max-width: 1200px) {
  .page {
    max-width: 98%;
  }

}

.logo {
  display: block;
  margin-left: 0%;
  //margin-bottom: 50px;
  max-width: 60%;
  height:auto;
  width:600px;
  opacity:0.9;
}

.border{
  border-style: solid;
  border-width: 3px;
  border-color: #525252;
}

.footerstyle{
  color:#fff;
  position:absolute;
  width:100%;
  left:0;
  //padding:10px 0px;
  //margin-bottom:-50px;
  bottom:-10000;
  text-align:right;
  background:#525252;
}

.footerstyle a{
color:white;
text-decoration:none;
}


.footermenu {
  color:#fff;
  position:absolute;
  width:100%;
  left:0;
  margin-top:30px;
  bottom:-20;
  //padding-top:20px;
  //padding-bottom:70px;
  text-align:center;
  background:#525252;
}

.footermenu table {
width:700px;
padding-top:20px;
margin-bottom:70px;
}



.footermenu a{
color:white;
text-decoration:none;
}

.head {
  display: block;
  padding: 1.5%;
  color:#fff;
  font-size:150%;
  background:#525252;
}

.head-widget {
  display: block;
  padding: 13px;
  color:#fff;
  font-size:150%;
  background:#525252;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  max-width:90%;
}


  

/* Main content */
.main {
  //margin-bottom: 220px; /* Same as the width of the sidenav */
  //font-size: 10px; /* Increased text to enable scrolling */
  //padding: 0px 10px;
  //position:relative;
  display:block;
  float:left;
  width:70%;
  margin: 0 -25% 0 0;
  max-width:850px;
  box-sizing: border-box;
  //background-color:#dedede;
  background-color:white;
  border: solid 2px black;
  opacity:0.9; 
 //height:100%;
}

@media screen and (max-width: 800px) {
  .main {
    float:none;
 margin-left:auto;
 margin-right:auto;
 width:100%; 
}
}

/* Add a black background color to the top navigation */
.topnav {
  height:auto;
  background-color: #3b1513;
  overflow: hidden;
  //padding: 14px 0px;
  margin-bottom:50px;
  max-width:950px;
  margin-left:auto;
  margin-right:auto;
}

/* Style the links inside the navigation bar */
.topnav a {
  //position:relative;
  //display: flexbox;
  box-sizing: border-box;
  height:50%;
  width:25%;
  float: left;
  color: #f2f2f2;
  text-align: center;
  //padding-top:12px;
  padding: 14px 0px;
  text-decoration: none;
  font-size: 17px;
  border: solid 1px black;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* On screens that are 900px wide or less, go from four columns to two columns */
@media screen and (max-width: 940px) {
  .topnav a {
    width: 50%;
  }

}

/* On screens that are 600px wide or less, go from two columns to one columns */
@media screen and (max-width: 600px) {
  .topnav a {
    width: 100%;
  }

}

/* Style buttons */
.btn {
  background-color: #63211c;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  margin-left:20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #000;
}

.bg-container {
  background-image: url("../images/ci_building.JPG");
  width:100%;
  height:100%;
  min-height:100vh;
  border-top:1px solid grey;
  box-sizing:border-box;
  background-size:contain;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
  //overflow: auto;
  overflow-x:hidden;
  //overflow-y: hidden scroll;
}

.search_container {
max-width:500px;
float:right;
}

@media screen and (max-width: 1000px) {
  .search_container {
    float: right;
  }
}
