﻿@charset "UTF-8";
/* Style Name: homepagestyles
Author: Brandon Cozart
Author URI: 
Description: 
*/

/*---------------------------------------------------------*/
/*------------------GAME DAY INTRO BANNER------------------*/
/*---------------------------------------------------------*/

#gamedayintrobanner {
    position: relative;
    margin: -90px auto 0;
    padding: 100px 10px 40px;
    width: 100%;
    align-items: center;
    justify-content: center;\
    column-gap: 40px;
}

/*video#tailgatevideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/gameday/gamedayhero.jpg) no-repeat center center;
    background-size: cover;
}*/



#allaggietailgatelogo {
    flex: 0 1 auto;
}

    #allaggietailgatelogo img {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 300px;
        height: auto;
    }

#awaygamedetails-intro {
    position: relative;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

    #awaygamedetails-intro h1 {
        margin-bottom: 40px;
    }

    #awaygamedetails-intro p {
        
        width: 100%;
        
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #555;
    }



#awaygamedetails {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    height: auto;
    padding: 0 40px;
    align-items: flex-start;
}

    #awaygamedetails .awaygame {
        margin-bottom: 100px;
        width: calc(50% - 30px);
    }

    #awaygamedetails > .awaygame:nth-child(2n+1) {
        margin-left: 60px;
    }



.awaygame .awaygamelogo {
    margin-bottom: 20px;
    width: calc(25% - 20px);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

    .awaygame .awaygamelogo img {
        position: relative;
        display: block;
        margin: 0 auto 5px;
        width: 100%;
        max-width: 100px;
        height: auto;
    }

    .awaygame .awaygamelogo img.tu:hover {
        transform: scaleY(-1);
    }

.gamedate {
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #777;
    letter-spacing: 1px;
}

.awaygame .awaygameactivities {
    margin-left: 40px;
    width: calc(75% - 20px);
}

.awaygameactivities p {
    line-height: 20px;
    margin-bottom: 10px;
}

.awaygameactivities .slidebutton {
    margin-top: 20px;
    font-weight: 800;
    font-size: 18px;
}

.awaygameactivities .activitylabel {
    font-weight: 800;
    font-size: 12px;
    color: #8a6666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1199px) {
    #allaggietailgatelogo img {
        width: 300px;
    }

    .awaygame .awaygamelogo {
        font-size: 16px;
        line-height: 16px;
    }
}


@media (max-width: 991px) {

    .awaygame .awaygamelogo {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    #allaggietailgatelogo img {
        width: 200px;
    }

    #awaygamedetails-intro p {
        margin-top: 10px;
        font-size: 16px;
        text-align: left;
    }

    #awaygamedetails .awaygame {
        margin-bottom: 60px;
        width: 100%;
    }

    #awaygamedetails > .awaygame:nth-child(2n+1) {
        margin-left: 0;
    }

    .awaygame .awaygamelogo {
        width: 100%;
    }

    .awaygame .awaygameactivities {
        margin-left: 0;
        width: 100%;
    }
}


/*#gamedayintrobannercontent {
	position: relative;
	display: grid;
    display: -ms-grid;
	width: 100%;
	font-size: 0;
    text-align: center;
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-rows: auto min-content min-content;
    -ms-grid-rows: auto min-content min-content;
}

#allaggietailgatelogo {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    align-items: center;
    justify-content: center;
}

#gamedaydetails {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

#gamedaynavigation {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}*/
.gameslist {
    padding: 10px;
    width: 100%;
    justify-content: space-around;
}

.gameblock {
    padding: 5px 10px;
    flex: 1 auto;
    -ms-flex: 0 0 auto;
    max-width: 80px;
}

    .gameblock img {
        width: 100%;
        height: auto;
    }



.tailgateactivities {
    padding: 20px;
    flex: 1;
    background: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

#homegamelist.tailgateactivities {
    border-right: 1px solid #fff;
}

