@import url('https://fonts.googleapis.com/css?family=Roboto');

/* Index Page Styles */

u {
text-decoration: underline;
color:#000;
}
.logo img{
  height:auto;
  width:60%;
}
.header-contact {
 float:right;
}

.header-contact a{
 color:#0f75bc;
}

.main-splash-wording h2{
 font-family: 'Roboto', sans-serif;
 text-align: center;
 color:#000;
}

.main-boxes {
 height:450px;
}

.main-boxes h3{
 font-family: 'Roboto', sans-serif;
 color:#000;
 text-align: center;
 text-transform: uppercase;
 }

 .main-boxes p{
 font-family: 'Roboto', sans-serif;
 color:#000;
 text-align: center;
 }

 .main-boxes a{
 font-family: 'Roboto', sans-serif;
 color:#000;
 text-align: center;
 text-transform: uppercase;
 }

 .main-boxes-button {
 margin: auto;
 padding:5px;
 background: #264a60;
 border-radius: 25px;
 width:150px;
 }

 .main-boxes-button a{
 text-align: center;
 font-family: 'Roboto', sans-serif;
 text-transform: uppercase;
 color: #fff;
 }

 .main-boxes-button a:hover{
color: #2ac0ff;

 }

.main-splash-wording h5{
 font-family: 'Roboto', sans-serif;
 text-align: center;
 color:#000;
}

/* Navigation Styles */

#cssmenu {
  background: #fff;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0f75bc;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #6aff70;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}


div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}


/* Page Styles */

.side-menu {
  border-style: solid;
  border-color: #f8fafa;
}

.side-menu ul{
  list-style: none;
}

.side-menu h5{
 font-family: 'Roboto', sans-serif;
 text-align: center;
 color:#000;
}

.page-box {
  background-color: #264a60;
}

.page-box h2{
  color:#fff;
  text-align: center;
}

.page-box p{
  color:#fff;
  padding-left: 15px;
}

.page-box h5{
  color:#fff;
  padding-left: 15px;
  padding-bottom: 10px;
}

.page-box-mini h5{
  color:#fff;
  padding:15px;
}

.page-p-justify{
  text-align: justify;
}

#page-list ul{
  list-style: none;
}

.page-list-box h5{
 font-family: 'Roboto', sans-serif;
 color:#000;
}

.page-box-headers{
  height: 55px;
  width: 205px;
  background-color: #264a60;
}

.page-bottom-contact{
  background-color: #fafbfb;
  border-color: #f3f5f6;
  border-style: solid;
  margin: 20px;
  text-align: center;
  padding: 10px;
}

 .page-boxes-button {
 margin: auto;
 padding: 5px;
 background: #264a60;
 border-radius: 25px;
 width:125px;
 }

 .page-boxes-button a{
 text-align: center;
 font-family: 'Roboto', sans-serif;
 color: #fff;
 }

 .page-boxes-button a:hover{
color: #2ac0ff;

 }

.page-contact-button{
 margin: auto;
 padding: 5px;
 background: #264a60;
 border-radius: 25px;
 width:200px;
}

.page-contact-button a{
 text-align: center;
 font-family: 'Roboto', sans-serif;
 text-transform: uppercase;
 color: #fff;
 }

.page-contact-button a:hover{
color: #2ac0ff;
}

/* Footer Styles */

.footer {
  background-color: #264a60;
}

.footer h2 {
 color: #fff;
}

.footer p {
 color: #fff;
 font-size: 12px;
}

.footer h5 {
 color: #fff;
 text-align: left;
}

.footer ul{
  list-style: none;
}

.footer li{
  color: #d3e3ee;
}

.footer a{
  color: #d3e3ee;
}

.footer a:hover{
  color: #fff;
  text-decoration: underline;
}
