@font-face {
    font-family: ProximaNovaAltCE;
    font-weight: normal;
    src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: ProximaNovaAltCE;
    font-weight: 700;
    src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
    font-family: ProximaNovaAltCE;
    font-weight: 900;
    src: url("../fonts/ProximaNova-Extrabold.otf") format("opentype");
}


.cover-container{
    padding-top: 5vh;
}

body{
    color: #041f5a;
    font-family: "ProximaNovaAltCE",Times,serif;


}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}


.bg-sun{
    background-image: url("/imgs/sun_cropped.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.metaxa-color{
    color: #041f5a;
}

nav.nav .active{
    font-weight: 900;
}

.carousel-tile{
    background-color: darkgoldenrod;
}

nav.nav{
    margin-top: 30px;
}

nav.nav a:first-child{
    border-left: 0;
}

nav.nav a{
    border-left: 1px solid #041f5a;
}

nav.nav .nav-link{
    padding: 0 1rem;
}

p{color: black; text-align: left;}


.btn-metaxa{
border-radius: 15px;
    background-color: #041f5a;
    color: white;
    font-weight: 900;
    padding: 5px 30px 5px 30px;
text-transform: uppercase;
}

.btn-metaxa:hover{
    color: white;
    text-decoration: underline;
}

.mt-10{
    margin-top: 6rem !important;
}

.borderedBlock{
    width: 50%;
    margin:auto;
    border: 2px solid #041f5a;
    line-height: 18px;
    padding: 10px 40px 10px 40px;
    color: black;
}

.borderedBlockInverse{
    width: 70%;
    margin:auto;
    border: 2px solid #fff;
    padding: 10px 40px 10px 40px;
    color: white;
}

.bg-metaxa-bottle{
    height: 100vh;
 /*   background-image: url("../imgs/lahev-metaxa.jpg");*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    position:relative;
    width:100%;
}

.bg-metaxa-blue{

    background-color: #041f5a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
}

.height-80vh{
    height: 80vh;
}

.metaxa-yellow{
    color: #fcd705;
}

.competition-alert{
    margin:auto;
    background-repeat: no-repeat;
    height: auto;
    background-color: #041f5a;

    background-image: url("../imgs/bg-box-left_white.png"), url("../imgs/bg-box-bottom_white.png"),url("../imgs/bg-box-right_white.png");
    background-position: 0 0, 50% 190px, 100% 0;
    background-repeat: no-repeat;

  /*  background-image: url("../imgs/bg-blue-yellow.png");*/
}

.letterBox{
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 15px 36.4px 3.6px rgba(0, 0, 0, 0.13);
    background-image: url("../imgs/bottom-stamp.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 122px 117px;
    background-color: white;
}

input.letterInput{
    border: 0px;
    border-bottom: 1px solid #041f5a;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

input.letterInput::placeholder{
    text-align: center;
    color: #041f5a;
}

textarea.letterTextarea{
    width: 100%;
    height:300px;
    resize: none;
    border: 1px solid #041f5a;
}

textarea.letterTextarea::placeholder{
    text-align: center;
    padding-top:130px;
    color: #041f5a;

}

input.customCheck{

}


.color-white{
    color: #fff;
}

.topSocial{
    position: absolute;
    right: 30px;
    top: 30px;
}

.tile__title p{
    white-space: pre-wrap;
}
/*
.row-videos{
    overflow: scroll;
    width: 100%;
}*/

.videos-section{
    padding-bottom: 80px;
}

h1,h2,h3{
    text-transform: uppercase;
}

h1 b{
    font-weight: 900;
}

.extraBold{
    font-weight: 900;
}

.font-h2{
    font-size: 3.1rem;
}

blockquote.borderedBlockInverse{
    margin: 0 0 0 0 !important;
}

.width-80p{
    width: 80%;
}



@media only screen and (max-width: 600px) {
.row-videos{
    overflow: scroll;
}

    .letterBox{
        background-image: none;
    }

    .borderedBlock{
        width: 100%;
    }


    .font-h2{
        font-size: 2.5rem;
    }

    .competition-alert{
        background-image: none;
    }

    .mainC{
        overflow-x: hidden;
    }


    .mobile-center{
        margin:auto;
        width: 100%;
        text-align: center;
    }

}

.fullPageNotice{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.95);
    overflow: hidden;
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}
.pb-30{
    padding-bottom: 18rem;
}

.pb-20{
    padding-bottom: 12rem;
}

.grayOverlay{
    background-color: rgba(0, 0, 0, 0.8);
}

#scrollToTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
   border-radius: 20px;
    color: lightgray;
    font-size: 11px;
    line-height: 15px;
    background-color: white;
    padding: 10px 10px 10px 10px;
}

.smallContainer{
    max-width:800px;
}

label.error{
    color: red;
}