h2, h6, .aContent h3 {
    font-family: 'Merriweather', serif;
}
p, .logos h5 {
    font-family: 'lato', sans-serif;
    font-weight: 300;
}
#navLogo {
    display: block;
}
#navLogo img {
    height: 52px;
}
#navToggle svg {
    fill: #000;
}
h2 {
    font-weight: 400;
    font-size: 37px;
    margin-bottom: 11px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
h6 {
    font-weight: 300;
    font-size: 19px;
    font-style: italic;
    margin-bottom: 22px;
}
.st {
    fill: #cfb53b;
}
.al, .nl {
    cursor: pointer;
    stroke: #aaaaaa;
    stroke-width: 1;
    fill: #f0f3f5;
}
.al.attended,
.nl.attended {
    fill: #000;
    stroke: #fff;
    stroke-width: 2;
}
.al:hover,
.nl:hover,
.indBp.active {
    transition: .2s;
    transform: scale(1.3);
    transform-origin: center;
    transform-box: fill-box;
    stroke-width: 2;
}
#sea:hover,
#sea.active,
#sea.attended {
    fill: #0c2c56;
    stroke: #005c5c;
}
#bos:hover,
#bos.active,
#bos.attended {
    fill: #bd3039;
    stroke: #0c2340;
}
#cws:hover,
#cws.active,
#cws.attended {
    fill: #27251f;
    stroke: #c4ced4;
}
#det:hover,
#det.active,
#det.attended {
    fill: #0c2340;
    stroke: #fa4616;
}
#kcr:hover,
#kcr.active,
#kcr.attended {
    fill: #004687;
    stroke: #bd9b60;
}
#min:hover,
#min.active,
#min.attended {
    fill: #002b5c;
    stroke: #d31145;
}
#atl:hover,
#atl.active,
#atl.attended {
    fill: #13274f;
    stroke: #ce1141;
}
#chc:hover,
#chc.active,
#chc.attended {
    fill: #0e3386;
    stroke: #cc3433;
}
#cin:hover,
#cin.active,
#cin.attended {
    fill: #c6011f;
    stroke: #000;
}
#mil:hover,
#mil.active,
#mil.attended {
    fill: #0a2351;
    stroke: #b6922e;
}
#col:hover,
#col.active,
#col.attended {
    fill: #33006f;
    stroke: #c4ced4;
}
#tbr:hover,
#tbr.active,
#tbr.attended {
    fill: #8fbce6;
    stroke: #f5d130;
}
#tor:hover,
#tor.active,
#tor.attended {
    fill: #134a8e;
    stroke: #e8291c;
}
#bal:hover,
#bal.active,
#bal.attended {
    fill: #df4601;
    stroke: #000;
}
#nyy:hover,
#nyy.active,
#nyy.attended {
    fill: #0c2340;
    stroke: #e4ced3;
}
#cle:hover,
#cle.active,
#cle.attended {
    fill: #00385d;
    stroke: #e50022;
}
#hou:hover,
#hou.active,
#hou.attended {
    fill: #002d62;
    stroke: #eb6e1f;
}
#tex:hover,
#tex.active,
#tex.attended {
    fill: #003278;
    stroke: #c0111f;
}
#laa:hover,
#laa.active,
#laa.attended {
    fill: #003263;
    stroke: #ba0021;
}
#oak:hover,
#oak.active,
#oak.attended {
    fill: #003831;
    stroke: #efb21e;
}
#nym:hover,
#nym.active,
#nym.attended {
    fill: #002d72;
    stroke: #ff5910;
}
#phi:hover,
#phi.active,
#phi.attended {
    fill: #e81828;
    stroke: #284898;
}
#mia:hover,
#mia.active,
#mia.attended {
    fill: #ff6600;
    stroke: #0077c8;
}
#was:hover,
#was.active,
#was.attended {
    fill: #ab0003;
    stroke: #212759;
}
#stl:hover,
#stl.active,
#stl.attended {
    fill: #c41e3a;
    stroke: #fdda00;
}
#pit:hover,
#pit.active,
#pit.attended {
    fill: #000;
    stroke: #fdb827;
}
#lad:hover,
#lad.active,
#lad.attended {
    fill: #005a9c;
    stroke: #ef3e42;
}
#sdp:hover,
#sdp.active,
#sdp.attended {
    fill: #2f241d;
    stroke: #ffc425;
}
#sfg:hover,
#sfg.active,
#sfg.attended {
    fill: #fd5a1e;
    stroke: #000;
}
#ari:hover,
#ari.active,
#ari.attended {
    fill: #a71930;
    stroke: #3ec1cc;
}


