* {
    margin:0;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
} 
body {
    position:relative;
}
a {
    text-decoration: none;
}

img {
    width: 200px;
}

@font-face {
    font-family: "Futura";
    src:
      local("Futura"),
      url("/System/Library/Fonts/Supplemental/Futura.ttc") format("opentype") tech(color-COLRv1);
}

li, h1, h2, h3, h4, h5, p, a, button{
    font-family: futura;
    color: #303030;
    margin: 0px;
}

.bgr {
    width:100%;
    height:100%;
    background-color: rgb(116, 93, 93);
    margin: 0 auto;
    background-image: url("../Files/Ladder flip.png");
    background-size:cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -3;
}

main {
    padding:0 15rem 0 15rem;
    margin: 0 auto 0 auto;
}

/* Navigation Bar */

header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10rem auto;
    padding:0 10rem;
    min-width: 300px;
    max-width: 100%;
}

.hamburger img {
    width:18px;
    display: none;
}

.nav-list {
    height: 10rem;
    display:flex;
    justify-content:space-between;
    max-width: 30rem;
    min-width: 300px;
    align-items: center;
    flex:1;
}

.nav-list2 {
    display:flex;
    justify-content: space-between;
    max-width: 13rem;
    min-width: 2rem;
    align-items: center;
    flex:1;
}

.nav-item {
    list-style: none;
    font-size: 1.14rem;
    text-wrap: nowrap;
    max-width:2.6rem;
    flex: 1;
}

#symbol {
    max-width:2.25rem;
    cursor:pointer;
    border-radius: 50rem;
    flex: 1;
}

#symbol:hover {transform: scale(1.1);}
#text:hover {transform: scale(1.1);}

header li{
    list-style: none;
}

.nav-item a {
    text-decoration: none;
    color: #303030;
}

.nav-item:second-child {
    margin-right:auto;
}

.nav-item #logo {
    width: 5rem;
    cursor:pointer;
}

main {
    padding: 1rem 0 .5rem 0;
}

/* About Me */

.about-me {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 60rem;
    min-width: 300px;
    margin: 0 auto 18rem auto;
}

.about-content {
    display: flex;
    align-items: center;

}
.about-dots {
    background-image: url("../Files/Frame 2.png");
    display: flex;
    align-items: center;
}

.about-me h2{
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.about-dots {
    background-image: url("../Files/Frame 2.png");
    
}

.about-face {
    background-image: url("../Pictures/631a42b473b2eaab97342bb4_259EB63F-C424-4394-8B64-BA02832F4F1B.jpeg");
    background-size: 250%;
    background-position:-8rem;
    background-repeat: no-repeat;
    height: 27rem;
    width:35%;
    border-radius: 9px 9px 9px 9px;
    border: 3px solid #303030;
    box-shadow: 2px 2px #737373;
}

.about-me img {
    max-width: 10rem;
    position: relative;
    bottom: .4rem;
    margin-bottom: 1.5rem;
}
.about-text {
    width:60%;
    height: 100%;
    padding-left: 3rem;
}

/* How I Work */

.how-i-work {
    display: flex;
    max-width: 60rem;
    min-width: 300px;
    flex-direction: column;
    font-size: 2rem;
    margin: 0 auto 18rem auto;
}

.how-i-work img {
    max-width: 8rem;
    position: relative;
    bottom: 1.5rem;
}

.fun-image {
    background-image: url("../Pictures/631e245c9e7350868b21f3d1_IMAG3886.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25rem;
}

.grid-container {
    display:grid;
    gap: 1.4rem 1.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;   
}

.values {
    background-color: #A7D0A4;
    border-radius: 4px;
    box-shadow: 2px 2px #737373;
    border: 3px solid #303030;
    text-align: center;
}

#two {
    background-image: url("../Pictures/631e245cbc22fc533b31cb52_DSC_0312.jpeg");
}

#three{
    background-image: url("../Pictures/631e245c92adedb8613d910c_DSC_9096.jpg");
}

