@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&family=Sacramento&display=swap');

body {
    color: #40514E;
    margin: 0;
    text-align: center;
    font-family: Nunito, sans-serif, serif;
}
 
p {
    line-height: 2;
}

hr {
    border: 5px grey;
    border-style: none;
    border-top-style: dotted;
    width: 5%;
    padding: 10px;
    
}

h1 {
    font-size: 60px;
    line-height: 2;
    margin: 0;
    font-family: Sacramento, cursive;
    color: #66bfbf;
}

h2 {
    font-family: Nunito, sans-serif;
    font-weight: normal;
}

h3 {
    font-family: Nunito, sans-serif;
    color: #11999e;
}

.top-container {
    background-color: #e4f9f5;
    padding-top: 100px;
    position: relative;
}

.pro {
    text-decoration: underline;
}

#pfp {
    height: 200px;
    width: 200px;
}

.cloud-1 {
    position: absolute;
    right: 700px;
    top: 50px;
}

.cloud-2 {
    position: absolute;
    right: 750px;
    top: 230px;
}

.cloud-3 {
    position: absolute;
    left: 700px;
    top: 200px;
}

/*.colored-p = start of the website*/
.colored-p {
    color: #66bfbf;
}

.skill-row {
     width: 50%;
     margin: 50px auto 50px auto;
     text-align: left;
     line-height: 2;
     padding: 10px;
}

.skill-row2 {
    width: 50%;
     margin: 10px auto 10px auto;
     text-align: right;
     line-height: 2;
     padding: 10px;
}

/*Gifs-skills*/
#code-gif {
    width: 50%;
    float: left;
    height: 200px;
    width: 200px;
}

#hacking-gif {
    width: 50%;
    float: right;
    height: 200px;
    width: 200px;
}

/*Connections-Footer*/
#discord-connections {
    height: 40px;
    width: 40px;
    margin: 5px;
    border-style: none;
    transition: 0.5s;
}
#instagram-connections {
    height: 40px;
    width: 40px;
    margin: 5px;
    border-style: none;
    transition: 0.5s;
}

/*Hover-connections-footer*/
#discord-connections:hover {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

#instagram-connections:hover {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.bottom-container {
    background-color: #66bfbf;
    padding: 50px 0 20px;
}

#copyright {
    color: rgb(255, 255, 255);
}

#intro {
    padding: 10px;
}

/*Languages Known by me*/
.lang-imgs {
    padding: 20px;
}

#html-5-img {
    height: 75px;
    width: 75px;
    padding: 10px;
}

#css-img {
    height: 75px;
    width: 75px;
    padding: 10px;
}

#python-img {
    height: 75px;
    width: 75px;
    padding: 10px;
}

#js-img {
    height: 75px;
    width: 75px;
    padding: 10px;
}

#nodejs-img {
    height: 75px;
    width: 75px;
    padding: 10px;
}

/*CSS For Tabs and Mobile Phones*/
@media only screen and (max-width: 768px) {
    .cloud-1 {
        position: absolute;
        left: 10px;
    }
    
    .cloud-2 {
        position: absolute;
        left: 10px;
    }

    .cloud-3 {
        position: absolute;
        top: 300px;
        left: 200px;
    }

    #mountain-img {
        height: 300px;
        width: 370px;
        background-size: cover;
        text-align: center;
    }
}