@charset "UTF-8"; 

.intro-header {
    width: 100%
}


.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.portfolio-modal .modal-content {
    width: 70%;
    margin: auto auto;
}


.nav-stacked {
    font-weight: bold;
}

.nav-link {
    background-color: #56A38F;
    color: 333;
}

.tab-content {
    border-left: 1px solid #012063;
}

/* banner EUSEW */

#eusew {
    background-color: #f5faff;
}

#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

#eusew {
    width: 100%;
    height: 400px;
    background-image: url(../img/EUSEW19_web_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }



#about .registration {
    padding: 0.1rem 2rem 0.5rem 0rem;
    color: #012063;
    background-color: #E9F2E7;
    border-radius: 50px 0px;
}

#about .registration a {
    color: #56A38F;
}


.speakers img {
    width: 262.5px; 
    height: 262.5px;
}

.speakers p{
    height: 4rem;
}


#agenda, #venue, #video-speakers, #organizers, #cologne, #groningen, #about2 {
    color: #012063;
    background-color: #E9F2E7;
}

#agenda section-heading, #venue section-heading, #video-speakers, #organizers section-heading, #cologne section-heading, #groningen section-heading, #about2 section-heading {
    color: #012063;
}


.section-heading {
    font-size: 3rem;
    margin: 60px 0 20px 0;
    font-weight: 700;
}

.figure-caption {
    text-align: right;
    font-size: 0.8rem;
    padding: 10px;
}

.caption {
    text-align: center;
    font-size: 1.4rem;
    padding: 10px;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}




/* botao */
.btn,
.btn a {
    font-size: 1.4rem;
    padding: 10px 20px;
}

.btn-lg {
    font-size: 1.6rem;
    padding: 25px 35px;
}




/* imagem oradores */

.imgpb {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.imgpb:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}



.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.back-to-top:hover {
    color: #333;
    background-color: transparent;
    /* border-color: #ccc; */
}


footer {
    padding: 50px 0 65px;
}

footer .list-inline {
    margin: 0;
    padding: 0;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.share {
    z-index: 999;
    position: absolute;
    float: right;
    margin-top: 35%;
    background-color: #d85904;
    color: white;
    text-align: left;
    padding: 0rem 2rem;
    border-radius: 1rem  ;
    -webkit-border-radius: 1rem  ;
    -moz-border-radius: 1rem  ;
    -ms-border-radius: 1rem  ;
    -o-border-radius: 1rem  ;
}

.share a, .share h3, .share p{
    color: white;
    margin-top: 5px;
    padding: 0px;
}


.modal-body p{
    margin-top: 5px;
}