/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.intro-header {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
    position: relative;
    padding-top: 150px;
    min-height: 800px;
    z-index: 1;
}

.carousel {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-list,
.slick-track {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.carousel .slick-slide {
    width: 100%;
    height: 100%;
    min-height: 100%;
}


.team-list {
    display: flex;
    justify-content: space-around;
}
.member-wrapper {
    display: flex;
    flex-direction: column;
    width: 500px;
    text-align: center;
}

.member-wrapper .avatar-wrapper {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: grayscale(100%);
    margin: 0 auto;
    cursor: pointer;
}

.member-wrapper .member-intro {
    display:  none;
    padding: 20px;
    background:rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition:    all 1s ease-in-out;
    -o-transition:      all 1s ease-in-out;
    -ms-transition:     all 1s ease-in-out;
    transition:         all 1s ease-in-out;
    font-weight: normal;
}
.f-bold {
    font-weight: bold !important;
}
.member-intro a {
    color: white;
    text-decoration: none;
}
.member-intro  a.external {
    font-weight: bold;
}
.member-intro  a.external:hover  {
    cursor: pointer;
    color: #ff4081;
}
.member-wrapper:hover .avatar-wrapper{
    filter: none;
}

.member-wrapper:hover .member-intro {
   display: block;
   transition: all 3s ease-in-out;
}

.calin.avatar-wrapper {
    background: url(../img/calin.jpeg) no-repeat center center;
    background-size: contain;
}
.laurentiu.avatar-wrapper {
    background: url(../img/laurentiu.jpeg) no-repeat center center;
    background-size: cover;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 50px;
    padding-left: 170px;
}
.logo-wrapper .member-intro {
    display:  none;
    padding: 20px;
    margin-left: 30px;
    background:rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition:    all 1s ease-in-out;
    -o-transition:      all 1s ease-in-out;
    -ms-transition:     all 1s ease-in-out;
    transition:         all 1s ease-in-out;
}
.logo-wrapper:hover .member-intro {
    display: block;
}

.logo-wrapper .logo {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 150px;
    height: 150px;
    min-width: 150px;
    background: url(../img/logo.jpeg) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
}  
.logo-wrapper .intro-note {
    margin-bottom: 20px;
}
.logo-wrapper .address {
    min-width: 220px;
}
.office-links {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.office-links div {
    padding: 0 10px;
}
.office-links i {
    font-size: 25px;
}
.office-links span {
    display: block;
    padding-top: 5px;
}
@media (max-width: 990px) {
    .office-links div {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 750px) {
    .office-links div {
        width: 100%;
        margin-bottom: 20px;
    }
}
.member-social  a {
    color: white;
    margin: 0 5px;
}
.member-social {
    padding: 20px 0 0;
    font-size: 30px;
}
