
header{ 
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.row{
    margin-top:130px;
}
body{
    font-family: 'EB Garmond', serif;
}
* {
    box-sizing: border-box;
}
p{
    font-family: 'EB Garamond', serif;
    font-size: 16px;
}
li{
   font-family: 'EB Garamond', serif;
    font-size: 16px;
}

body {
  margin: 0;
}
h1,h2,h3{
    font-family: 'EB Garamond', serif;
}
.column {
    float: left;
    padding: 10px;
}

/* Left and right column */
.column.side {
    width: 25%;
    background-color: #e6e6e6;
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    height: 807px;
}
.column.side h2{
    text-align: center;
    font-family: 'EB Garamond', serif;
}

/* Middle column */
.column.middle {
    width: 50%;
    background-color: #FFF;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column.side, .column.middle {
        width: 100%;
    }
}

/* Begining of header */

.top {  
    height: 100px;
    text-align: center;
    position: relative;
    padding-top: 5px;
    background-color: #0047b3;
}
.top h1{
    color: white;
    font-size: 50px;
    margin: 0 auto;
}
.navbar{
    line-height: 32px;
    background-color: #e6e600;
    width: 100%;
}
.navbar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.navbar ul ul{
    position: relative;
    opacity: .9;
    z-index: 1000;
}
.navbar ul li{
    display: inline-block;
    position: relative;
    width: 150px;
    text-align: center;
}
.navbar ul li a{
    text-decoration: none;
    color: black;
    display: block;
}
.navbar li a:hover{
    background-color: #0047b3;
    opacity: .99;
    color: white;
}
.navbar ul li ul li{
    display: none;
}
.navbar ul li:hover ul{
    position: absolute;
    background-color: #e6e600;
    opacity: .99;
}
.navbar ul li:hover ul li{
    float: left;
    display: block;
}

/*end of header*/

/*beginning of footer*/

.footer {
    background-color: #0047b3;
    text-align: center;
    height:100px;
    padding: 2px;
    
}

/*index page*/
.button {
    background-color: #0047b3;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 40px;
    cursor: pointer;
    float: right;
}
.homepicture{
    width: 100%;
    height: 350px;
}
.signin{
    border: 2px solid #FFF;
    padding-bottom: 5px;
    text-align: center;
    font-size: 13.5px;
    font-family: 'EB Garamond', serif;
}
.forgotpassword{
    text-align: right;
    font-size: 14px;
}
.trophy{
    text-align: center;
    border: 2px solid #FFF;
    padding-top: 12px;
    padding-bottom: 7px;
}
.trophy img{
    width:80%;
}
.openingday{
    text-align: center;
    border: 2px solid #FFF;
    padding-top: 12px;
}
.openingday img{
    width: 80%;
}
.siderankings{
    border: 2px solid #FFF;
    padding-bottom: 10px;
}
.siderankings h3{
    text-align: center;
    font-family: 'EB Garamond', serif;
}
#Shoppingsale{
border: 2px solid #FFF;
}
#Shoppingsale {
    text-align: center;
}
 #text{
        width: 500px;
        border: solid 2px black;
        padding: 20px;
        margin: 50px;
    }
.right{
    float: right;
}
.right img{
    height: 200px;
    width: 200px;
}
.left img{
    height: 200px;
    width: 200px;
}
.teamlogos{
    display: inline-block;
}
.teamlogos img{
    float: left;
    padding-right: 15px;
}
.banner{
    width: 100%;
    height: 300px;
    position: relative;
}
#slider{
    width: 100%;
    height: 537px;
    position: absolute;
    overflow: hidden;
}
#slider img{
    width: 100%;
    position: absolute;
    height: 360px;
}
#next{
    text-align: center;
    line-height:50px;
    color: #ffffff;
    width:50px;
    height:50px;
    background-color:#1aaba5;
    position: absolute;
    top:165px;
    right:0;
    z-index:99;
    cursor: pointer;
    opacity:.4;
}
#pre{
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    width:50px;
    height:50px;
    background-color: #1aaba5;
    position: absolute;
    top:165px;
    left:0;
    z-index:99;
    cursor: pointer;
    opacity:.4;
}
.banner:hover #next{
    opacity:1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
.banner:hover #pre{
    opacity:1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
#curtain{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
}
#light{
    max-width: 80%;
    max-height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
#close{
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
    position: absolute;
    z-index: 990;
}
.bel{
    text-align: center;
    font-size: 12px;
}
.room{
    margin: 10px;
    width: 250px;
    display: inline-block;
    border: 1px solid #ccc;
}
input[type=submit]{
    width: 110px;
    padding: 13px;
    border: 0;
    cursor: pointer;
    background-color:#0047b3;
    border-radius: 2px;
    align: left;
    color: white;
 }
.info td:first-child{
    text-align: left;
}
.siderankings table,th,td{
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #e6e600;
}
.siderankings th,td{
    padding: 5px;
}
.siderankings th{
    text-align: center;
    background-color:#0047b3;
    color: white;
}
.siderankings td{
   text-align: center;
}
.siderankings{
    padding:15px 15px 15px 15px;
}
#show{
    width: 120px;
    padding: 13px;
    border: 0;
    cursor: pointer;
    background-color:#0047b3;
    border-radius: 2px;
    align: left;
    color: white;
    border: none;
}
#code p{
    display: none;
}
#Shoppingsale{
    padding-bottom: 10px;
}
.footer img{
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer img:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}
.footer p{
    color:white;
}
.info{
    border: 2px solid;
    padding: 10px;
    margin: 0 auto;
}
.info td{
    border: none;
    background-color: white;
}
 #text{
        width: 500px;
        border: solid 2px black;
        padding: 20px;
        margin: 50px;
}
.jersey{
    background-color: #e6e6e6;
    padding: 20px;
    text-align: center;
}
.jersey:hover{
    background-color:#e6e600; 
}
.jersey h3{
    color: black;
}
.skates{
    background-color: #e6e6e6;
    padding: 20px;
    text-align: center;
}
.skates:hover{
    background-color: #0047b3;
}
.skates:hover h3{
    color: white;
}
.skates h3{
    color: black;
}
.sticks{
    background-color: #e6e6e6;
    padding: 20px;
    text-align: center;
}
.sticks:hover{
    background-color: #e6e600;
}
.sticks h3{
    color: black;
}
.helmets{
    background-color: #e6e6e6;
    padding: 20px;
    text-align: center;
}
.helmets:hover{
    background-color: #0047b3;
}
.helmets:hover h3{
    color: white
}
.helmets h3{
    color: black;
}
.accessories{
    background-color: #e6e6e6;
    padding: 20px;
    text-align:center;
}
.accessories:hover{
    background-color: #e6e600;
}
.accessories h3{
    color: black;
}
.entercode{
    float: right;
}
.contactinfo{
    display: inline-block;
    margin-left: 20px;
}
fieldset{
    width: 70%;
    margin: 0 auto;
}