﻿.sectionFull {color: #FFF; text-align: center; padding: 30px;}
.sectionFull h1 {font-size: 24px;}
.sectionFull p {font-size: 20px;}
.sectionBlack {background-color: #252525;}
.sectionDKBlue {background-color: #005693;}
.sectionLTBlue {background-color: #66B7E2;}
li {text-align: left;}
ul.social-buttons li a {padding-left: 12px;}
#links {padding: 50px 0px;}
#links a {color: inherit;}
#links a > div:hover {background-color:#FFF5D2; border-radius: 10px;}
ul.social-buttons {margin-top: 2px;}
.nav li p {color: #FFF; margin-top: 5px; margin-right: 15px; background-color: rgb(0,0,0,0.5); padding: 3px 5px;}
.carousel-caption h3 {font-size: 48px; margin: 5px 0px;}
.carousel-caption {background-color: rgb(0,0,0,0.3); border-radius: 10px;
  animation-duration: 3s;
  animation-delay: 0.5s;
}
ul.list {list-style-type: none;}
ul.list li {margin-bottom: 5px;}
ul.list li i {margin-right: 10px;}

footer {background-color: #CECECE;}
footer a:link, footer a:visited {color: #0000FF;}

@media (max-width: 768px) {
  header {margin-top: 85px;}
  .logoMini {float: left; max-width: 160px; margin-top: 0px;}
  .carousel-caption h3 {font-size: 18px;}
}