﻿body {
    font-family: 'Montserrat', sans-serif;
    /*    font-size: 15px;
    font-weight: 400;*/
    color: #798696;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #374050;
}

h1 {
    font-size: 38px;
    text-align: center;
    color: #485b6d
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

a.expert-email, .card-text > {
    font-family: 'Lato', sans-serif;
    color: #374050;
    font-weight: 700;
}
/*
span {
    font-family: 'Lato', sans-serif;
    color: #374050;
    font-weight: 700;
}*/

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #374050;
    opacity: 0.9;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.white-text {
    color: #FFF;
}

.section {
    position: relative;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

.section-hr {
    margin-top: 80px;
    margin-bottom: 80px;
    border-color: #EBEBEB;
}

.section-header {
    margin-bottom: 40px;
}

.hero-banner {
    width: 100%;
    background-size: cover !important;
    height: 100px;
}

.hero-page .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#team {
    background: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b2867;
    border-color: #1b2867;
}

section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #1b2867;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#team .card {
    border: none;
    background: #ffffff;
}


.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

    .frontside .card,
    .backside .card {
        min-height: 385px;
    }

        .backside .card a {
            font-size: 18px;
            color: #1b2867 !important;
        }

        .frontside .card .card-title,
        .backside .card .card-title {
            color: #1b2867 !important;
        }

        .frontside .card .card-body img {
            width: 200px;
            height: 200px;
            border-radius: 100%
        }

.btn-outline-light {
    color: #ffffff;
    background-color: #1b2867;
    background-image: none;
    border-color: #ffffff;
    text-shadow: 3px 2px 13px black;
}

.modal-dialog {
    z-index: 1041;
}

.bio.modal .modal-body img {
    height: 150px;
    width: 150px;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