.values p {
    font-size: 0.81rem;
    padding: 0 2rem 2rem 2rem;
}

.values h2 {
    font-size: 2.2rem;
    padding: 1rem 0 .5rem 0;
}

.values h3 {
    font-size: 1.5rem;
}



.bgr2 {
    width:100%;
    position: relative;
    
}

#bgr2 {
    background-image: url("../Ladder2.png");
    width: 86.55vw;
    height: 130vh;
    top:61rem;
    z-index: -7;
    position: absolute;
    background-size:cover;
    background-repeat: no-repeat;
}

/* Footer */

.footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #A7D0A4;
    width:100%;
    height:16rem;
}

.foot {
    display:flex;
    margin: 0 auto 2rem auto;
    justify-content: space-between;
    align-items: center;
    max-width:900px;
    min-width:300px;
    
}

.footer img {
    max-height: 3rem;
    max-width: 3rem;
    cursor:pointer;
    background-color: #FFFFFF;
    border-radius: 50px;
}

.footer button {
    font-size: 1.06rem;
    color: #FFFFFF;
    padding: 0.4rem 2.1rem;
    border: none;
    background-color: #353535;
    border-radius: 4px;
    cursor:pointer;
}

.icons {
    max-width: 25rem;
    min-width: 10rem;
    display: flex;
    justify-content: space-between;
    margin: 0 4rem 0 4rem;
}

.icons img:hover {transform: scale(1.1);}
footer button:hover {transform: scale(1.04);}
#email a:hover {transform: scale(1.04);}

#email {
    display: flex;
    justify-content: space-between;
    max-width: 20rem;
    min-width: 10rem;
}

#email a {
    text-decoration: none; 
    margin-left: 1rem;
}

