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%;
  }

}

span.email b {
display: none;
}

.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:#ffffff00;
  //background:#525252;
  //background: blue;
}

.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;
  //opacity:0;
  //background:#500000;
}

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



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

.head {
  display: block;
  padding: 1.5%;
  color:#fff;
  font-size:150%;
  #background:#711931;
  background: linear-gradient(to bottom, #8a4848 0%, #500000 100%);
  #background:#500000;
}

.main .head {
margin-left:-30px;
}

.head-widget {
  display: block;
  padding: 13px;
  //color:#fff;
  font-size:150%;
  text-decoration: underline;
  #background:#500000;
  #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-left: 30px; 
  //padding-right: 20px;
  //position:relative;
  display: inline-block;;
  //float:left;
  max-width:72%;
  //display:block;
  #margin: 0 -25% 0 0;
  vertical-align:top;
  //max-width:850px;
  box-sizing: border-box;
  //background-color:#dedede;
  background-color:white;
  //border: solid 2px black;
  //opacity:0.9; 
  //padding-bottom:20%;
  //height:100%;
}

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

/* Add a black background color to the top navigation */
.topnav {
  height:auto;
  background-color: #500000;
  overflow: hidden;
  opacity: 0.9;
  //padding: 14px 0px;
  margin-bottom:10px;
  //max-width:900px;
  max-width:100%;
  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: 7px 0px;
  text-decoration: none;
  font-size: 17px;
  border-style: solid; 
  border-width: 1px 1px 0px 1px; 
  border-color:black;
}

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


/* Change the color of links on hover */
.topnav a:hover {
  background-color: grey;
  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;
}


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

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



.bg-container {
  //background-image: url("/ntdss2025/images/ci_building.JPG");
  //background:#f2f2f2;
  background: linear-gradient(to bottom, white 50%, #ebebeb 100%);
  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: 1034px) {
  .search_container {
   position:absolute;
   top:245px;
   right:0px;
   //display:none;
   //float: right;
  }
}
