/*CSS IN*/
body{
    color: white;
    margin: 0px;
    font-family: "Century Gothic", Verdana, sans-serif;
    background-color: rgb(65, 55, 39);
    padding: 35px;
    --nav-height: 75px;
    padding-top: var(--nav-height);
    position: relative;
    padding-bottom: 450px;
    min-height: 100vh;
}
header{
    height: 100px;
}

#navbar{
    background: black;
    justify-content: center;
    position: fixed;
    display: flex;
    width: 100%;
    height: var(--nav-height);
    top: 0;
    left: 0;
    font-size: large;
    align-items: center;
    box-shadow: 0 0 10px rgba(rgb(1, 1, 1), rgb(1, 1, 1), rgb(1, 1, 1), 0.2);
    transition: top 0.3s;
}
#navbar a {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    padding: 20px 30px;
}
#navbar a:hover {
    background-color: #AAA;
    color: white;
}
#href2{
    color: rgb(65, 55, 39);
    font-style: italic;
}
.h10{
    color: white;
    font-size: 60px;
    text-align: left;
    text-transform: none;
}
.h11{
    text-align: left;
    color: black;
    text-decoration: underline;
    font-style: italic;
    font-size: 50px;
}
.h12{
    text-align: left;
    color: black;
    text-decoration: underline;
    font-size: 35px;
}
.h13{
    text-align: center;
    color: black;
    text-decoration: underline;
    font-size: 35px;
}
.p10{
    text-align: left;
    color: white;
    font-style: italic;
    font-size: 15px;
}
.div1{
    background-color: white;
    opacity: 1;
    text-align: center;
    width: 900px;
    height: 600px;
    padding-top: 100px;
    padding-left: 100px;
    box-shadow: 10px 10px 10px black;
}
.div2{
    background-color: white;
    text-align: center;
    width: 700px;
    height: 500px;
}
.div08{
    background-color: white;
    opacity: 1;
    text-align: center;
    width: 900px;
    height: 2400px;
    padding-top: 100px;
    padding-left: 100px;
    box-shadow: 10px 10px 10px black;
}
.div09{
    background-color: white;
    opacity: 1;
    text-align: center;
    width: 900px;
    height: 2000px;
    padding-top: 100px;
    padding-left: 100px;
    box-shadow: 10px 10px 10px black;
}
.div10{
    background-color: white;
    opacity: 1;
    text-align: center;
    width: 900px;
    height: 2150px;
    padding-top: 100px;
    padding-left: 100px;
    box-shadow: 10px 10px 10px black;
}
.div11{
    background-color: white;
    text-align: center;
    width: 700px;
    height: 600px;
}
.div12{
    background-color: white;
    opacity: 1;
    text-align: center;
    width: 900px;
    height: 2900px;
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    box-shadow: 10px 10px 10px black;
}
.div13{
    background-color: white;
    opacity: 1;
    text-align: center;
    width: 900px;
    height: 1200px;
    padding-top: 100px;
    padding-left: 100px;
    box-shadow: 10px 10px 10px black;
}
.p11{
    text-align: center;
    font-size: 20px;
    color: black;
}
p{
    font-size: 130%;
    text-align: center;
}
.ul1{
    text-align: left;
    color: black;
    text-decoration: underline;
    font-style: italic;
    font-size: 50px;
    list-style: none;
}
a:hover{
    color: rgb(65, 55, 39);
}
.insta-pluggin{
    background-color: black;
    color: white;
    margin: 10;
    padding: 25px;
    width: 400px;
    justify-content: center;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.insta-pluggin h1{
    font-size: 25px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
#image6{
    width: 75px;
}
#image8{
    width: 500px;
}
#image10{
    width: 500px;
}


/*FOOTER*/
footer{
    text-align: center;
    color: white;
    width: 1378px;
    left: 0%;
    position: absolute;
    bottom: 0;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.footer{
    background-color: black;
    padding: 70px;
    padding-bottom: 30px;
}
.footer-col{
    width: 25%;
    padding: 0 0px;
    text-align: left;  
}
.footer-col h1{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}
.footer-col h1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: rgb(65, 55, 39);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li{
    margin-top: 10px;
    list-style: none;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: white;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
}

#email2{
    border: 1rem solid;
    border-color: rgb(65, 55, 39);
    border-width: 5px;
}
