/* VINEET MANKANI - TREKS FOR YOU | About */

@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Hachi+Maru+Pop&family=Potta+One&family=New+Tegomin&family=Train+One&family=Bangers&display=swap');

* {
    box-sizing: border-box;
    color: white;
    margin: 0px;
    padding: 0px;
}


html {
    margin: 0px;
    padding: 0px;
}

body {
    width: auto;
    height: auto;
    background-color:rgb(167, 167, 233);

}

img.bg  {
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.logo a img {
    position: absolute;
    margin: 15px 0px 0px 15px;
    height: 66px;
    width: auto;
    z-index: 5;
}

div.logo a img:hover {
    border: 1px solid white;
    border-radius: 33px;
}

#nav {
    position: absolute;
    float: right;
    right: 25px;
    top: 25px;
    z-index: 1;
}

#nav span a {
    text-decoration: none;
    font-size: 22px;
    font-family: 'New Tegomin';
    font-weight: 500;
    padding: 10px 15px 10px 15px ;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.6s;
}

#nav span a:hover {
    color: black;
    text-decoration: underline;
    background-color:rgba(240,240,240,0.8);
    border: 1px solid black;
}

@media screen and (min-width:650px) and (max-width:800px) {
    #nav span a {
        padding: 5px 9px 5px 9px;
        font-size: 20px;
    }
}

@media screen and (min-width:550px) and (max-width:650px) {
    #nav span a {
        padding: 3px 6px 3px 6px;
        font-size: 19px;
    }
}

@media screen and (max-width:550px) {
    #nav span a {
        padding: 2px 4px 2px 4px;
        font-size: 17px;
    }
}

@media screen and (min-height: 1200px) {
    #nav span a  {
        padding: 10px 18px 10px 18px ;
        font-size: 40px;
    }
}

div.content{
    position: relative;
    width: 80%;
    height: auto;
    margin: 2.5% 10% 2.5% 10%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(2, 71, 2, 0.3);
    border: 6px solid black;
    border-radius: 25px;
}

@media screen and (min-width: 450px) and (max-width: 600px) {
    div.content {
    width: 90%;
    margin: 2.5% 5% 2.5% 5%;
    }
}

@media screen and (min-width: 200px) and (max-width: 450px) {
    div.content {
    width: 95%;
    margin: 2.5% 2.5% 2.5% 2.5%;
    }
}

div.aboutus {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 100px;
}

div.aboutus h1 {
    margin: 0px;
    text-align: center;
    font-size: 90px;
    font-family: 'East Sea Dokdo';
    color: white;
    font-weight: bold;
}

div.logoimg {
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.logoimg img {
    position: relative;
    height: 150px;
    width: auto;
    border-radius: 25%;
    margin: 16px 8px 0px 8px;
    z-index: 5;
}

div.text {
    position: relative;
    height: auto;
    width: 100%;
}

div.text span.name {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 35px;
    font-family: 'East Sea Dokdo';
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.text div.lorem {
    position: relative;
    height: fit-content;
    padding: 20px 120px 20px 120px;
    text-align: left;
}

span.title {
    font-size: 19px;
    text-transform: uppercase;
    padding: 4px 12px 4px 12px;
    border-radius: 18px;
    background-color:white;
    color: black;
    font-family: 'Potta One';
}

div.info {
    /* box-sizing: content-box;  */
    font-size: 20px;
    font-family: 'New Tegomin';
    background-color: rgba(10, 10, 10, 0.8);
    color: rgb(50, 250, 50);
    border-radius: 10px;
    border: 1px solid white;
    padding: 15px;
}

div.info a.t4u{
    color: rgb(50, 250, 50);
    text-underline-offset: 1px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

span.me {
    text-decoration: underline;
    text-underline-offset: 1px;
    font-size: 21px;
}

div.info a.clickhere{
    color: lightblue;
    text-decoration: none;
    font-weight: 100;
}

div.info a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

hr {
    border: 1px dotted white;
}

@media screen and (min-width: 700px) and (max-width:800px) {
    div.text div.lorem {
        padding: 20px 80px 20px 80px;
    }
}

@media screen and (min-width: 500px) and (max-width:700px) {
    div.text div.lorem {
        padding: 20px 60px 20px 60px;
    }
}

@media screen and (min-width: 200px) and (max-width:500px) {
    div.text div.lorem {
        padding: 20px 40px 20px 40px;
    }
}

@media screen and (max-width:200px) {
    div.text div.lorem {
        padding: 20px 10px 20px 10px;
    }
}

div.foot  {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Trebuchet MS';
    padding: 8px;
    bottom: 0px;
    background-color:rgba(20, 225, 20, 0.8);
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

div.links {
    position: relative;
    width: auto;
    z-index: 5;
    top: 0px;
}

div.links a {
    display: inline-block;
    padding-right: 4px;
    text-decoration: none;
    transition: 0.5s;
}

div.links a:hover {
    transform: translateY(-10px);
}

div.links a img, div.links img {
    width: 20px;
}

div.copyright {
    position: relative;
    bottom: 0px;
    font-weight: 500;
    z-index: 5;
    color: black;
}

div.copyright a {
    text-decoration: none;
    color: black;
}

div.copyright a:hover {
    cursor: pointer;
}

/* End of CSS Code */