/*@import 'https://fonts.googleapis.com/css?family=Baloo+Paaji';*/
@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
    body {
    
    font-family: 'Quicksand', sans-serif;

}
.navbar-fixed-top .nav {
    padding: 20px 0px;
    font-family: 'Cinzel', serif !important;
    font-weight: bold;
}
.navbar-fixed-top .navbar-brand {
    padding: 0px 25px;
}
@media(min-width:768px) {
    .navbar-fixed-top .navbar-brand {
    padding: 15px 0;
}
}
.navbar-toggle {
    height: 42px;
    background: white;
}
.navbar-default {
    background: white;
    box-shadow: 3px 3px 1px #888888;
}
#mycarousel h3 {
    display: inline-block;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #002080;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h1 {
    padding: 50px;
}
.about ul li {
    font-size: 15px;
}
@media(max-width:768px) {
    .about ul li {
    font-size: 16px;
}
}
.panel {
    min-height: 430px;
}
.fonts15 p {
    font-size: 16px;
}
.gallery {
    background: #EEE;
}
.gallery-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}
.gallery-cell.is-selected {
    background: #ED2;
}
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}
footer {
    min-height: 150px;
    background: #002633;
    color: white;
}
.panel:hover .fa {
    color: blue;
}
iframe {
    width: 100% !important;
    border: 0 !important;
    height: 350px !important;
}
#links-img .item {
    margin: 3px;
}
#links-img .item img {
    display: block;
    width: 90%;
    height: auto;
}
/*===================================================*/

.sty:hover {
    background: blue;
}
.social-icons span:hover, .social-icon i:hover {
    color: blue;
}