.map {
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 2%;
    margin-top: 20px;
}
.info {
    width: 36%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #f0f3f5;
/*    background-image: url(../img/grey-geo.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
#homeBtn img {
    width: 75px;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.controls {
    position: absolute;
    bottom: 40px;
    left: 20px;
}
#ranking, #infoIcon {
    width: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 10000;
}
#ranking {
}
#ranking:hover, #infoIcon:hover {
    transform: scale(1.2);
    transition: .3s;
    fill: #cfb53b;
}
#infoIcon {
    margin-left: 45px;
    width: 25px;
}


.logoList {
    width: 70%;
}
.logoList img {
    width: 7%;
    margin: 12px;
    cursor: pointer;
}
.logoList img.toDo {
    cursor: auto;
}
.logoList img.toDo,
.indGame img.toDo,
.team-cell img.toDo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.25;
}
.tgBp img.toDo {
    width: 12%;
}


.indGame, .logoList {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.tgBp {
    display: none;
}
.tgBp p {
    font-size: 16px;
}
p.wplp {
    font-size: 13px;
    margin-bottom: 0;
}
.tgBp img {
    width: 65%;
    margin: 25px 0 11px; 
}
/*
.logos img {
    height: 44px;
    width: 44px;
    display: inline-block;
}
*/
.logos {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
}
.logos h5 {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
}


.about, .rank {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    display: none;
    text-align: left;
}
.about h3 {
    font-size: 21px;
    margin-bottom: 13px;
}
.about p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.pics {
    max-width: 60%;
    margin: 15px auto 0;
}
.picWrap {
    width: 32%;
    margin: 0 1%;
    float: left;
}
.picWrap:nth-of-type(1) {
    margin-left: 0;
}
.picWrap:nth-of-type(3) {
    margin-right: 0;
}
.pics img {
    border-radius: 50%;
    background-color: gray;
    width: 80%;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
img.back {
    display: block;
    width: 25px;
    margin: 35px auto 0;
    cursor: pointer;
}

.team-list {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    padding-top: 38px;
}
.team-cell {
    width: calc(20% - 28px);
    margin: 0 14px 38px;
    cursor: pointer;
}
.team-cell .img-wrap,
.logos .img-wrap {
    position: relative;
    width: 100%;
}
.team-cell .img-wrap img,
.logos .img-wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
}
.team-cell .img-wrap.one-one,
.logos .img-wrap.one-one {
    padding-top: 100%;
}

.ind-team-logo {
    width: 45px;
}
.ind-team-logo img {
    margin: 0!important;
    
}

/*** Favorites ***/
.rank {
    text-align: center;
}
.rank h3 {
    margin: 20px auto 10px;
}
.rank h2 {
    font-size: 30px;
}
.rBp {
    width: 85%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0 auto 5px;
    text-align: left;
    padding-left: 15px;
}
.rBp img {
    height: 20px;
    margin-right: 5px;
}
.rBp p {
    font-size: 14px;
}
.rBp img, .rBp p {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

/*About*/


/***** RESPONSIVE *****/

@media all and (max-width: 992px) {
    .rBp p {
        font-size: 12px;
    }
    .rBp {
        width: 95%;
    }
}

@media all and (max-width: 768px) {
    .map {
        display: none;
    }
    .info {
        width: 100%;
    }
    #homeBtn img {
        z-index: 10001;
        left: calc(50% - 37.5px);
    }
    .logoList img {
        width: 10%;
        margin: 15px;
    }
    .controls {
        left: calc(50% - 50px);
        bottom: 65px;
    }
    #ranking {
        width: 50px;
    }
    #infoIcon {
        width: 45px;
        margin-left: 70px;
    }
} 

@media all and (max-width: 450px) {
    h2 {
        font-size: 24px;
    }
    h6 {
        font-size: 13px;
    }
    .tgBp p {
        font-size: 15px;
    }
    .tgBp img {
        width: 75%;
    }
    .logoList img {
        width: 10%;
        margin: 10px;
    }
    .tgBp .logos img {
        width: 44px;
        height: 44px;
    }
    img.back {
        width: 20px;
        margin: 15px auto 0;
    }
    p.wplp {
        font-size: 9px;
    }
    #ranking {
        width: 25px;
    }
    #infoIcon {
        width: 22px;
        margin-left: 35px;
    }
    .controls {
        left: calc(50% - 28px);
        bottom: 35px;
    }
}

@media (max-height: 650px) and (max-width: 400px) {
    .about p {
        font-size: 14px;
        line-height: 24px;
    }
}
