.tailgateactivities h2 {
    margin: 0;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tailgateactivities .slidebutton {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
}

.tailgateactivitylist {
    justify-content: space-around;
}

.tailgateactivityitem {
    padding: 5px 10px;
    flex: 1;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .gameblock {
        max-width: 70px;
    }

    .gamedate {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 1049px) {
    .gameblock {
        flex: none;
        width: 25%;
        max-width: none;
    }

        .gameblock img {
            max-width: 50px;
        }
}






/*---------------------------------------------------------*/
/*-------------------GAME DAY NAVIGATION-------------------*/
/*---------------------------------------------------------*/

#gamedaynavigation {
    margin: 0;
    padding: 0 0 0 0;
    background: rgba(86, 38, 38, 0.5);
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    align-items: center;
}

.gamedaynavitem {
    flex: 1;
}

    .gamedaynavitem:first-child {
        border-right: 1px solid #fff;
    }

    .gamedaynavitem:last-child {
        border-left: 1px solid #fff;
    }

    .gamedaynavitem a {
        position: relative;
        display: inline-block;
        padding: 20px 0 17px;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .gamedaynavitem a:hover {
            color: #fff;
        }

@media (max-width: 767px) {
    .gamedaynavitem a {
        padding: 20px 15px 17px;
        font-size: 20px;
        line-height: 20px;
    }

    .gamedaynavitem:first-child a {
        padding: 20px 27px 17px;
    }
}

/*---------------------------------------------------------*/
/*-------------------HOME GAME ACTIVITIES------------------*/
/*---------------------------------------------------------*/

#alumnicenterphoto {
    position: relative;
    display: block;
    width: 40%;
    background: url(../images/gameday/alumnicentergameday.jpg) no-repeat center top;
    background-size: cover;
}

#homegamedetails {
    width: 60%;
    padding: 50px;
}

h4.gamedayitemtitle {
    position: relative;
    margin-bottom: 15px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #562626;
}

@media (max-width: 1199px) {
    h4.gamedayitemtitle {
        font-size: 20px;
        line-height: 20px;
    }

    #mediacontainer {
        margin: 5px auto 0 auto;
        height: 380px;
    }

    p.live {
        font-size: 14px;
    }
}

@media (max-width: 1099px) {
    #alumnicenterphoto {
        display: none;
    }

    #homegamedetails {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #homegamedetails {
        padding: 50px 30px;
    }
}


/*---------------------------------------------------------*/
/*-----------------------NEW FOR 2015----------------------*/
/*---------------------------------------------------------*/

#newfor2015 {
    position: relative;
    display: block;
    margin: 0 0 30px;
    padding: 50px 0 50px 0;
    background: url(../images/gameday/grass-pattern.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.newfor2015content {
    padding: 20px;
}

#newfor2015 .row:last-of-type {
    margin-top: 30px !important;
}

.newfor2015content h4.gamedayitemtitle {
    margin-left: 55px;
    font-weight: 600;
    color: #fff;
}

.newfor2015content p {
    margin-left: 55px;
    font-weight: 600;
    color: #fff;
}

.newfor2015icon {
    position: absolute;
    display: block;
    top: -10px;
    left: -55px;
    width: 40px;
    height: 40px;
}

.newfor2015content .slidebutton {
    margin-left: 55px;
    font-size: 18px;
}

.newfor2015content .appdownloadbutton {
    position: relative;
    display: inline-block;
}

    .newfor2015content .appdownloadbutton:first-of-type {
        margin: 0 30px 0 55px;
    }

    .newfor2015content .appdownloadbutton img {
        position: relative;
        width: auto;
        height: 35px;
    }

@media (max-width: 1199px) {
    .newfor2015icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 991px) {
    .newfor2015content p {
        margin-bottom: 30px;
    }

    .newfor2015content .appdownloadbutton:first-of-type {
        margin: 0 9px 0 55px;
    }
}

@media (max-width: 767px) {
    #newfor2015 {
        background-attachment: initial;
    }

        #newfor2015 .row:last-of-type {
            margin-top: 0 !important;
        }

        #newfor2015 .col-sm-6 {
            margin-bottom: 20px;
        }
}

@media (min-width: 375px) and (max-width: 767px) {
    .newfor2015content .appdownloadbutton img {
        height: 33px;
    }
}

@media (max-width: 374px) {
    .newfor2015content .appdownloadbutton {
        display: block;
        margin: 0 0 0 55px;
    }

        .newfor2015content .appdownloadbutton:first-of-type {
            margin: 0 0 15px 55px;
        }
}


/*---------------------------------------------------------*/
/*---------------------TAILGATE TREATS---------------------*/
/*---------------------------------------------------------*/

#tailgatetreats {
    position: relative;
    display: block;
    margin: 70px 0 0 0;
    text-align: center;
}

#pinterest-gallery {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    font-size: 0;
}

    #pinterest-gallery li {
        position: relative;
        display: inline-block;
        width: 16.0833333%;
        height: 225px;
        background-size: cover;
        margin: 0.5% 0 0 0.5%;
        padding: 0;
        border: none;
    }

        #pinterest-gallery li:nth-child(6n) {
            margin: 0.5% 0.5% 0 0.5%;
            padding: 0;
            border: none;
        }

    #pinterest-gallery img {
        border: none;
    }