#sign-off {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 1270px) {
    /*---navigation---*/
    header li {
        transform: scale(.9);
    }
    header {
        padding:0 5rem 0 5rem;
    }
    #symbol:hover {transform: scale(1.1);}
    #text:hover {transform: scale(1);}

    main {
        padding: 0 13rem 0rem 13rem;
    }
    /*---about me---*/
    .about-face {
        background-image: url("../Pictures/631a42b473b2eaab97342bb4_259EB63F-C424-4394-8B64-BA02832F4F1B.jpeg");
        background-size: cover;
        background-position:-6rem;
        background-repeat: no-repeat;
        height: 20rem;
        max-width:25%;
        min-width:15%
    }
    .about-text {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        height: 100%;
        width: 100%;
    }
    .about-text p {
        font-size: .8rem;
        flex:1;
    }
    .about-me h2 {
        font-size: 1.8rem;
    }
    .about-me img {
        max-width: 7rem;
    }
    .about-me img {
        margin-bottom: 1rem;
    }
    /*---how i work---*/
    .how-i-work h2 {
        font-size: 1.4rem;
    }
    .how-i-work img {
        max-width:6rem;
    }
    #fun-facts {
        font-size: 1.8rem;
    }
    /*---how i work---*/
    .grid-container {
        gap: 0rem 2rem;
    }
    .grid-container h2, h3 {
        font-size: 1.3rem;
        flex-wrap: wrap;
    }
    .fun-image {
        background-image: url("../Pictures/631e245c9e7350868b21f3d1_IMAG3886.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 18rem;
    }
    .values p {
        padding: 0 1rem 1rem 1rem;
    }
    
    .values h2 {
        font-size: 2.2rem;
        padding: 1rem 0 .3rem 0;
    }
    /*---footer---*/
    .footer img {
        max-height: 2rem;
        max-width: 2rem;
    } 
    .icons {
        max-width: 5rem;
    }

    .footer button {
        font-size: 1rem;
        color: #FFFFFF;
        padding: 0.3rem 1.5rem;
        border: none;
        background-color: #353535;
        border-radius: 4px;
        cursor:pointer;
    }
}
@media only screen and (max-width: 1007px) {
    main {
        padding:0 20vw;
    }
    
    .bgr {
        background-color: rgb(255, 255, 255);
        background-image: url("../Files/Ladder flip.png");
        background-size:contain;
    }
    /*---navigation---*/
    header li {
        margin: 0;
        transform: scale(.7);
    }
    .nav-list {
        justify-content: space-between;
        padding-inline-start: 0px;
        max-width: 40%;
        min-width: 300px;
    }
    .nav-list2 {
        display: none;
    }
    header {
        min-width: 100px;
        padding: 0rem 5rem;
        margin-bottom: 2rem;
    }
 
    #symbol:hover {transform: scale(1.1);}
    #text:hover {transform: scale(.8);}

    .nav-item #logo {
        width: 3.5rem;
        margin:0rem;
    }

   
    /*---about me---*/
    .about-me {
        align-items: left;
    }
    .about-me h2 {
        font-size: 1.4rem;
    }
    .about-face {
        height: 10rem;
        min-width:99%;
        margin-bottom: 2rem;
        background-position: center;
    }
    .about-content {
        display: flex;
        flex-direction: column;
        
    }
    .about-text p {
        font-size: .7rem;
    }

    .about-text {
        width:100%;
        height: 100%;
        padding-left: 0;
    }
    /*---how i work---*/
 
    .how-i-work img {
        max-width: 6rem;
    }

    .fun-image {
        border-radius: .1rem;
        height: 15rem;
    }
    .how-i-work {
        margin-bottom:10rem;
    }
    .grid-container {
        grid-template-columns:1fr;
        grid-template-rows: 1fr 1fr 1fr;  
        row-gap: 1.5rem;
    }
    .grid-container h2, h3 {
        font-size: 1.3rem;
    }
    .values {
        padding:0;
        box-shadow: none;
        border: 2px solid #303030;
        border-radius: 4px;
    }

   
    /*---footer---*/
    .footer {
        padding: .5rem 0;
    }
    .footer img {
        max-height: 2rem;
        max-width: 2rem;
    }
    .icons {
        max-width: 5rem;
    }
    .foot {
        display: flex;
        flex-direction: column;
        height: 110px;
        font-size: .8rem;
    }

    .footer button {
        font-size: .7rem;
        padding: 0.3rem 1.5rem;
        margin-bottom: .8rem;
    }
    #sign-off {
        height: 1.7rem;
        font-size: .6rem;
    }
}
@media only screen and (max-width: 550px) {
    main {
        padding:0 7vw 0 7vw;
        
    }
    /*---navigation---*/
    header li {
        transform: scale(.9);
    }

    header {
        min-width: 300px;
        padding: 0rem 1.5rem;
        margin-bottom: 2rem;
    }
    #symbol:hover {transform: scale(1.1);}
    #text:hover {transform: scale(1);}
    .bgr {
        background-image: url("../Files/Ladder flip.png");
        background-size:cover;
    }
    .nav-item #logo {
        width: 3.5rem;
    }

    .hamburger img {
        display: block;
    }
    #text {
        display: none;
    }

    #symbol {
        display:none;
    }


    /*---how i work---*/
    .how-i-work h2 {
        font-size: 1.4rem;
    }
    .how-i-work img {
        max-width: 6rem;
    }

    .how-i-work {
        margin-bottom:10rem;
    }
    .grid-container {
        grid-template-columns: 1fr;  
    }
    .grid-container h2, h3 {
        font-size: 1.3rem;
        flex-wrap: wrap;
    }
    .values {
        padding:0;
        box-shadow: none;
        border: 2px solid #303030;
        border-radius: 4px;
    }

    
    /*---footer---*/
    .footer {
        padding: .5rem 0
    }
 
    .footer img {
        max-height: 2rem;
        max-width: 2rem;
    }
    .icons {
        max-width: 5rem;
    }

    .footer button {
        font-size: .7rem;
        padding: 0.3rem 1.5rem;
        margin-bottom: .8rem;
    }
    #sign-off {
        height: 1.7rem;
        font-size: .6rem;
    }
}
