body{
    font-family: "ProximaNova";
    font-size: 17px;
    color: #222;
    background-color: #fff;
}

.f-didot{
    font-family: "Didot" !important;
}

h1, h2, h3, h4{
    font-weight: 700;
}

.h1, h1 {
    font-size: 3.5rem;
}

.h2, h2 {
    font-size: 2.5rem;
}

.h3, h3 {
    font-size: 2.3rem;
}

.h4, h4 {
    font-size: 1.2rem;
}

h3.section-title{
    font-weight: 300;
    padding-bottom: 40px;
    color: #000;
    line-height: 59px;
}

p{
    line-height: 2rem;
    font-size: 17px;
}

p strong{
    font-weight: 600;
}

.logo{
    width: 100%;
    max-width: 145px;
    height: auto;
}

a, a:hover{
    color: #222;
}

.iconbrand-read-more-link{
    font-size: 0.8rem;
}

.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #000;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

#content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section{
    position: relative;
    width: 100%;
    padding: 130px 0 100px 0;
}

.btn:focus, button:focus {
    outline: none;
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #000;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
}

.navbar{
    padding: 8vh 15px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.navbar-expand-md .navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 600;
    color: #c5c5c5;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    min-width: 175px;
}

.navbar-expand-md .navbar-nav .nav-link:focus{
    outline: none;
}

.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .dropdown-item{
    padding: 0 45px;
}

.navbar-expand-md .navbar-nav li:first-child .nav-link,
.navbar-expand-md .navbar-nav li:first-child ul.dropdown-menu .dropdown-item{
    padding-left: 0;
}

.navbar-expand-md .navbar-nav li:last-child .nav-link,
.navbar-expand-md .navbar-nav li:last-child ul.dropdown-menu .dropdown-item{
    padding-right: 0;
}

.navbar-nav li:hover .nav-link, .navbar-nav li.current-menu-parent .nav-link, .navbar-nav li.current-menu-parent ul.dropdown-menu li.current_page_item a{
    color: #222;
}

#main-menu{
    margin-top: 25px;
}

#hero{
    padding: 65px 0;
    background-image: url('../img/image1-min.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 70vh;
    min-height: 465px;
    max-height: 700px;
}

#hero:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
}

#hero h1, #hero h2{
    text-transform: uppercase;
    color: #c7b19b;
    letter-spacing: 2px;
}

#hero h1{
    padding-bottom: 35px;
}

#hero-section{
    padding: 0 0 80px 0;
}

#hero-section .item{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 70vh;
    min-height: 400px;
}

#hero-section .item.blog{
    height: 350px;
    min-height: auto;
}

#hero-subpage{
    position: relative;
    /* padding: 25vh 0 35vh 0; */
    padding: 11vh 0 15vh 0;
}

#hero-subpage h1, h1.section-colllection{
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    line-height: normal;
    /* text-transform: uppercase; */
    /* letter-spacing: 7px; */
    letter-spacing: 2px;
    font-weight: 200;
}

.arrow{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.arrow span{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -10px;
    -webkit-animation: animate 2s infinite;
            animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
}

.entry-header .entry-title{
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.entry-meta{
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.page-link{
    color: #555;
    line-height: 1;
    border-radius: 0;
    border: 0;
    margin: 0;
}

.page-link:hover{
    background-color: #fff;
    color: #555;
    border: 0;
}

.page-item.active .page-link{
    background-color: #555555;
    border-color: #555555;
    border-radius: 0;
    line-height: 1;
    border: 0;
}

li.page-item:active, li.page-item:focus, .page-link:active, .page-link:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#scroll-section{
    padding: 90px 0;
}

#shopping-cart{
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.2);
            box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.2);
}

#shopping-cart a{
    display: block;
    line-height: 50px;
    text-align: center;
    color: #555;
    font-size: 19px;
}

