*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    background: linear-gradient(0.05turn, rgba(120, 120, 120, 0.317),rgba(108, 83, 83, 0.517),rgba(100, 100, 100, 0.589));
}

nav{
    background: #799ec3;
    height: 102px;
    width: 100%;
}

label.logo img{
    height: 102px;
    padding:2px;
}

label.logo a:hover{
    background: none;
}

label.nav-title{
    font-size: 22px; 
}

label.nav-title a{
    color: #f0f0f0;
    display: inline-flex;
    position: absolute;
    line-height: 102px;
    padding: 0px 0px 0px 10px;
}

label.nav-title a:hover{
    background: none;
}

nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 102px;
    margin: 0 5px;
}

nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.active,a:hover{
    background: #546d87;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 102px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

.checkbtn2{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 102px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }

    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c2e50;
        top: 102px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a{
        font-size: 20px;
    }

    a:hover,a.active{
        background: none;
        color: #799ec3;
    }

    #check:checked ~ ul{
        left: 0;
    }

    #check:checked ~ .checkbtn{
        display: none;
    }

    #check:checked ~ .checkbtn2{
        display: block;
    }
}

h1{
    text-align: center;
    font-size: 40px;
    padding: 50px 0px 0px 0px;
}

h2{
    text-align: center;
    font-size: 25px;
    padding: 15px 20px 0px 20px;
}

h3{
    text-align: center;
    font-size: 22px;
    margin: 15px;
    padding-top: 10px;
    color: #0b0b0b;
}

hr{
    width: 90%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.container{
    margin: 20px;
    background-color: rgb(240, 240, 240);
}

footer{
    height: 40px;
    width: 100%;
    background-color: #222f3e;
}

#foot-title{
    font-size: larger;
    color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0;
}

.content{
    width: 40%;
    margin: 20px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    /* cursor: pointer; */
    padding-top: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    transition: .4s;
    background: #f2f2f2;
}

.content2{
    width: 45%;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    /* cursor: pointer; */
    padding-top: 20px;
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    transition: .4s;
    background: #f2f2f2; */
}

.content3{
    width: 90%;
    margin: 0px 0px 10px 0px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    /* cursor: pointer; */
    padding-top: 20px;
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    transition: .4s;
    background: #f2f2f2; */
}

.content img{
    height: 30%;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.content2 img{
    height: 40%;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.content3 img{
    height: 80%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.cytat{
    font-size: 16px;
    text-align: center;
    color: #2f2f2f;
    padding: 15px 20px 15px 20px;
}

.desc{
    text-align: center;
    color: #2f2f2f;
    font-size: 18px;
    padding: 2px 12px 5px 12px;
}

.desc2{
    font-size: 18px;
    text-align: center;
    color: #2f2f2f;
    padding: 15px 20px 15px 20px;
}

.desc2 a{
    color: #546d87;
}

.desc2 a:hover{
    background: none;
}

h6{
    font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 5px;
}

button{
    font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 24px;
    color:#fff;
    width: 50%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 20px;
    /* border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */
}

.buy-1{
    background: #ff9900;
}

.fb{
    background: #4267B2;
}

@media(max-width:1850px){
    .content{
        width:45%;
    }

    .content2{
        width:45%;
    }

    label.nav-title{
        font-size: 22px;
    }
}

@media(max-width:1584px){
    .content{
        width:100%;
    }

    .content2{
        width:100%;
    }

    .content img{
        height: 50%;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .content2 img{
        height: 30%;
        width: 30%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    label.nav-title{
        font-size: 16px;
    }
}

@media(max-width:1384px){
    label.nav-title{
        display: none;
    }
}

@media(max-width:858px){
    .content{
        width:100%;
    }

    .content2{
        width:100%;
    }

    .content img{
        height: 60%;
        width: 60%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    label.nav-title{
        display: none;
    }

    .content2 img{
        height: 60%;
        width: 60%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    button{
        width: 80%;
        font-size: 20px;
    }
}
