header {
    height: 100vh;
    font-size: 3vh;
    text-align: center;
    padding-top: 3vh;
}
body {
    margin: 0; padding: 0; font-family: 'Metal Mania', cursive; font-size: 2vh; color: #fdf2f7; letter-spacing: 1px;
}
img { max-height: 100%; max-width: 100%;}

footer {
    padding-top: 50%;
    height: 100vh;
    text-align: center;
}

.background1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background-image: url('../img/Ak-Baital_pass.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background-image: url('../img/aral-sea.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.paid {
    height: 50vh;
    text-align: center;
    padding-top: 0;
}

.cookie {
    height: 20vh;
}

a {
    color: rgb(160, 164, 166);
}

a:hover {
    color: rgb(176, 26, 48);
}

#yak {
/*	padding-top: 3vh;*/
    margin: 0;
    max-height: 50vh;
    max-width: 50vw;
}

.logo-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.languages img {
    max-height: 5vh;
    max-width: 5vw;
}

#mr, #ce {
    max-height: 15vh;
    max-width: 23vw;
}

#playlist {
    z-index: 1;
    position: fixed;
    top: 3vh;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #80152c;
}

#playlist iframe {
    position: absolute;
    top: 0; left: 0; bottom: 10px;
    width: 100%;
    height: 80%;
}

.hide {
    display: none;
}

header .wrap > span {
    height: 25vh;
    padding-top: 1vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header .wrap > span  img {
    max-width: 25vw;
    max-height: 15vh;
}

a { text-decoration: none; }

nav, .nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3vh;
    background-color: rgba(84, 14, 30, .5);
    text-align: center;
}

.nav {
    height: 25px;
}

.cart-top {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: rgba(84, 14, 30, .5);
    text-align: center;
    font-size: 25px;
}

.cart-top .main {
    float: left;
    margin-left: 5px;
}


.icon {
    display: none;
}

.navbar, .navbar2 {
    height: 3vh;
    margin: auto;
    font-size: 2.2vh;
    justify-content: space-around;
    display: flex;
    max-width: 1200px;
}

.navbar2 {
    height: 50px;
    font-size:20px;
}
.navbar img {
    max-height: calc(3vh - 6px);
    padding: 3px;
}
.navbar img:hover {
    background: rgb(176, 26, 48);
    border-radius: 3px;
}

nav a, .nav a {
    color: rgb(160, 164, 166);
}

nav:hover a, .nav:hover a {
    color: rgb(253, 242, 247);
}

nav a:hover, .nav a:hover {
    color: rgb(176, 26, 48);
}


nav:hover, .nav:hover {
    background-color: rgba(128, 21, 45, .9);
}

.wrap {
    margin: auto;
    padding: 10px;
    max-width: 1200px;
}

.profile {
    display: inline-block;
    width: 40%;
}

.profile img {
    width: 398px;
}


section {
    padding-top: 3vh;
    background-color: #80152c;
    min-height: 300px;
    text-align: center;
    padding-bottom: 4vh;
}

h1 {
    margin: 0;
    padding: 20px;
    font-size: 4vh;
}

.donate {
    display: inline-block;
    width: 40%;
    margin: 10px;
    padding: 50px 0;
    font-size: 35px;
    border: 2px solid black;
    background: #1e1c3d;
    color: rgb(253, 242, 247);
}

.donate:hover {
    color: rgb(176, 26, 48);
}

.sans {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5vh;
}

.no {
    font-family: 'Metal Mania', cursive; font-size: 3vh;
}

.yt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
}
.yt object {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.products, .shoppingcart { align-self: flex-start; }

.products { width: 100%; font-size: 1.8vh; }
.product { margin: 3vh 0; display: flex; }

.flex { display: flex; justify-content: space-around; }

.product .img { width: 15%; display: flex; align-items: center; justify-content: center; }
.product .img img { max-height: 100px; max-width: 15vw; }
.product .name { font-size: 4vh; }
.product .description { width: 65%; text-align: left; padding: 0 10px; }
.product .price { width: 20%; text-align: center; }

.product .price button {
    display: inline-block;
    padding: 10px;
    font-size: 2vh;
    border: 2px solid black;
    background: #1e1c3d;
    color: rgb(253, 242, 247);
    margin-bottom: 10px;
}
.product .price button:hover {
    color: rgb(176, 26, 48);
}

@media screen and (max-width: 800px) {
    nav {
        height: auto;
        display: none;
    }

    nav.active {
        display: block;
    }
    .navbar {
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        display: block;
        text-align: center;
        font-size: 35px;
    }
    .navbar > * {
        display: block;
    }
    .navbar span {
        display: inline-block;
    }

    .navbar img {
        max-height: 29px;
        padding: 3px;
    }

    .icon {
        z-index: 2;
        position: fixed;
        display: block;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        font-size: 35px;
        text-align: center;
        background-color: rgba(84, 14, 30, .5);
        color: rgb(160, 164, 166);
    }

    .icon .active {
        color: rgb(253, 242, 247);
    }

    .donate {
        font-size: 30px;
    }
    #playlist { top: 0; }
}

.cart-product {
}

.cart-product-details, .cart-product-price {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.cart-product-name {
    text-align: left;
    display: inline-block;
    width: 75%;
}

.cart-product-details {
    width: 95%;
    display: inline-block;
}
.cart-product-details textarea {
    width: 300px;
    height: 100px;
}

.cart-product-details input {
    width: 300px;
}

.cart-product-price {
    display: inline-block;
    width: 20%;
    clear: right;
}

.c1 {
    width: 180px;
    height: 120px;
    border: 1pt solid black;
    display: inline-block;
    float: left;
    margin: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: none;
    padding: 0;
    background-color: rgba(84, 14, 30, .5);
}
.c1:hover {
    background-color: rgba(128, 21, 45, .9);
}
.c1 form {
    width: 180px;
    height: 120px;
}

@media screen and (max-width: 800px) {
    .c1 {
        width: 160px;
        height: 90px;
        margin: 3px;
    }

    .c1 form {
        width: 160px;
        height: 90px;
    }
}


.c1 form span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.c1 form span input {
    display: block;
    padding: 5px;
}
.c1 div {
    text-align: center;
    font-family: arial;
    font-size: 8pt;
}

.c1 button {
    background: transparent;
    color: white;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 25px;
}

#payment .wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