.link {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    text-decoration: none;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .link__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .link__arrow span {
    position: relative;
    width: 13px;
    height: 1px;
    border-radius: 2px;
    overflow: hidden;
    background: #d8d8d8;
    z-index: 2;
  }
  .link__arrow span:nth-child(1) {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(45deg) translate3d(9px, -9px, 0);
                    transform: rotate(45deg) translate3d(9px, -9px, 0);
  }
  .link__arrow span:nth-child(2) {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .link__arrow span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: #232323;
  }
  .link__line {
    position: relative;
    margin-left: -14px;
    margin-right: 30px;
    width: 125px;
    height: 1px;
    background: #d8d8d8;
    overflow: hidden;
    z-index: 1;
  }
  .link__line:after {
    content: '';
    display: block;
    position: absolute;
    left: 80px;
    width: 70px;
    height: 1px;
    background: #232323;
  }
  .link__text {
    color: #4A4A4A;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .link:hover .link__line:after {
    -webkit-animation: animation-line 1.5s forwards;
            animation: animation-line 1.5s forwards;
  }
  .link:hover .link__arrow span:after {
    -webkit-animation: animation-arrow 1.5s forwards;
            animation: animation-arrow 1.5s forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  @-webkit-keyframes animation-line {
    0% {
      left: 80px;
    }
    100% {
      left: 0;
    }
  }
  
  @keyframes animation-line {
    0% {
      left: 80px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes animation-arrow {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes animation-arrow {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

@-webkit-keyframes animate {
    0%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-10px,-10px);
                transform: rotate(45deg) translate(-10px,-10px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(10px,10px);
                transform: rotate(45deg) translate(10px,10px);
    }
}

@keyframes animate {
    0%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-10px,-10px);
                transform: rotate(45deg) translate(-10px,-10px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(10px,10px);
                transform: rotate(45deg) translate(10px,10px);
    }
}

.dropdown-menu{
    padding: 10px 0 0 0;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu{
    position: static;
}

.navbar>.container, .navbar>.container-fluid{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-item{
    font-size: 13px;
    font-weight: 600;
    color: #bfbfbf;
    letter-spacing: 0.8px;
    padding: 0;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background: none;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropdown-item:hover{
    color: #222;
}

.dropdown-item:active{
    color: #222;
}

.dropdown-item:hover{
    background: none;
}

.big-text p{
    line-height: 1.8em;
    font-size: 1.2em;
}

.p-130{
    padding: 0 130px !important;
}

.p-45{
    padding: 0 45px !important;
}

.image-section{
    padding: 0;
}


.collection-section-title{
    position: relative;
}

.collection-section-title .arrow{
    bottom: 80px;
}

#about{
    padding: 50px 0 100px 0;
}

.image-section .item{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 50vh;
    min-height: 365px;
}

.image-section .item.big-image{
    height: 600px;
    min-height: 600px;
}

.image-section .item h3{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width: 768px){
    #two-images .col-md-6 {
        -ms-flex: 0 0 45%;
        -webkit-box-flex: 0;
                flex: 0 0 45%;
        max-width: 45%;
    }
    #two-images .offset-md-1{
        margin-left: 10%;
    }
}

#cta a:hover{
    text-decoration: none;
}

#cta .item{
    height: 60vh;
}

.bottom-line{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 90px !important;
}

#secret{
    padding: 40px 0 110px;
}

#testimonials h3, #testimonials2 h3{
    color: #cca956;
    font-weight: 300;
    font-size: 2rem;
}

#hats-types{
    padding: 30px 0 30px 0;
}

#hats-types .item{
    position: relative;
    cursor: pointer;
}

.home #hats-types .item{
    cursor: auto;
}

#hats-types .item img{
    width: 100%;
    max-width: 340px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.home #hats-types .item img{
    max-width: 200px;
}

#hats-types .item:hover img{
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
}

#hats-types .item h4{
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    opacity: 0;
    margin: 0;
    -webkit-transition: bottom .2s ease-in-out, opacity .2s ease-in-out;
    transition: bottom .2s ease-in-out, opacity .2s ease-in-out;
}

#hats-types .item:hover h4{
    bottom: -65px;
    opacity: 1;
}

#hats-types.hats-page{
    padding: 115px 0 100px 0;
}

#hats-types.hats-page .item img{
    padding: 0 20px;
}

#hats-types.hats-page .item{
    margin-bottom: 60px;
}

