@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 200%;
    font-weight: 700;
    color:#2C2C2C;
    text-align: center;
    text-decoration: underline;
}
p {
    font-family: 'Raleway', serif;
    color: #2C2C2C;
    font-size: 160%;
    line-height: 180%;
    text-align: justify;
    font-weight: 300;
}
img {
    text-align: center;
    max-width: 100%;
    height: auto;
    width: auto;
}
.intro {
    height: 100%;
    width: 100%;
    margin: auto;
    background: url(https://user-images.githubusercontent.com/99650682/175031356-6be115bb-037b-4862-ba7a-ca5ae512885a.jpeg)no-repeat 50% 50%;
    background-size: cover;
    display: table;
    top: 0;
}
/*---------------Start Nav--------------*/

nav {
    float: left;
    padding: 5% 5% 0 0;
    height: 50px;
}
nav ul {
    list-style: none;
    float: left;
}
nav ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 180%;
}
nav ul li a {
    color: rgb(39, 17, 7);
    text-decoration: none;
}
nav ul li a:hover {
    text-decoration: underline;
}
nav ul, nav:active ul {
    display: none;
    padding: 8px 0;
    width: 20%;
    left: 45px;
    top: 10%;
    z-index: 1000;
}
nav li {
    width: 100%;
    padding: 8px 0 10px 7px;
    margin: 0;
}
nav:hover ul {
    display: block;
    position: fixed;
}
/* #menu-icon { 
    width: 30px;
    height: 26px;
    font-size:50px;
    /* background: url(https://user-images.githubusercontent.com/99650682/175031662-e006ea64-33c7-4512-b615-9ee3189f6366.jpg) center; 
    display: inline-block;
    margin: 50px 0 0 50px;
}
*/
#menu-btn{
    position: fixed;
    top:1.5rem; left: 2rem;
    z-index: 1000;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    color:black;
}

/*------------------End Nav---------------------*/

.left-col {
    width: 60%;
    float: left;
    margin: 4% 0 4% 4%;
}
.sidebar {
    width: 26%;
    float: left;
    margin: 4%;
}
.one-third-part {
    width: 29.3333%;
    padding: 2%;
    float: left;
}
.one-third-part img:hover {
    opacity: .6;
}
.contact p {
    text-align: center;
    letter-spacing: 5px;
}
.clearfix {
    clear: both;
    height: 3%;
}
.parallax {
    background: url(https://img.freepik.com/free-photo/cosmetic-brushes-makeup-powder-dark-background_23-2148209050.jpg?w=2000) repeat fixed 100%;
}
.parallax-inner {
    padding: 17%;
}
footer.second {
    background-color: #2C2C2C;
}
footer.second p {
    color: #FFF;
    text-align: center;
    font-size: 400%;
    padding: 5%;
}

@media screen and (max-width: 768px) {
    #menu-icon {
        margin: 26px 0 0 26px;
    }
    nav ul, nav:active ul {
        padding: 8% 0;
        left: 23px;
        top: 34px;
        width: 50%;
    }
    .inner {
        font-size: 120%;
    }
    .content h1 {
        font-size: 180%;
    }
    p {
        font-size: 120%;
    }
    h2 {
        font-size: 160%;
    }
    .left-col {
        width: 96%;
        margin: 0 0 3% 0;
        padding: 0 2%;
    }
    .sidebar {
        width: 96%;
        margin: 0 auto;
    }
    img {
        padding: 2%;
    }
    .one-third-part {
        width: 96%;
        margin: 0 auto;
        padding: 0;
    }
    .parallax {
        display: none;
    }
    
}