﻿@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype"),
         url("../fonts/proximanova-light-webfont.ttf") format("truetype");
}

.body-content {
    background-color: white;
}

.our-team-section {
    font-family: proxima-nova-light;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: white;
}

.our-team-section h1 {
    font-size: 1.8em;
    font-family: "proxima-nova-alt-bold";
}

.our-team {
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.col-span_1_of_2 {
    display: table-cell;
    width: 40%;
}



.team-category {
    background-color: #646464;
    width: 100%;
    text-align: center;
    color: white;
    font-size: xx-large;
    padding-top: 5px;
    padding-bottom: 5px;
}



/* 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    MAX-WIDTH 550 px 
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

@media only screen and (max-width: 550px) {

    .col-span_1_of_2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 80%;
    }

    .empimage {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


}