#hats-types.hats-page .item h4{
    font-size: 15px;
    bottom: -20px;
}

#hats-types.hats-page .item:hover h4{
    bottom: -35px;
}

#hats-types.hats-page .item p{
    display: none;
}

#big-txt{
    padding: 130px 0 20px 0;
}

#big-txt h3{
    font-size: 30px;
    line-height: 50px;
}

#footer{
    padding: 0 0 80px 0;
    color: #555;
    background-color: #fff;
}

#footer .foot-links{
    padding: 70px 0;
    border-bottom: 1px solid #d8d8d8;
}

#footer .foot-links ul{
    margin: 0;
    padding: 0;
}

#footer .foot-links li{
    list-style: none;
}

#footer .foot-links li a{
    font-size: 14px;
    color: #bfbfbf;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#footer .foot-links li a:hover{
    text-decoration: none;
    color: #2d2d2d;
}

#footer .contact-info p{
    font-size: 15px;
    line-height: 21px;
    padding: 80px 0;
}

#footer .copy{
    font-size: 14px;
}

#footer .social-icons a{
    color: #555;
    padding-left: 30px;
    font-size: 22px;
}

.modal-content{
    height: 100%;
    border: none;
    border-radius: 0;
}

.modal-content .hat-details-big{
    width: 100%;
    max-width: 580px;
}

.modal-content .close img{
    width: 30px;
    height: auto;
}

.modal-header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    z-index: 99;
    padding: 2rem;
}

.modal-header .close, .modal-header .close:hover{
    opacity: 1 !important;
    cursor: pointer;
}

.modal-content .description .title{
    font-weight: 600;
}

.colors-page .image-item{
    position: relative;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 40px;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
}

.colors-page .image-item p strong{
    font-weight: 600;
}

.colors-page .image-item p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    opacity: 0;
    margin: 0;
    -webkit-transition: bottom .2s ease-in-out, opacity .2s ease-in-out;
    transition: bottom .2s ease-in-out, opacity .2s ease-in-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    font-size: 15px;
    font-weight: 500;
}

.colors-page .image-item:hover p{
    bottom: -32px;
    opacity: 1;
}

.nav-tabs {
    border: none;
    margin-bottom: 70px;
}

.nav-tabs .nav-link{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 40px;
    border: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    position: relative;
    border: none;
    background: transparent;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #000;
}

.table thead th{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.table td, .table th{
    line-height: 2rem;
    font-size: 14px;
    vertical-align: middle;
    padding: 1rem .75rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.products-page .table img{
    width: 100%;
    max-width: 80px;
}

#stozki .table img{
    max-width: 55px;
}

.section-subtitle{
    font-weight: 600;
}

.shop-photo img{
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
}

input{
    width: 100%;
    padding: 8px 20px;
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    height: 60px;
}

textarea{
    width: 100%;
    padding: 20px;
    font-size: 15px;
    border: 1px solid #e4e4e4;
    height: 170px;
}

input:focus, textarea:focus{
    outline: none;
}

.wpcf7-submit{
    width: 170px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    border: 1px solid #000;
    margin-top: 10px;
}

#sales-reps{
    padding-top: 165px;
}

#sales-reps p strong{
    font-weight: 600;
}

#sales-reps [class*=col-]:first-of-type{
    opacity: ;
}

#map{
    padding-top: 165px;
}

#map iframe{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
	-webkit-filter: grayscale(99%);
}

#careers-wrapper ul li{
    line-height: 2rem;
    font-size: 17px;
}

#careers-wrapper .card-header{
    border-radius: 0;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.01);
}

#careers-wrapper .card-header button{
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #222;
}

#careers-wrapper .card-header button:hover, #careers-wrapper .card-header button:focus{
    text-decoration: none;
}

#careers-wrapper .card-body{
    padding: 30px 32px;
}

#careers-wrapper .card{
    border-radius: 0;
}

#decorations-tab img{
    width: 100%;
    height: auto;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
}

.children-pages .nav-tabs{
    margin-bottom: 0;
    margin-top: 70px;
}

.children-pages .nav-tabs li{
    padding-bottom: 20px;
}