.pinterest-link {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    height: 100%;
    white-space: nowrap;
}

a.seeonpinterest {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding: 8px 15px 5px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    background: #CA242D;
    border-radius: 4px;
}

    a.seeonpinterest:hover {
        color: #fff;
    }

img.pinterestlogo {
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 15px;
    width: 22px;
    height: 22px;
}

@media (max-width: 1250px) {
    #pinterest-gallery li {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    a.seeonpinterest {
        font-size: 20px;
        line-height: 20px;
    }

    img.pinterestlogo {
        top: -2px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1150px) {
    #pinterest-gallery li {
        height: 175px;
    }
}

@media (max-width: 991px) {
    #pinterest-gallery li {
        height: 122px;
    }
}

@media (max-width: 768px) {
    #pinterest-gallery li {
        width: 24.375%;
        height: 122px;
    }

        #pinterest-gallery li:nth-child(6n) {
            margin: 0.5% 0 0 0.5%;
        }

        #pinterest-gallery li:nth-child(4n) {
            margin: 0.5% 0.5% 0 0.5%;
        }
}

@media (max-width: 500px) {
    #pinterest-gallery li {
        height: 110px;
    }
}

@media (max-width: 400px) {
    #pinterest-gallery li {
        margin: 1% 0 0 1%;
        width: 32%;
        height: 115px;
    }

        #pinterest-gallery li:nth-child(6n), #pinterest-gallery li:nth-child(4n) {
            margin: 1% 0 0 1%;
        }

        #pinterest-gallery li:nth-child(3n) {
            margin: 1% 1% 0 1%;
        }
}

@media (max-width: 320px) {
    #pinterest-gallery li {
        height: 100px;
    }
}

/*---------------------------------------------------------*/
/*-------------------------SPONSORS------------------------*/
/*---------------------------------------------------------*/

#gamedaysponsors {
    position: relative;
    display: block;
    margin: 70px auto 0;
    width: 80%;
    text-align: left;
}

    #gamedaysponsors .aggienetworkflexcontainer {
        justify-content: left;
        align-items: left;
        column-gap: 20px;
    }

        #gamedaysponsors .aggienetworkflexcontainer .sponsor {
            position: relative;
            flex: 1;
            max-width: 175px;
        }

            #gamedaysponsors .aggienetworkflexcontainer .sponsor:first-child {
                flex: 2;
                max-width: 325px;
            }

            #gamedaysponsors .aggienetworkflexcontainer .sponsor img {
                width: 100%;
                height: auto;
            }





@media (min-width: 1100px) and (max-width: 1355px) {
}


@media (max-width: 767px) {
    #gamedaysponsors {
        margin-bottom: 70px;
        margin-top: 50px;
    }

        #gamedaysponsors .aggienetworkflexcontainer .sponsor, #gamedaysponsors .aggienetworkflexcontainer .sponsor:first-child {
            width: calc(50% - 10px);
            flex: none;
        }
}


/*---------------------------------------------------------*/
/*----------------------GAME SCHEDULE----------------------*/
/*---------------------------------------------------------*/

/*KEEP FOR WATCH PARTY PAGE*/

#gameschedule {
    position: relative;
    display: block;
    margin: 70px 2%;
    text-align: center;
    font-size: 0;
}

    #gameschedule ul {
        padding: 0;
    }

        #gameschedule ul li {
            position: relative;
            display: inline-block;
            margin: 0 1.3888889%;
            width: 5.787037%;
            vertical-align: bottom;
        }

            #gameschedule ul li img {
                position: relative;
                display: block;
                width: 100%;
                height: auto;
            }

            #gameschedule ul li:first-child {
                margin: 0 1.3888889% 0 0;
            }

            #gameschedule ul li:last-child {
                margin: 0 0 0 1.3888889%;
            }


@media (max-width: 1199px) {
    #gameschedule {
        margin: 50px 2%;
    }

    .gamedate {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    #gameschedule {
        margin: 70px 2% 40px;
    }

        #gameschedule ul li {
            width: 10%;
            margin: 0 4% 30px;
        }

            #gameschedule ul li:nth-child(6n) {
                margin: 0 0 30px 4%;
            }

            #gameschedule ul li:nth-child(6n-5) {
                margin: 0 4% 30px 0;
            }
}
