@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');

 
/*START OF INDEX.HMTL -- CSS*/ 

* {
    box-sizing: border-box;
}

body{
    margin: 0;
}

header {
    background: #24252A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1em 5%;
}

.main-h1{
    color: White;
    font-size: 2.5em;
    font-family: Cabin;
    font-weight: 800;
    margin: 0.3em 0px;
}

li, button, a {
    margin: 0;
    padding: 0;
    font-family: Lato;
    text-decoration: none;
    color: #edf0f1;
    font-size: 1.1em;
}

.main-cta {
    font-size: 0.8em;
}

.nav-links {
    list-style: none;
}


.nav-links li {
    display: inline-block;
    padding: 0px 2em;
}

.nav-links li a {
    transition: all 0.3s ease 0s;
}


.nav-links a:hover {
    color: #ac5353
}

.nav-links a:active{
    color: rgba(101, 37, 37, 0.8)
}

button { 
    padding: 9px 25px;
    background-color: rgb(181, 79, 79);
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: rgba(183, 66, 66, 0.8);
}

button:active {
    background-color: rgba(162, 58, 58, 0.8);
}

.home-h1 {
    margin: 0;
    padding-bottom: 16px;
    padding-top: 0.5em; 
    text-align: center;
    font-family: lato, sans-serif;
    background-color: rgb(42, 43, 52);
    color: white;
    font-family: Lora;
    font-size: 3em;
    font-weight: 100;
}

.home-image {
    float: left;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 1.3em;
    border-radius: 30px;
}

.home-p {
    margin: 0;
    padding: 1em;
    padding-top: 0.2em;
    background-color:rgb(42, 43, 52);
    color: white;
    font-family: lato, sans-serif;
    font-size: 2.5em;
    text-align: justify;
    line-height: 140%;
}


.main-footer{
    background: #24252A;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.home-footer-h2{
    margin: 0;
    font-size: 2.3em;
    margin-left: 1em;
    color: white;
    font-family: Cabin;
    font-weight: 700;
}

.main-footer-ul li{
    display: inline-block;
}


.main-footer-ul li{
    padding: 0px 2em;
}

@media only screen and (min-width: 1150px) and (min-height: 900px){
    
    .main-h1{
        font-size: 2.8em;
    }

    .home-image {
        width: 25%;
        height: auto;
    }

    .home-h1 {
        font-size: 3.2em;
    }


    .home-p {
        font-size: 2.6em;
    }
}

@media only screen and (min-width: 1300px) and (min-height: 800px){
    .main-h1{
        font-size: 2.9em;
    }

    .home-image {
        width: 25%;
        height: auto;
    }

    .home-h1 {
        font-size: 3.2em;
    }


    .home-p {
        font-size: 2.6em;
    }
}



@media only screen and (min-width: 1300px) and (min-height: 800px) {
    .main-h1{
        font-size: 2.9em;
    }

    .home-image {
        width: 25%;
        height: auto;
    }

    .home-h1 {
        font-size: 3.2em;
    }


    .home-p {
        font-size: 2.6em;
    }
}

@media only screen and (min-width: 1470px) and (min-height: 842px) {
    .main-h1{
        font-size: 2.95em;
    }

    .home-image {
        width: 25%;
        height: auto;
    }

    .home-h1 {
        font-size: 3.2em;
    }

    .home-p {
        font-size: 2.65em;
    }
}

@media only screen and (min-width: 1200px) and (min-height: 900px) {
    .main-h1{
        font-size: 2.9em;
    }

    .home-image {
        width: 25%;
        height: auto;
    }

    .home-h1 {
        font-size: 3.2em;
    }


    .home-p {
        font-size: 2.65em;
    }
}

@media only screen and (min-width: 1490px) and (min-height: 900px) {
    .main-h1{
        font-size: 3em;
    }

    .home-image {
        width: 25%;
        height: auto;
    }

    .home-h1 {
        font-size: 3.3em;
    }


    .home-p {
        font-size: 2.65em;
    }
}

@media only screen and (min-width: 1530px) and (min-height: 900px) {
    .main-h1{
        font-size: 2.8em;
    }

    .home-image {
        width: 25%;
        height: auto;
        margin-left: 10%;
    }

    .home-h1 {
        font-size: 3.2em;
    }


    .home-p {
        font-size: 2.8em;
        padding-right: 8%;
        padding-left: 10%;
    }
}

@media only screen and (min-width: 1600px) {
    .main-h1{
        font-size: 3em;
    }

    .home-image {
        width: 25%;
        height: auto;
        margin-left: 10%;
    }

    .home-h1 {
        font-size: 3.3em;
    }


    .home-p {
        font-size: 2.8em;
        padding-right: 8%;
        padding-left: 10%;
    }
}

/*END OF INDEX.HMTL -- CSS*/ 




/* START OF RESUME.HTML -- CSS*/

.resume-h1{
    text-align: center;
    font-size: 3em;
    font-family: Lora;
    font-weight: 100;
    margin: 0;
    padding-top: 30px;
    background-color: rgb(86, 87, 97);
}

.pdf-resume {
    margin: 10%;
    margin-top: 5%;
}

.resume-p {
    font-size: 2em;
    font-family: Lato;
    text-align: justify;
    width: 500px;
    height: auto;
    margin: 5%;
    padding: 0px;
    margin-right: 100px;
    margin-left: 100px;
    line-height: 200%;
}

.resume-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: rgb(86, 87, 97);
    justify-content: space-evenly;
}




.resume-footer-h2 {
    margin: 0;
    font-size: 2.3em;
    margin-left: 1em;
    color: white;
    font-family: Cabin;
    font-weight: 700;
}


/* END OF RESUME.HTML CSS */




/* START OF ABOUT.HTML CSS */

.about-h1{
    text-align: center;
    font-family: "Lora";
    font-size: 3em;
    font-weight: 100;
}

.entire-div {
    background-color: rgb(86, 87, 97);
}

.about-div {
    display: flex;
    align-items: center;
}

.about-p {
    margin: 16px;
    padding: 16px;
    line-height: 200%;
    align-items: center;
    font-family: lato;
    font-size: 2em;
}

.sr-img {
    filter: brightness(90%);
}


.p2 {
   margin-bottom: 32px; 
}

.about-footer-h2 {
    margin: 0;
    font-size: 2.3em;
    margin-left: 1em;
    color: white;
    font-family: Cabin;
    font-weight: 700;
}

.about-section{
    margin-bottom: 100px; 
}



/* END OF ABOUT-C HTML */


/*START OF CONTACT HTML */

.contact-h1 {
    padding: 64px;
    text-align: center;
    font-family: Lora;
    font-weight: 100;
    font-size: 3em;
    border-top: 5px solid black;
}

.contact-s {
    display: flex;
    margin: 32px;
    justify-content: space-evenly;
    padding: 32px;
}

.contact-h2 {
    font-family: Lora;
    font-size: 2em;
    font-weight: 500;
}

.contact-p {
    font-size: 1em;
    font-family: Lato;
}

.email-links {
    text-decoration: none;
    color: rgb(191, 0, 255);
}

.q {
    margin-top: 1em;
}

.p-e {
    margin-top: 2em;
}

.contact-p, h3 {
    font-family:'Times New Roman', Times, serif;
}