body{
    margin: 0px;
    font-family: 'Arial';
}

header{
    background-color: rgb(225, 179, 111);
    color: black;
    text-decoration: none;
    margin: 0px;
}

nav a{
    color: black; 
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

nav a:hover{
    text-decoration: underline;
}

nav{
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

ul{
    float: right;
    /* margin: 10px; */
    display: flex;
    gap: 20px;
}

.circle{
    border-radius: 50%;
}

.column{
    width: 300px;
}

.info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

h1{
    text-align: center;
    color: #9e5b09;
}

h2{
    text-align: center;
    color: #9e5b09;
}

h3{
    text-align: center;
    color: #9e5b09;
}

p{
    text-align: center;
    font-size: 16px;
}

.about{
    width: 450px;
    text-align: left;
    font-size: 16px;
}

.inline{
    display: inline-block;
    margin-right: 4px;
}

.contact-row {
    width: 450px;
    text-align: left;
    margin-bottom: 10px;
}

.center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.horiz{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 20px;
}

.row{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

footer{
    background-color: #734001;
    color: white;
    margin: 0px;
}

.bold{
    color: #9e5b09;
}

html{
    scroll-behavior: smooth;
}

.email{
    background-image: url('../img/email\ iocn.png');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.email:hover{
    background-image: url('../img/email\ iocn\ hover.png');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.phone{
    background-image: url('../img/phone\ icon.png');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.phone:hover{
    background-image: url('../img/phone\ icon\ hover.png');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.linkedin{
    background-image: url('https://cdn-icons-png.freepik.com/256/10091/10091797.png?semt=ais_hybrid');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.linkedin:hover{
    background-image: url('../img/linkedin\ hover\ state.png');
    width: 60px;
    height: 60px; 
    background-size: cover; 
}

.github{
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYiBwe7URF5iyjMW20qp4IvMNvys8-tGb_-A&s');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.github:hover{
    background-image: url('../img/github\ hover\ state.png');
    width: 60px;
    height: 60px;
    background-size: cover;
}

.row2{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.horiz2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.mobile{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#menu{
    display: none;
}

.logo{
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 24px;
    margin-top: 30px; 
    /* border: 2px solid red; */
}

/* Medium-sized screen styles */
@media(width <= 1000px){
    h1{
        text-align: center;
        color: #9e5b09;
        font-size: 32px;
    }

    .about{
        width: 400px;
        text-align: left;
        font-size: 16px;
    }

    .contact-row {
        width: 400px;
        text-align: left;
        margin-bottom: 10px;
    }
    

    p{
        font-size: 16px;
    }
    
}

/* Main mobile styles */
@media (width <= 860px) {

    .email:hover{
        background-image: url('../img/email\ iocn.png');
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    .phone:hover{
        background-image: url('../img/phone\ icon.png');
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    .linkedin:hover{
        background-image: url('https://cdn-icons-png.freepik.com/256/10091/10091797.png?semt=ais_hybrid');
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    .github:hover{
        background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYiBwe7URF5iyjMW20qp4IvMNvys8-tGb_-A&s');
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    .about{
        width: 330px;
        text-align: left;
        font-size: 16px;
    }

    .contact-row {
        width: 330px;
        text-align: left;
        margin-bottom: 10px;
    }

    a{
        font-size: 16px;
    }
    

    .horiz2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    p{
        font-size: 16px;
    }

    .logo{
        margin: 20px;
    }

    .info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .row{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    button{
        text-align: center;
        padding: 20px;
        margin: 20px;
        background-color: #9e5b09;
        color: white;
        font-weight: bold; 
        border-radius: 8px;
        border-style: none; 
        font-size: 20px;
    }

    /* Hamburger Menu Navigation */
.closed{
    display: none;
}

#menu{
    display: inline;
}

nav {
    display: flex;
    flex-direction: column; 
    background-color: rgb(225, 179, 111);
    gap: 10px;
    align-items: left;
    justify-content: flex-start;
    top: 54px;
}

nav a{
    color: black; 
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.open{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.horiz{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.center2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 140px;
    margin: 0 auto;
}

.mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

ul.horiz{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

}

/* Logo and hamburger spacing on smaller phone */
@media (width <= 390px){
    .center2{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 140px;
        margin: 0 auto;
    }
}

/* Logo and hamburger spacing on smaller phone */
@media(width = 430px){
    .center2{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 200px;
        margin: 0 auto;
    }
}

