body {
    font-family: 'Klint Standard', 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 1024px;
    background-color: #d6eff7;/*light blue*/
    margin: 0px auto 0px auto;


}

main {
    float: left;
    left: 205px;
    height: 710px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Egyptian-Slate','Rokkitt', serif;
    color: #cda120;
    font-weight: 600;
}


header {
    width: 205px;
    background-image: url(BackgroundStars.jpg);
    /*background-color: #232d61; dark blue*/
    height: 505px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0px;
    font-size: 1.65em;
}

header ul {
    list-style-type: none;
    margin-top: 0;
}

header ul a {
    text-decoration: none;
}



h1{
    color: #232d61;
    font-size: 60px;
    font-weight: 800;
    width: 497px;
    text-shadow: 1px 1px 5px #232d61;
    position: relative;
    top: -237px;
    left: 220px;
}

#harbor {
    position: relative;
    left: -70px;
    top: -135px;
    font-size: 55px;
    font-weight: 500;
    color: #232d61;/*dark blue*/
    text-shadow: 1px 1px 5px #232d61;
    z-index: 1;

}
#logo {
    position: relative;
    left: 700px;
    top: -110px;
    z-index: 1;



}

h2{
    font-family: 'Klint Standard', 'Exo 2', sans-serif;
    font-size: 20px;
    color: #d6eff7;

}

h3{
    font-size: 18px;

}

h4{
    font-size: 25px;
    color: #232d61;

}

a{
    text-decoration: none;
    color: #cda120;/*gold*/

}
a:visited{
    color: #cda120;

}
a:hover{
    color: #cda120;

}
a:active{
    color: #cda120;

}

nav a{
    color: #d6eff7;/*light blue*/
}

nav a:visited{
    color: #d6eff7;/*light blue*/
    /* other styles */
}
nav a:hover{
    color: #cda120;/*gold*/
}
nav a:active{
    color: #cda120;/*gold*/
}

#currentPage{
    color: #cda120;/*gold*/
}

#scroll{
    position: absolute;
    top: 450px;
    right: -10px;
    opacity: .2;
    width: 100px;
}

p{
    color:#232d61;
    /* Other paragraph styles */
}

figcaption{
    color: #cda120;
    font-family: 'Egyptian-Slate','Rokkitt', serif;
    font-size: 23px;
    padding: 5px;
    text-align: center;
}

#banner {
    width: 820px;
    height: 215px;
    padding-left: 204px;
    margin-top: -20px;

}

#product1 figcaption, #product3 figcaption {
    position: relative;
    top: -320px;
    float: left;
    width: 260px;
    font-size: 3em;
}

#product3 figcaption {
    left: 15px;
}

#product2 figcaption {
    position: relative;
    top: -130px;
    font-size: 3em;
    line-height: .75em;
}

#features {
    width: 822px;
    clear: left;
    padding: 0 10px;
    position: relative;
    top: -95px;
    left: 204px
}



#special {
    width: 822px;
    padding: 0 10px;
    position: relative;
    top: -60px;
    left: 204px;
}

#features h2, #special h2 {
    color: #232d61;/*dark blue*/
    margin-bottom: 5px;
}

footer #school a{
    color: white;
}

#products {
    width: 1024px;
    padding-left: 204px;
    position: relative;
    top: 5px;
}

#product1, #product2, #product3 {
    width: 274px;
    float: left;
    margin: 0;
    padding: 0;

}

#product2 img{
    width: 274px;
    position: relative;
    top: -20px;
    left: -10px;
    border: 10px solid #ab1f25;/*red*/
}

footer {
    position: absolute;
    top: 505px;
    width: 195px;
    background-image: url(BackgroundStars.jpg);
    /*background-color: #232d61; dark blue*/
    color: #d7af29;
    font-size: 10px;
    font-weight: 600;
    line-height: 2.5em;
    padding: 5px 5px 0 5px;

}

footer p {
    color: #d7af29;
}

footer img {
    padding: 10px;
    height: 40px;

}

#icons {
    padding-left: 10px;
}

#about {
    float: left;
    position: relative;
    left: 204px;
    width: 822px;
}

.aboutImg img {
    width: 128px;
    border: 10px solid #ab1f25;/*red*/

}

.aboutImg figure {
    width: 168px;
    margin: 0;
}

.aboutImg figcaption {
    font-size: 20px;

}

#natalie {
    float: left;
    margin: 10px;

}

#natalie p, #emily p{
    margin-left: 10px;
    width: 140px;
    margin-top: -5px;
    margin-right: 0;
    font-size: .75em;
}

#emily {
    float: left;
    position: relative;
    margin: 10px;


}

#post{
    margin: 10px;
    width: 400px;
    height: 500px;
    overflow: scroll;
    float: left;
}

#post h3{
    font-size: 2em;
}

#contactForm{
    width: 448px;
    height: 490px;
    background-color: #232d61;/*dark blue*/
    position: relative;
    left: 308px;

}

#contactForm fieldset{
    border: none;
}
fieldset textarea, fieldset input {
    background-color: #d6eff7;/*light blue*/
    width: 300px;
    border: none;
    font-size: 1.25em;
    width: 24em;
}

fieldset textarea {
    width: 24em;
    height: 10em;
}

