section {
    overflow-x: hidden;
}

body {
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

.logo {
    max-height: 422px;
}

.social-feed-element.hidden{
    display:none;
}

.social-feed-element {
    color: white;
}

.social-feed-element .author-title {
    color: lightgrey;
}

.social-feed-element .media-body div {
    color: white;
}

.social-feed-element .muted {
    color: lightgrey;
}

.social-feed-element a {
    color: white;
    font-weight: bold;
}

.social {
    padding: 10px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    box-sizing: content-box;
}

.social-feed-element-facebook {
    background-color: rgba(0, 89, 153, 1);
}

#wrapper {
    margin-top: 2.2em;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

footer a {
    color: #808080;
}

.bg-sbpmat-footer {
    background-color: #fefefe;
}

.carousel-item {
    height: 100vh;
    max-height: 422px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-div {
    margin: auto;
    color: white;
}

.carousel-control-prev {
    position: absolute;
    z-index: 10;
}

.carousel-control-next {
    position: absolute;
    z-index: 10;
}

.services {
    overflow-x: hidden;
}

.text-sbpmat-yellow {
    color: #fdcc52 !important;
}

.bg-sbpmat-yellow {
    background-color: #fdcc52 !important;
}

.border-sbpmat-yellow {
    border-color: #fdcc52 !important;
}

.text-sbpmat-red {
    color: #e72823 !important;
}

.bg-sbpmat-red {
    background-color: #e72823 !important;
}

.border-sbpmat-red {
    border-color: #e72823 !important;
}

.text-sbpmat-blue {
    color: #1d64a4 !important;
}

.border-sbpmat-blue {
    border-color: #1d64a4 !important;
}

.bg-sbpmat-blue {
    background-color: #1d64a4 !important;
}

.bg-sbpmat-green {
    background-color: #008644 !important;
}

.text-sbpmat-green {
    color: #008644 !important;
}

.border-sbpmat-green {
    border-color: #008644 !important;
}

#mainNav.navbar-shrink .navbar-nav > li > a, #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: white !important;
}

.circle {
    background: #d9d9d9;
    border-radius: 120px;
    color: white;
    height: 120px;
    font-weight: bold;
    width: 120px;
    display: table;
    margin: 20px auto;
}

.circle p {
    vertical-align: middle;
    display: table-cell;
}

.cardLink {
    text-decoration: none !important;
}

a {
    color: #1d64a4;
}

.jumbotron {
    background-color: white !important;
}

.fa-li {
    margin-top: 0.3em;
    left: 0.2em;
}

.fa-ul {
    margin-left: 0;
}

.fa-ul .nav-link {
    padding-left: 3em;
}

.nav-main {
    background-color: #17a2b8;
    color: white;
    border-bottom: 1px solid white;
}

.nav-pills .nav-link {
    border-radius: 0;
}

#mainNav {
    border-bottom: 1px solid;
    border-color: white !important;
}

.nav-link:hover {
    background-color: #d9d9d9 !important;
    color: #1d64a4;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fdcc52 !important;
}
.nav-item .nav-link.active {
    background-color: #fdcc52 !important;
}

.social-feed-element {
    margin-top: 1.2em !important;
}


.symposia .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100vw;
    max-width: none;
}
.symposia .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.symposia .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.symposia .modal-content p {
    margin-bottom: 30px;
}
.symposia .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}
.symposia .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.symposia .modal-content img {
    margin-bottom: 30px;
}
.symposia .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.symposia .close-modal:hover {
    opacity: 0.3;
}
.symposia .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #888888;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}
.symposia .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #888888;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}
.symposia .modal-backdrop {
    opacity: 0;
    display: none;
}

#whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366 !important;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}