@charset "UTF-8";
/* CSS Document */

body {
  background-color:#F9F4E3;
}

div.inherit {
    background-color:inherit;
}
p.header {
    background-color:#1D2A56;
    color:white;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
}

p.announcement {
    background-color:#79CD60;
    color:black;
    text-align:center;
    padding-left:45px;
    padding-right:85px;
    padding-top:0px;
    padding-bottom:0px;
}

p.small {
    font-size:12px;
}
h1 {
  color:#3D4AA1;
  text-align: center;
}

h2.blue {
    text-align:center;
    background-color:#BFD8EB;
}

h2.brown {
    text-align:left;
    background-color:rgba(40,23,24,1.00);
    color:white;
}

h2.brown-center {
    text-align:center;
    background-color:rgba(40,23,24,1.00);
    color:white;
}
h3.dark {
    color:white;
    background-color:#1D2A56;
    margin-left:20%;
    margin-right:20%;
    text-align:center;
}

h4.news{
    text-align:left;
    padding-left:15px;
    font:italic;
}

h5.news{
   text-align:left;
    padding-left:25px;
    font:italic; 
}
p {
  font-family: verdana;
  font-size: 20px;
}
border.bottom {
    border-style:dotted;
    border-color:#0F215E    
}

li {font-size: 20px}

/*Commands for the top navigation bar*/
.topnav {
  overflow: hidden;
  background-color:white;
  position:relative;
  padding-left:30px}

.topnav a {
  color:#262E7E;
  text-align: center;
  padding: 14px 16px;
  text-decoration:underline;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a:active {
  background-color:#514F50;
  color: white;
}

/* The sidebar menu */
.sidenav {
  width:120px;
  position:fixed;
  z-index: 1;
  top: 200px;
  left:10px;
  background:rgba(75,46,47,1.00);
  overflow-x: hidden;
  padding: 8px 0;
  margin-top: 40px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color:rgba(255,255,255,1.00);
  display:inherit;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color:#9FB4DA;
}
.sidenav a.active {
  background-color:inherit;
  color: white;
}
/* Style page content */
.main {
  margin-left: 120px; /* Same as the width of the sidebar */
  padding: 0px 10px;
    font-size: 18px;
}

.flex-container {
  display: flex;
  background-color:white;
}

.carousel-caption {
    position:fixed;
    top:80%
}

.carousel-indicators {
    position:absolute;
    position:absolute
}
.flex-container > div {
  background-color:white;
  margin: 5px;
  padding: 10px;
  font-size: 20px;
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
}

table {
  border-collapse: collapse;
  width: 90%;
  margin-left: 2%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  margin-left:15px;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 150px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}




tr:nth-child(even) {
  background-color: #dddddd;
}
@media screen and (max-height: 450px) 
  {.sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

      
.img {
  max-width: 100%;
    height: auto;}
}