h1 {color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    text-align:center; padding: 0px;
}

h2 {color: #2596be;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    font-size: 30px; text-align: center; padding: 0px;
}

h3{
    color: #2596be;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p{
    color: #036892;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px; line-height:2; text-align: center;
}

ul{
    color: #036892;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{        
    padding-top: 160px;
    padding-bottom: 80px;
}

.site_header {
    background-image: url('background.jpeg');
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

a {
    text-decoration: none;
}

.fixed-footer{
    width: 100%;
    position: fixed;        
    background: #333;
    padding: 15px 0;
    color: #fff;
    left: 0;
    bottom: 0;
    align-items: center;
    text-align:center;
}

.container{
    width: 80%;
    left: 20%;
    margin: 0 auto; /* Center the DIV horizontally */
    text-align:center;
    align-items: center;
}

.container_2{
    margin: 0 auto; /* Center the DIV horizontally */
    text-align: center;
}

.center {
    display: block;
    max-width: 29%;
    max-height: 89%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.nav {
overflow: hidden;
background-color:  #ffffff;
position: fixed;
top: 80;
left: 0%;
width: 100%;
text-align: center;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.nav a {
float: left;
display: block;
color: #333;
text-align: center;
padding: 14px 14px;
text-decoration: none;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
font-size: 17px;
}

.nav a:hover, .dropdown:hover .dropbtn{
background: #abdbe350;
color: black;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;  
  border: none;
  outline: none;
  color: #333;
  padding: 14px 14px;
  background-color: inherit;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.row:after {
    content: "";
    display: table;
    clear: both;
  }
img {
    width: 700px;
    height: auto;
    margin-left: 50px;
}
.column {
    float: left;
    width: 33%;
    text-align: center;
}
.column2{
    text-align:center;
    width:33%;
    float: left;
}
.column3{
    float: left;
    width: 33%;
    text-align: center;
}
.column4 {
    float: left;
    width: 50%;
    height: 326px;
    text-align: right;
    background-color: #c3e9f2;
}
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}
