﻿body {
}

.pageformat {
    height: 500px;
    width: 99.9%;
    background-color: beige;
    border-left: 1pt solid black;
    border-right: 1pt solid black;
    border-top: 1pt solid black;
}

.center {
    position: absolute;
    z-index: 1;
    color: brown;
    font-size: 100px;
    top: 8%;
    left: 20%;
}

#bar {
    position: fixed;
    height: 50px;
    width: 98.5%;
    font-size: 30px;
    border-bottom: 1pt solid black;
    z-index: 4;
    background-color: gray;
    text-align: center;
}

#bar2 {
    height: 50px;
}

#NFL {
    position: absolute;
    z-index: 0;
    top: 80px;
    left: 70px;
}

footer {
    height: 50px;
    text-align: center;
    width: 99.9%;
    background-color: beige;
    border-left: 1pt solid black;
    border-right: 1pt solid black;
    border-top: 1pt solid black;
    border-bottom: 1pt solid black;
}

#logo {
    width: 25%;
    height: 100%;
    float: left;
}

#logo2 {
    width: 100%;
    height: 100%;
}

#description {
    float: right;
    width: 74%;
    padding: 4px;
}

#Boarder {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 29.7%;
    clear: both;
}

h1 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 10%;
    border-bottom: 1pt solid black;
}

h2 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 10%;
    border-bottom: 1pt solid black;
}

#clear {
    clear: both;
}

#photosize {
    width: 33.3%;
    height: 300px;
    float: left;
    margin: 0px;
    padding: 0px;
}

#photo {
    width: 100%;
    height: 90%;
}

#Gallery {
    height: 700px;
}


#formp {
    height: 650px;
}


@media screen and (max-width: 600px) {
    #Info {
        height: 1700px;
    }

    #logo {
        width: 100%;
        height: 50%;
        float: left;
    }

    #logo2 {
        width: 100%;
        height: 100%;
    }

    #NFLSIZE {
        height: 500px;
        width: 450px;
    }

    #description {
        float: right;
        width: 99%;
        padding: 4px;
    }

    #NFL {
        top: 60px;
        left: 15px;
    }

    h1 {
        height: 3%;
    }

    #Boarder {
        height: 32%;
    }

    .center {
        font-size: 40px;
        top: 23%;
        left: 15%;
    }

    #photosize {
        width: 100%;
        height: 250px;
        float: left;
        margin: 0px;
        padding: 0px;
        clear: both;
    }

    #photo {
        width: 100%;
        height: 80%;
    }

    #Gallery {
        height: 1570px;
    }

    #bar {
        width: 97%;
    }

    td {
        text-align: center;
    }
}
