@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body{
    background:white;
    font-family: 'Montserrat', serif;
    margin: 0;
    padding: 0;
}

h2{
    font-size: 100%;
}

.achievements{
    font-weight: bolder;
    text-align: left;
}

    /*  NavHeader stuff 
    The top bar with Main, About, Contact
    */
.navHeader ul{
    background-color: white;
    color: rgb(22, 24, 33);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.navSpecialHeader ul{
    background-color: white;
    color: rgb(22, 24, 33);
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*position: fixed;*/
    text-align: center;
    width: 100%;
}

.navHeader li{
    display: inline-block;
    padding: 30px 45px;
    margin: 0px;
}
.navHeader li:first-child{
    padding-left: 0px;
}
.navHeader li:last-child{
    padding-right: 0px;
}

.navHeader a{
    color: rgb(22, 24, 33);
    text-decoration: none;
}

.navHeader a:hover{
    text-decoration: underline;
}

#navHeaderInversed ul,  #navHeaderInversed li, #navHeaderInversed a{
    background-color: rgb(22, 24, 33);
    color: white;
}

.horizontalLine{
    height: 1px;
    width: 60%;
    border-width:0;
    color:rgb(22, 24, 33);
    background-color:rgb(22, 24, 33);
}

    /*  Main Titles
    Tract Games, Good-Fun Games
    */
.titles{
    background-color: rgb(22, 24, 33);
    color: white;
    text-align: center;
}

.titles #TG {
    font-size: 450%;
    padding: 130px 20px 50px 20px;
    margin: 0;
}

.titles #GFG {
    font-size: 100%;
    padding-bottom: 75px;
    margin: 0;
}

#freeGames{
    background:white;
    color: black;
    font-size: 250%;
    border-bottom: 1px solid rgb(22, 24, 33);
    margin: 50px 19%;
    
}
    /* Game Displays
    Pictures of games and stuff
    */
.gameDisplays {
    background-color: white;
}

.gameDisplays figure{
    margin: 0;
    overflow: visible;
    padding: 30px 20px;
    text-align: center;
}

.gameDisplays figure img{
    border-radius: 10px;
    box-shadow: grey 0px 0px 10px;
    width: 200px;
}

.gameDisplays figcaption{
    margin-top: 15px;
    font-size: 135%;
}

.gameLinks{
    flex-direction: row;
}

.gameLinks div{
    display: inline-block;
    padding: 10px;
    margin: 5px 10px;
    
}

.appNames{
    font-weight: bold;
    margin: 10px 10px 5px 10px;
}

.subtitles{
    color: rgb(22, 24, 33);
    font-size: 14px;
    font-style: italic;
}

/* Footer */
footer{
    background-color: rgb(22, 24, 33);
    color: white;
    padding: 10px 20px 10px 30px;
    text-align: center;
}

/*  Game screens
    when user clicks on an icon */
    
.largeLogoSection{
    background: rgb(22, 24, 33);
    padding: 100px 40px 50px 40px;
    text-align: center;
    color: white;
}

.largeLogoSection h1{
    font-size: 225%;
    margin: 0;
}

.largeLogoSection h2{
    font-size: 80%;
    margin: 10px 10px;
    margin-bottom: 40px;
}

.largeLogoSection img{
    margin: 50px;
    width: 200px;
}

.largeLogoSection p{
    border: 5px double rgb(83, 23, 152);
    line-height: 25px;
    padding: 10px;
}
/*
    Contact Page AND 
    About Page
*/

.contact h1, .about h1, .about h2{
    border-bottom: 1px solid rgb(22, 24, 33);
    padding-top: 50px;
    margin: 0 19% 0px 19%; 
    text-align: center;
}

.about div{
    text-align: center;
    margin: 0;
    padding: 0;
}

.about h2{
    padding-top: 0px;
    font-size: 150%;
}

.about img{
    width: 35%;
    max-width: 200px;
    margin: 20px;
}

.about p, .about a{
    line-height: 25px;
    margin: 25px;
    max-width: 700px;
    display: inline-block;
}

.about span{
    font-size: 200%;
}

.contact .contactForms{
    font-size: 120%;
    margin: 90px 12px;
}

.dataAnalyticsDescription{
    padding-top: 100px;
    text-align: center;
    border-color:  red;
}

.dataAnalyticsDescription p{
    line-height: 25px;
    margin: 25px;
    max-width: 700px;
    display: inline-block;
    border-color: green;
}

.dataAnalyticsDescription .disclaimer{
    font-size: 12.5px;
    font-style: oblique;
}

.dataAnalyticsDescription #boldStart{
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.dataAnalyticsDescription img{
    margin: 10px;
    margin-top: 55px;
    width: 82.5%;
    height: 82.5%;
}

.snapchatReport{
    margin: 0px 25px 15px 25px;
    line-height: 25px;
    max-width: 700px;
    text-align: center;
    margin-left: auto; /* super weird, wouldn't center like others, so had to do this*/
    margin-right: auto;
}

.snapchatReport p{
    text-align: center;
    display: inline-block;
}

.snapchatReport div{
    background-color: deepskyblue;
}

.snapchatReport img{
    margin: 10px;
    margin-top: 55px;
    max-width: 500px;
    width: 82.5%;
    height: 82.5%;
}

.reportSectionHeader{
    font-size: 25px;
    margin: 0px;
    padding:0px;
}

.reportSectionHeaderMain{
    text-decoration: underline;
    font-size: 30px;
}

.companyName{
    font-style: italic;
}
/*  Media Orientations
If what's in () is true, we will add to page 
    Goes in order!! (Most specific must go below)
    
    Adjusting for smaller screens */
@media screen and (max-width: 550px){
    .navHeader li{
        padding: 30px 20px;
    }
}

/* Adjusting for larger screens */
@media screen and (min-width: 600px){
    
    .contact .contactForms{
        font-size: 105%;
        margin: 90px 0 90px 19%;
    }
}