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

body{
    font-family: 'Montserrat', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    background: linear-gradient(0.25turn, rgba(220, 255, 216),rgba(148, 195, 255, 0.5));
}

nav{
    background: black;
    height: 80px;
    width: 100%;
}

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

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

label.nav-title a{
    color: #9aaaf6;
    font-size: 20px;
    display: inline-flex;
    position: absolute;
    line-height: 14px;
    padding: 4px 0px 8px 15px;
    /* text-decoration: underline; */
}

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

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

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

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

a.active,a:hover{
    color: #9aaaf6;
    transition: .5s;
}

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

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

#check{
    display: none;
}

.menu{
    font-family: 'Lucida Handwriting';
    font-size: 18px;
    color:white;
    word-spacing: 4px;
}

.heart{
    font-size: 24px;
    color:#9aaaf6;
}

.lines{
    font-family: 'Lucida Sans', sans-serif;
    font-size: 18px;
    color:#9aaaf6;
}

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

    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c2e50;
        top: 80px;
        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: #9aaaf6;
    }

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

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

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

    .content img{
        width: 80%;
        height: 80%;
    }
}

h1{
    text-align: center;
    font-size: 36px;
    padding: 50px 0px 5px 0px;
    letter-spacing: 0.1rem;
    -webkit-text-stroke: 2px #222f3e;
    -webkit-text-fill-color: white;
}

h2{
    text-align: center;
    font-size: 25px;
    padding: 5px 0px;
    color: #222f3e;
}

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

h4{
    text-align: center;
    font-size: 16px;
    margin: 5px;
    padding-top: 5px;
    color: #737678;
}

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

footer{
    height: 40px;
    width: 100%;
    background-color: black;
}

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

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

.content{
    width: 30%;
    margin: 15px;
    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: white;
}

#sub{
    width: 80%;
}

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

.desc{
    text-align: center;
    color: #737678;
    padding: 5px 8px 5px 8px;
}

.desc2{
    font-size: 18px;
    text-align: center;
    padding: 15px 10px 10px 15px;
}

.desc2 a{
    color: #5163bb;
}

.desc2 a:hover{
    background: none;
}

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

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

button:hover{
    text-decoration: underline;
}

.buy-1{
    background: #ff9900;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.try-1{
    background: #eaa0a1;
}

.try-2{
    background: #7dc6f1;
}

.try-3{
    background: #f9b043;
}

.try-4{
    background: #56b12f;
}

.try-5{
    background: #5bcdd3;
}

.try-6{
    background: #ff914d;
}

.try-7{
    background: #d10707;
}

.try-8{
    background: #c689d5;
}

.try-9{
    background: #d5c585;
}

.try-10{
    background: #9aaaf6;
}

.sub-1{
    background: #b62325;
    width: 33%;
    margin-bottom: 5px;
    border-radius: 20px;
}

.sub-2{
    background: #b62325;
}

input{
    width: 33%;
    height: 35px;
    margin: 5px 0px;
    text-align: center;
    border-radius: 20px;
}

.author_photo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    border-radius: 50%;
}

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

    label.nav-title{
        display: none;
    }

    label.nav-title2{
        display: none;
    }
}

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

    #sub{
        width: 100%;
    }

    input{
        width: 65%;
    }

    .sub-1{
        width: 65%;
    }

    label.nav-title{
        display: none;
    }

    .author_photo{
        width: 40%;
    }
}