
body,html{
    min-height: 100%;
    width: 100%;
    margin: 0;
    overflow-x: hidden;
    background:#000;
    /*font-family: 'archivo narrow';*/
    color:#222;
}

/***************Desktop****************/
@media screen and (min-width:500px){
    * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/************nav***************/
@font-face {
    font-family: futurah;
    src: url(../fonts/futurah.ttf);
}
@font-face {
    font-family: futuran;
    src: url(../fonts/futuran.ttf);
}
.navbar-inverse{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
    margin: 0;
    height: 80px;
    background:#000;
    border: none;
}
.navbar-brand{
    padding: 10px;
}
.uptown{
    width: 54% !important;
}
.navbar-brand img{
    position: relative;
    bottom: 30%;
    width: 60%;
}
#bs-example-navbar-collapse-1{
    background: transparent;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    /*border-top: 2px solid #EB6E1F;*/
    background: transparent;
    color: #EB6E1F;
    height: 50px;
}
.navbar-inverse .navbar-nav>li>a{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'archivo narrow', sans-serif;
    font-size: 1.35rem;
    padding-top:20px;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #9a9a9a;
}
.navbar-inverse .navbar-toggle{
    border-color: #fff;
    height: 60px;
}
.site{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content{
    flex: 1;
}
.container-fluid .content .about{
    justify-content: center;
    background: #fff;
}
.jumbotron{
    height: 100vh;
    background: url(../images/generalmain.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* background-attachment: fixed; */
    margin-bottom: 0px;
    margin-top: 30px;
}
.topSlogan{
    color: #fff !important;
    font-family: 'Cantata One', serif;
    font-weight: 100;
    position: relative;
    top: 0;
    font-size: 4.9rem !important;
}
.bottomSlogan{
    color:#fff;
    /* position: relative;
    top:60vh; */
    text-align: center;
    font-family: futuran;
    margin-left: auto;
    margin-right: auto;
}
.bottomSlogan hr{
    width: 50%;
    margin: 0 auto;
}
.bottomSlogan h1, .bottomSlogan h3{
    margin: 0 !important;
    /* text-align: justify;
    text-justify: left;
    position: relative; */
    display: inline;
    text-align: left;
    left: 50vh;
    text-align: left;
}
.bottomSlogan h1{
    font-size: 5.2rem;
    font-weight: 100;
}
.bottomSlogan h3{
    font-size: 2.2rem;
    font-weight: 100;
}
.jumbotron span{
    font-family: 'archivo narrow';
}
.overlay{
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    /*background: rgba(0,0,0,0.5);*/
}

.overlay h1{    
    font-size: 2.83382rem;
    margin-left: 0 10px;
    background: rgba(0,0,0,0.9);
}
.jumboBottom{
    background: rgba(0,0,0,1);
    color: #222;
    height: 6vh;
    /*display: flex;*/
    justify-content: center;
}
.jumboBottom button{

}

hr{
    margin:20px auto;
}
h1{
    font-weight: bold;
}
.checkoutHeader h1{
    font-size: 2.823112rem;
    margin-left: 10px;
    margin-top: 10%;
    text-align: center;
}
.checkoutHeader span{
    font-size: 1.423112rem;
    margin-left: 10px;
    text-align: center;
    display: block;
    margin: auto;
}
.contentCart{
    flex: 1;
}
.contentCart .header p{
    margin-left: 10px;
}
.contentCart .header img{
    height: 200px;
    margin:auto;
    
}
.contentCart .header p{
    margin: auto;
}
.product h1{
    font-size: 1.8rem;
}
.productPrice{
    font-size: 1.9rem;
}
.productMobile{
    display: none;
}
.allProducts{
    padding-top: 10px;
   display: flex;
   justify-content: flex-end;
}
.allProducts a{
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
}
.productBorder{
    background: #fff;
    border:2px solid #f5f5f5;
    position: relative;
}
.productBorder p{
    white-space: nowrap;
    font-size: 0.9vw !important;
}

.plus a img{
    transform: scale(1.1);
}
.bottomSection{
    display: flex;
    justify-content: flex-start;
}
.bottomSection p{
    margin-right: auto;
}
.description .total{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    background:#fff;
    color: #222;
    font-weight: bold;
}
.description .total{
    margin-right: 10px;
}
.description .btn-primary{
    display: block;
    width: 100px;
    position: relative;
    right:0px;
    margin-right: 10px;
    background: #222;
    margin-bottom: 20px;
}
.checkout{
    display: flex;
    justify-content: flex-start;
}
.checkout span{
    margin-right: auto;
}
.form-control.cartForm{
    width: 60%;
}
.form-control.metal{
    width: 100%;
}
/***************Product Description************/
.itemsContainer{
    background: url(../images/hockey-ice-background-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
}
.itemsOverlay{
    background: rgba(255,255,255,0.6);
    padding: 70px;
}
.descon{
    border:3px solid #fff;
    padding:50px;
    background: #fff;
}
.productDescription select{
    margin:0 25px 20px 5px;
}
.productDescription{}
.productsbutton{
    background: #222 !important;
    position: relative;
    width: 100%;
    margin-right: 20px;
    margin-top: 10px;
}
.picContainer{
    display: flex;
    justify-content: flex-start;
}
.picContainer img{
    margin-top: 10px;
   align-content: center;
   margin-right: 5px;
}
.form-control{
    display: inline-block;
    width: 20%;
}
/***************GALLERY******************/

.col-sm-12.col-md-3{
    padding-top: 17px;
    padding-left:17px;
    padding-right: 17px;
}
.bold{
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.light{
    font-weight: 100;
    font-size: 1.3rem;
}
.item{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity:0;
  transition: .5s ease;
}
.productBorder:hover .item {
  opacity:1;
}
.view{
  font-family: 'archivo narrow';
  font-size: .5rem;
  border-radius: 0px;
  white-space: nowrap; 
  background: #EB6E1F !important;
  color: #fff;
  border: 1px solid #EB6E1F;
  font-size: 1.5rem;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.view:active{
    border: 2px  solid #EB6E1F;
}
.pagination{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.pagination a{
    padding: 5px;
    color: #222;
}
.pagination .active span{
    background: #EB6E1F;
    padding: 10px;
}
.view:hover{
    border: #EB6E1F;
    color: #fff;
}
.copyright{
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}
.copyright a{
    color: #222;
    padding: 5px;
}
.copyright a:hover{
    color:#fff;
    background: #222;
}
.copyright .bottomHr{
    display: none;
}
.copyrightBottom{
    font-family: 'archivo narrow';
    font-weight: bold;
    margin-bottom: 0;
}

}








/*****************mobile*************/
@media screen and (max-width:500px){
    * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p{
    font-size: 3vw;
}
body{
    background:#f7f7f7;
}
.navbar-inverse{
    margin: 0;
    height: 70px;
    background: #000;
    border-bottom: none;
}
.navbar-brand{
    padding: 10px;
}
.navbar-brand img{
    height: 50px;
}
.uptown{
    width: 100px;
    padding-top: 2%;
    margin-left: 10px;
}
#bs-example-navbar-collapse-1{
    background: #191919;
    position: relative;
}
.navbar-inverse .navbar-toggle{
    height: 60px;
}
.site{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content{
    flex: 1;
}
.jumbotron{
    margin-top: 20px;
    height: 100vh;
    background: url(../images/generalmain.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 250%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jumbotron h1{
    color:#Fff;   /*#EB6E1F*/ /*#ffc80c*/
    padding-left:10px;
    font-size: 3rem;
    margin-top: 100px;
}
.overlay{
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    /*background: rgba(0,0,0,0.5);*/
}

.overlay h1{
    margin-left: 0 10px;
    background: rgba(0,0,0,0.8);
    font-size: 2.1rem;
}
.jumboBottom{
    background: #fff;
    color: #222;
    height: 15vh;
    display: flex;
    justify-content: center;
}
.jumboBottom button{

}
/* .stanley{
    height: 200px;
    background: url('../images/penguinsstanley.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
} */
/* .overlay2{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    font-size: 3.837373;
} */
.topSep{
    /*display: none;*/
}
.topSpacer{
    display: none;
}
/**********about**********************/
.about{
    padding: 10px !important;
}
.about h1{
    font-size: 2rem;
}
.about p{
    font-size: 1.4rem;
    width: 100%;
}
/**********cart***********************/
.checkoutHeader h1{
    font-size: 2.823112rem;
    margin-left: 10px;
}
.checkoutHeader span{
    font-size: 1.423112rem;
    margin-left: 10px;
}
.checkoutHeader h1{
    margin-top:70px
}

.contentCart .header p{
    margin-left: 10px;
}
.contentCart .header img{
    /*height: 90px;*/
}
.bottomSection{
    display: flex;
    justify-content: flex-start;
}
.bottomSection p{
    margin-right: auto;
}
.description{
    margin: 20px 0;
}
.description .total{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 30px;
    background:#EB6E1F;
    color: #fff;
    font-weight: bold;
}
/*.description .btn-primary{
    display: block;
    width: 50%;
    margin: 50px auto;
    background: #222;
}*/
.productDescription label{
    margin:10px 0;
}
.productHeader{
    font-size: 3rem;
    text-align: center;
    margin-bottom:10px;
    font-weight: bold;
}
.productPrice{
    text-align: center;
    font-size: 2rem;
}
.productsbutton{
    width: 100%;
    background: #222;
}
.checkout{
    margin-top:20px;
}
.checkout span{
    display: block;
}
.checkout button{
    margin: 20px auto;
    display: block;
    background: #222;   
}
#topSep2{
    display: none;
}
.picContainer{
    margin-top:5px; 
    display: flex;
    justify-content: space-between;
}

/**********gallery*******************/
#smallImage1{
    height: 92.5px !important;
    width:180px !important;
}
#smallImage2{
    height: 92.5px !important;
    width:180px !important;
}
.item{
    display: none;
}
.productBorder{
    background: #fff;
    padding:10px;
    width: 80%;
    margin: 30px auto;
}
.container-fluid .row .col-sm-12 .col-md-4 .item img{
    height:50%;
    width: 50%;
}
hr{
    margin: 20px auto;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination a{
   padding: 5px;
   font-size: 1.9rem;
}
.pagination .active span{
    background: #EB6E1F;
}
.bottomSep{
    display: none;
}
.copyright{
    display: flex;
    justify-content: center;
}
.copyright a{
    color: #222;
    padding: 5px;
}
.copyright a:hover{
    color:#fff;
    background: #222;
}
.copyright .bottomHr{
    display: none;
}
.copyrightBottom{
    font-family: 'archivo narrow';
    font-weight: bold;
}
}
@media screen and (min-width: 1555px){

.productBorder p{
    white-space: nowrap;
    font-size: 12px;
}

}

@media screen and (min-width:1000px){
    .jumbotron{
        background-size:contain;
        background-position: center;
    }
    body{
        background: #000;
    }
}
@media screen and (min-width: 1555px){

.productBorder p{
    white-space: nowrap;
    font-size: 13px !important;
}

}
@media screen and (max-width:800px) and (min-width: 501px){
    .jumbotron{
        background:url(../images/generalmain.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; 
        margin-top: 30px;
    }
    .productBorder p{
        font-size: 2vw !important;
    }
}