/* Add here all your css styles (customizations) */


.popup-modal .modal-content {
    background-clip: border-box;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
    overflow: auto !important;
    padding: 100px 0;
    text-align: center;
}

.fa-modal {
    color: #333;
    font-size: 100px;
}

#panel-modal {
    background-color: #f7f7f7;
    height: 200px;
    width: 90%;
}

.fa-modal-blue {
    color: #0096db;
    font-size: 120px;
    margin-top: 12%;
}

.navbar-brand {
    color: #fff !important;
    font-family: "Open Sans",sans-serif;
    font-size: 31px;
    font-weight: 200;
    line-height: 15px;
    padding: 17px 15px 13px;
}

#team {
    width: 70%
}