#contactForm h3 {
    margin-top: -10px;
}

fieldset button {
    background-color: #cda120;/*gold*/
    color: #232d61;/*dark blue*/
    border: none;
    font-size: 1.5em;
    box-shadow: 2px 2px 2px #232d61;


}

#contactForm p {
    color: #d6eff7;/*light blue*/
    padding: 5px 20px;
    width: 18em;
}

#contactForm h2 {
    position: relative;
    top: 10px;
    left: 20px;
}

/*PRODUCT PAGE*/

#productContent {
    width: 822px;
    float: left;
    margin-left: 204px;
}

#banner {
    margin-bottom: 0;
    padding-bottom: 0;
}

.mockup {
    width: 360px;
    float: left;
    margin: 3px 10px;
    text-align: right;
}

.mockup figure{
    margin-top: 0;
}

.mockup figcaption{
    transform: rotate(-90deg);
    width: 95.11px;
    height: 169.26px;
    line-height: .85em;
    transform: rotate(-90deg);
    font-size: 34px;
    color: #232d61;/* dark blue*/
    position: relative;
    top: -140px;
}

.info {
    background-color: #ab1f25;/*red*/
    width: 360px;
    height: 57px;

}

.mockup img{
    position: relative;
    left: 40px;
}

.productBenefit{
    float: left;
    width: 160px;
    height: 54px;


}

.productBenefit p{
    margin: 3px;
    text-align: left;
    color: #d6eff7;/*light blue*/
}

.productDetails h3{
    float: left;
    text-align: left;
    width: 60px;
    height: 15px;
    margin: 2px;
}

.productDetails p{
    margin: 3px;
    width: 90px;
    height: 15px;
    float: left;
    color: #d6eff7;/*light blue*/
    text-align: left;
}

.productDetails {
    padding-top: 5px;
}

#magMockup{
    height: 236px;
}

#magMockup figure{
    height: 169px;
}

#posterMockup {
    height: 290px;
    margin-left: 80px;
    margin-right: 0px;
}

#posterMockup figure {
    height: 222px;
}

#tradingCardMockup {
    height: 233px;
    position: relative;
    top: -63px;
    clear: left;
}

#tradingCardMockup figure{
    height: 233px;
}

#tradingCardMockup .info {
    position: relative;
    top: -10px;
}

#magMockup .info {
    margin-top: -10px;
}

#posterMockup .info{
    position: relative;
    top: -237px;
}

#posterMockup figure{
    position: relative;
    top: 60px;
}
#posterMockup figcaption{
    position: relative;
    left: 2em;
}

#packages {
    margin-left: 80px;
    margin-right: 0px;
    margin-top: -8px;
}

#packages h2{
    color: #d6eff7;/*light blue*/
    background-color: #ab1f25;/*red*/
    margin-bottom: 3px;
    margin-top: 0px;
    height: 42px;
    width: 360px;
    text-align: center;
    font-family: 'Egyptian-Slate','Rokkitt', serif;
    font-size: 2em;
    padding-top: 15px;
    vertical-align: middle;
}
#packages ul{
    list-style-type: none;
    text-align: left;
    width: 171px;
    padding: 5px;
    margin: 0;
    float: left;
    color: #d6eff7;/*light blue*/
}

#packages h3 {
    width: 153px;
    text-align: left;
    padding: 5px;
    margin: 0;
}

#packageInfo {
    width: 359px;
    height: 180px;
    background-color: #ab1f25;/*red*/
}

#packages #teamSpirit{
    float: left;
    width: 171px;
}

#packages #allStar{
    width: 171px;
    float: left;
}

#packages #mvp {
    float: left;
    clear: left;
    width: 171px;
}

/*SPORTS PAGE*/

#sportContent{
    position: relative;
    left: 205px;
}

.sportsSample{
    width: 360px;
    float: left;
    margin: -13px 10px;
}

.sportsSample figcaption{
    transform: rotate(-90deg);
    position: relative;
    left: -160px;
    top: -90px;
    font-size: 34px;
    color: #232d61; /*dark blue*/
}

#soccer{
    clear: left;
    position: relative;
    top: -100px;
    height: 300px;
}

.sportsSample .info{
    position: relative;
    top: -63px;
    padding-left: 5px;
    padding-top: .5px;
}

.sportsSample .info p {
    margin-bottom: 0;
    color: #d6eff7;/*light blue*/
}

.sportsSample .info a {
    text-align: right;
    width: 365px;
    line-height: 1em;
    padding-left: 100px;
}

.sportsSample img {
    position: relative;
    left: 23px;
}

#basketball{
    margin-left: 75px;
}

#teams{
    margin-left: 17px;
    position: relative;
    top: 18px;
    height: 180px;
}

#teams figcaption{
    transform: none;
    background-color: #ab1f25;/*red*/
    color: #d6eff7;/*light blue*/
    position: relative;
    top: -250px;
    left: 20px;
    width: 350px;
}

#teams figure{
    height: 180px;
    margin-bottom: 0;
}

#basketball figure{
    position: relative;
    top: 60px;
}

#basketball .info{
    position: relative;
    top: -288px;
}

#basketball figcaption{
    padding-left: 32px;
}
