body {
    background-color:#01002a;
    color:white;
}
p {
    font-size:16px;
}
.img-principale.parallax {
    background-position:center !important;
    background-image: url(../images/mas-guaguanco.jpg);
    background-attachment: inherit !important;
}
.bg-blue {
    background-color:#01002a;
}
.opacity-extra-medium {
    opacity: 0.2; 
}
.bg-deep-pink {
    background-color:#0300a1
}
.btn.btn-black, .bg-deep-yellow {
    background: #e5da4f;
    border-color: #e5da4f;
    color: #002763;
}
.center-logo {
    top: 4px;
    background-color:white;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}
.text-yellow {
    color:#e5da4f;
}
.no-padding-bottom {
    padding-bottom:0;
}
.section-under-header {
    margin-top:50px;
}
footer.bg-black {
    background-color:#0300a1 !important;
}
.bg-extra-dark-gray {
    background-color:#02007e !important;
}
.col.bg-black, .col.background-black {
    background-color:#010050 !important;
}
.title-page-school {
    margin:150px 0 0;
}
.bg-mid-blue {
    background-color:#00034c;
}
table td, th {
    color:white;
}
header nav.navbar.white-link .navbar-nav > li.active > a, nav.navbar.bootsnav.white-link ul.nav > li.active > a {
    color:#e5da4f
}



@media screen and (max-width: 991px) {
    .center-logo {
        padding:0 !important;
        top:0 !important
    }
    .section-under-header {
        margin-top: 70px;
    }
    header a.logo img {
        max-height: 106px;
        border-radius: 100%;
    }
}



@media screen and (max-width: 767px) {

    .img-principale {
        background-position:center !important;
        background-image: url(../images/mas-guaguanco-mobile.jpg) !important;
    }
}