.children-pages .nav-tabs a{
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 20px;
    border: none !important;
    text-decoration: none;
}

.children-pages .nav-tabs li.current_page_item a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #000;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1600px){
    .container {
        max-width: 85%;
    }
}

@media (max-width: 1199px) { 
    #testimonials h3, #testimonials2 h3{
        font-size: 1.5rem;
    }
    #testimonials{
        padding-top: 10px;
    }
    .section{
        padding: 90px 0 80px 0;
    }
    .bottom-line{
        padding-bottom: 40px !important;
    }
    #about {
        padding: 40px 0 80px 0;
    }
    h3{
        font-size: 2rem;
    }
    p, ul li, #careers-wrapper ul li{
        font-size: 15px;
    }
    body{
        font-size: 15px;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 16px;
    }
    #hats-types {
        padding: 10px 0 150px 0;
    }
    #cta .item {
        height: 50vh;
    }
    .image-section{
        padding: 0;
    }
    #hero-subpage h1, h1.section-colllection{
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .dropdown-item {
        padding: 0 10px;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        min-width: 160px;
    }
    .p-130{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .p-45{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .image-section .item{
        min-height: 275px;
    }
    #testimonials, #testimonials2 {
        padding-top: 40px;
    }
    .home #hats-types .item img {
        max-width: 140px;
    }
    .colors-page .image-item{
        height: 60px;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 4vh 15px;
    }
    .logo{
        max-width: 100px;
    }
    .navbar-toggler{
        margin-top: 14px;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 16px;
    }
    .navbar-expand-md .navbar-nav .dropdown-item{
        padding: 5px 0 !important;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 10px 0 !important;
    }
    #hero-section .container{
        padding: 0;
    }
    .image-section .item{
        margin-bottom: 15px;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    h3.section-title{
        line-height: 40px;
    }
    #secret {
        padding: 0px 0 40px;
    }
    #hats-types .item{
        margin-bottom: 50px;
    }
    #hats-types .item h4{
        font-size: 11px;
    }
    #hats-types .item:hover h4{
        bottom: -35px;
    }
    #hats-types {
        padding: 10px 0 40px 0;
    }
    #footer .foot-links{
        padding: 40px 0;
    }
    #footer .foot-links li{
        padding: 5px 0;
    }
    #footer .contact-info p {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
    }
    .contact-info:first-of-type{
        padding-top: 40px;
    }
    .contact-info p{
        text-align: center;
    }
    #footer .copy {
        font-size: 13px;
        opacity: .5;
        text-align: center;
        padding: 25px 0;
    }
    #footer .social-icons a:first-child{
        padding-left: 0;
    }
    #hats-types.hats-page .item img {
        padding: 0 20px;
    }
    #hero-subpage h1, h1.section-colllection {
        font-size: 1.5rem;
    }
    .nav-tabs .nav-link{
        font-size: 12px;
        padding: 10px 10px;
    }
    .table thead th{
        font-size: 12px;
    }
    .table td, .table th{
        padding: 1rem 7px;
    }
    .tab-pane .table{
        min-width: 650px;
    }
    .shop-photo img{
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    #careers-wrapper .card-header button{
        font-size: 12px;
        padding: 0;
        
    }
    #careers-wrapper .card-body {
        padding: 20px 20px;
    }
    #map {
        padding-top: 55px;
    }
    #sales-reps {
        padding-top: 75px;
    }
    #sales-reps [class*=col-]{
        margin-bottom: 30px;
    }
    #shopping-cart{
        right: 15px;
    }
    .children-pages .nav-tabs{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
    }
    .children-pages .nav-tabs li{
        text-align: center;
    }
    .children-pages .nav-tabs a{
        font-size: 13px;
        padding: 8px 20px;
    }
    .children-pages .nav-tabs li{
        padding-bottom: 12px;
    }
}

.BF {
    background: #000000;
}

.BlackFriday {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #ffffff;
	margin: 0 auto;
	position: relative;
	padding: 10px 30px;
}

.BlackFriday p {
    margin: 0;
	line-height: 1.5;
}

img.valentines {
    display: block;
    margin-left: auto;
    margin-right: auto }
}