body {
    width: 100%;
    margin: 0px;
    height: 100vh;
    background-color: #09908c;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 0px;
    background-color: white;
   


}




.background {
    bottom: 0;
    padding-top: 125px
}

.item1 {
    grid-column: 1 / 2;
    margin: 0;

}

.val {

    width: 100%;
    height: 100%;
}

.item4 {
    grid-column: 3 / 4;
    height: 100%;
    width: 100%;
    padding-bottom: 0px;


}

.item2 {
    grid-column: 2 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;


}

.item3 {
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    height: 100%;
    width: 100%;
    margin-top: -10px;


}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    width: 100%;
}

.row3 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 120px;
    margin-top: -250px;
    width: 100%;

}

.row-title {
    display: flex;
    flex-wrap: wrap;
    background-color: #0f2a2e;
    width: 100%;
    margin-top: -100px;
    

}

.row-quote {
    background-color: #CBF6F4;
    padding: 40px;
    margin-left: -30px;


}

.row-bottom {
 
        background-color: #0f2a2e;
        padding-bottom: 0px;
        padding-top:0px;
        margin-left: -30px;
    
    
    
}

.row-contact {
    justify-content: center;
    display: block;
    margin: 0 auto;
    padding: 50px;
    margin-top: -100px;

    position: relative;





}

blockquote {
    display: flex;
    text-align: left;
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    align-items: center;
    justify-content: center;
    line-height: 1.5em;

    height: 100%;
    width: 100%;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}

/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
    font-family: "Livvic", sans-serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
    color: #09908c;
}

blockquote:after {
    font-family: "Livvic", sans-serif;
    position: absolute;
    /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float: right;
    font-size: 6em;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
    color: #09908c;
}

/* Create two equal columns that sits next to each other */
.column {
    flex: 50%;
    padding: 0 4px;
}



.column img {
    margin-top: 8px;
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}


.flex-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: calc(100vh - 125px);
    position: relative;
    align-items: center;


}

.column {
    flex: 50%;
    width: 100%;
    padding: 0 5px;
}

.column1 {
    flex: 100%;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: -15px;
    position: relative;
    z-index: 1;

}


.column3 {
    flex: 33%;
    width: 100%;
    padding-top: 80px;
    margin-top: 0px;
    padding-bottom: 0px;
    align-items: center;
    position: relative;

}



.row1 {
    width: 100%;

    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 8px;


}

.row-picture {

    width: 100%;
    background-size: cover;
    background-image: url("img/IMG_0289.PNG");
    height: 700px;
    align-items: center;
    position: relative;

}

.row-picture2 {

    width: 100%;
    background-size: cover;
    background-image: url("img/IMG_0293.JPG");
    height: 1000px;
    align-items: center;
    position: relative;

}

.column1 {

    width: 100%;
    padding-top: 8px;
    padding-bottom: 15px;

}

.contact-section {

    align-items: center;
    background-color: #AD4838;
    max-height: 100%;

    margin-left: 65px;
    margin-right: 60px;
    width: 100%;
    margin-top: -140px;
    padding-top: 40px;
    padding-bottom: 100px;









}

.phone {
    display: flex;
    background-color: #EAD3B1;
    margin-top: 0px;

    height: 100%;
    padding: 90px;
    padding-top: 180px;
    align-items: center;


    width: 100%;



}

h1 {
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 125px;
    display: flex;
    text-align: left;
    margin: 110px;
    color: #CBF6F4;





}



h2 {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #EAD3B1;
    font-size: 3em;
    display: flex;
    background-color: #617c34;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 0px;
    padding-top: 90px;



    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;


}

.background1 {
    display: flex;
    padding: 50px;
    width: 100%;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    background-color: #0f2a2e;
    border-radius: 10px;

    flex-direction: column;
    margin-top: -200px;

}

.background1 p p2 p3 {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

p {
    display: flex;
    text-align: left;
    font-family: "Livvic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-top: 50px;
    height: 100%;
    width: 100%;
    line-height: 1.5em;


}

p2 {
    display: flex;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100%;
    width: 100%;
    color: #CBF6F4;


}

p3 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 20px;
    color: #2abfba;


}



/* 30px top margin to avoid conflict with the close button on smaller screens */


.header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #583760;
    align-items: center;
    padding: 20px 60px;
}







.hamburger {
    display: none;
}

.color-top {
    background-color: #09908c;
    background-repeat: repeat;
    height: 125px;
    width: 100%;
    margin-top: 0px;
    float: top;
    z-index: 3;
    position: fixed;




}

.color-left {
    background-color: #09908c;
    height: 100vh;
    width: 125px;
    margin-top: -125px;
    overflow-y: visible;
    float: left;
    z-index: 9999;
    background-repeat: repeat;




}


.color-right {
    background-color: #09908c;

    height: 100vh;
    width: 125px;
    margin-top: -125px;
    position: fixed;
    float: right;
    right: 0;
    z-index: 2;

}

header nav ul li {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: -80px;
    margin-right: 40px;
    margin-left: 0px;

}

header nav ul li a {
    text-decoration: none;
    color: #ffffff;
    writing-mode: vertical-rl;
    font-family: "Cantarell", sans-serif;
    font-weight: 500;
    font-style: normal;





}


.main-section {
    background-color: #ffffff;
    background-image: url("img/AdobeStock_278776572troot.jpg");
    max-height: 100%;
    margin-bottom: -125px;
    padding-bottom: -125px;
    margin-left: 65px;
    margin-right: 60px;
}



.portfolio-section {
    background-color: #ffffff;
    overflow-y: scroll;
    max-height: 100%;
    margin-bottom: 125px;
    padding-bottom: 133px;
    margin-left: 65px;
    margin-right: 125px;

}

.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    height: calc(100vh - 125px)
}


footer {

    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}



footer nav ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 40px;
    margin-left: 0px;
    text-decoration: none;
    margin-top: 30px;




}








.LinkedIn-icon {
    margin-right: 0px;


}

.Home-icon {
    margin-left: 0px;
    margin-top: -80px;

}

.Instagram-icon {
    margin-right: 20px;
    margin-left: 15px;


}

.Facebook-icon {


    margin-right: 20px;
    margin-left: 20px;
}

.color-bottom {
    background-color: #09908c;
    height: 125px;
    margin-top: -140px;
    float: bottom;
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
}




.name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -130px;
    margin-left: 100px;
    height: 250px;



}

.home-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -80px;
    margin-left: 50px;
    height: 300px;


    margin-right: 100px;
}





.hammer {
    margin-top: 140px;
    width: 150px;

}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 50%;
    position: fixed;
    /* Stay in place */
    /* Sit on top */
    overflow-y: scroll;
    overflow-x: hidden;
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: #0f2a2e;
    /* Black fallback color */
    z-index: 999 !important;
    /* Disable horizontal scroll */
    transition: 0.5s;

    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    height: 100%;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top:225px;
    z-index: 999;
    
    
   






    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 25%;

    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 100px;
    z-index: 999;
    background-image: url("img//IMG_0301.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;


    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {

    margin-top: 130px;

    font-family: "Cantarell", sans-serif;
    font-weight: 400;
    font-style: normal;

    margin-bottom: -90px;
    text-decoration: none;
    font-size: 20px;
    color: #CBF6F4;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;

    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
    color: #b9b9b9;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 50px;
}



.overlay1 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    /* Sit on top */
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: #0f2a2e;
    /* Black fallback color */

    /* Black w/opacity */
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the close button (top right corner) */
.overlay1 .closebtn {
    position: absolute;
    top: -25px;
    right: 25px;
    font-size: 50px;
}

.overlay1 a {

    margin-top: 150px;
    margin-bottom: -50px;
    font-family: "Cantarell", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-y: scroll;
    margin-bottom: -100px;
    text-decoration: none;
    font-size: 20px;
    color: #09908c;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    overflow-y: hidden;
    position: fixed;
    padding: 8px;
    text-decoration: none;



    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */
.overlay1 a:hover,
.overlay1 a:focus {
    color: #8e8e8e;
}



.overlay2 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100vh;
    width: 100%;
    position: fixed;
    /* Stay in place */
    /* Sit on top */
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    /* Black fallback color */
    background-color: rgb(255, 255, 255);
    /* Black w/opacity */
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1;
    /* Disable horizontal scroll */
    transition: 0.5s;

    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the close button (top right corner) */
.overlay2 .closebtn {
    position: absolute;
    top: -25px;
    right: 25px;
    font-size: 50px;
}

.overlay2 a {

    margin-top: 150px;
    margin-bottom: -50px;
    font-family: "Cantarell", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    margin-bottom: -100px;
    text-decoration: none;
    font-size: 20px;
    color: #09908c;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    overflow-y: hidden;

    padding: 8px;
    text-decoration: none;
    position: fixed;
}


/* When you mouse over the navigation links, change their color */
.overlay2 a:hover,
.overlay2 a:focus {
    color: #575656;


}

@media screen and (max-width: 1500px) {
    p {
        display: flex;
        text-align: left;
        font-family: "Livvic", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        align-items: center;
        justify-content: center;
        padding: 70px;
        height: 100%;
        width: 100%;


    }

    .row-picture2 {

        width: 100%;
        background-size: cover;
        background-image: url("img/IMG_0293.JPG");
        height: 780px;
        align-items: center;
        position: relative;

    }

    blockquote {
        font-size: 32px;

    }


    /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
    @media screen and (max-width: 1400px) {
        .overlay a {
            font-size: 20px
        }


        .overlay1 a {
            font-size: 20px
        }



        .overlay2 a {
            font-size: 20px
        }


        h1 {
            font-family: "Special Gothic Expanded One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 90px;
            display: flex;
            text-align: left;
            margin: 100px;
            color: #CBF6F4;





        }

        blockquote {
            font-size: 30px;
        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            align-items: center;
            justify-content: center;
            padding: 70px;
            height: 100%;
            width: 100%;


        }

        .name {
            margin-left: 50px;
            height: 150px;
            margin-top: -130px;


        }

        .home-image {


            margin-left: 100px;
            height: 250px;
            margin-top: -100px;
            margin-right: 80px;
        }

        header nav ul li {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            margin-top: 5px;
            padding-right: 25px;
            margin-left: 15px;
            margin-top: 150px;
            margin-bottom: 50;
        }

        .column3 {
            flex: 33%;
            width: 100%;
            padding-top: 0px;
            margin-top: 0px;
            padding-bottom: 0px;
            align-items: center;
            position: static;

        }

        .phone {
            display: flex;
            background-color: #EAD3B1;
            margin-top: 0px;

            height: 100%;
            padding: 90px;
            padding-top: 220px;
            align-items: center;


            width: 100%;



        }



        h2 {
            font-family: "Lobster", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #EAD3B1;
            font-size: 3em;
            display: flex;
            background-color: #617c34;
            padding-left: 80px;
            padding-right: 80px;
            margin-top: 0px;
            padding-top: 130px;



            height: 100%;
            align-items: center;
            justify-content: center;
            width: 100%;


        }

        .row-picture {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0289.PNG");
            height: 500px;
            align-items: center;
            position: relative;

        }

        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 800px;
            align-items: center;
            position: relative;

        }
    }

    @media screen and (max-width: 1260px) {
        .phone {
            display: flex;
            background-color: #EAD3B1;
            margin-top: 0px;

            height: 100%;
            padding: 90px;
            padding-top: 320px;
            align-items: center;


            width: 100%;



        }

        blockquote {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 26px;
            align-items: center;
            justify-content: center;
            padding: 70px;

            height: 100%;
            width: 100%;
            position: relative;
            margin: 0.5em;
            padding: 0.5em 2em 0.5em 3em;
        }

        h2 {
            font-family: "Lobster", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #EAD3B1;
            font-size: 3em;
            display: flex;
            background-color: #617c34;
            padding-left: 80px;
            padding-right: 80px;
            margin-top: 0px;
            padding-top: 50px;
            padding-bottom: 50px;



            height: 100%;
            align-items: center;
            justify-content: center;
            width: 100%;


        }

        h1 {
            font-family: "Special Gothic Expanded One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 70px;
            display: flex;
            text-align: left;
            margin: 100px;
            color: #CBF6F4;





        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 18px;
            align-items: center;
            justify-content: center;
            padding: 70px;
            height: 100%;
            width: 100%;


        }

        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 700px;
            align-items: center;
            position: relative;

        }

    }





    @media screen and (max-width: 1160px) {

        .phone {
            display: flex;
            background-color: #EAD3B1;
            margin-top: 0px;
            margin-bottom: 0px;
            height: 100%;
            padding: 90px;
            padding-top: 180px;
            align-items: center;


            width: 100%;



        }

        blockquote {
            font-size: 26px;
        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            align-items: center;
            justify-content: center;
            padding: 70px;
            height: 100%;
            width: 100%;


        }

        .row-picture {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0289.PNG");
            height: 400px;
            align-items: center;
            position: relative;

        }


        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 600px;
            align-items: center;
            position: relative;

        }


        h2 {
            font-family: "Lobster", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #EAD3B1;
            font-size: 3em;
            display: flex;
            background-color: #617c34;
            padding-left: 80px;
            padding-right: 80px;
            margin-top: 0px;
            padding: 40px;
            padding-top: 130px;



            height: 100%;
            align-items: center;
            justify-content: center;
            width: 100%;


        }


        header nav ul li {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
            padding-right: 25px;
            margin-left: 15px;
            margin-top: 150px;
            margin-bottom: 100;
        }


        .hammer {
            margin-top: 120px;
            width: 100px;

        }

        .name {


            margin-left: 15px;
            height: 100px;
            margin-top: -130px;


        }

        .overlay a {

            margin-top: 100px;

            font-family: "Cantarell", sans-serif;
            font-weight: 400;
            font-style: normal;

            margin-bottom: -70px;
            text-decoration: none;
            font-size: 16px;

        }

        .overlay-content {
            margin-top: 100px;
        }

        .home-image {
            margin-left: 50px;
            height: 150px;
            margin-top: -100px;

            margin-right: 30px;
        }

        .overlay-content {
            margin-top: 200px;

        }

        .overlay .closebtn {
            position: absolute;
            top: 30px;
            right: 25px;
            font-size: 40px;
        }

        .overlay1 .closebtn {
            position: absolute;
            top: -25px;
            right: 25px;
            font-size: 40px;
        }

        .overlay2 .closebtn {
            position: absolute;
            top: -20px;
            right: 25px;
            font-size: 40px;
        }




    }

    @media screen and (max-width: 1124px) {
        .phone {
            display: flex;
            background-color: #EAD3B1;
            margin-top: 0px;
            margin-bottom: 0px;
            height: 100%;
            padding: 100px;
            padding-top: 200px;
            align-items: center;
            padding-left: 100px;
            padding-right: 100px;

            width: 100%;



        }



        h2 {
            font-family: "Lobster", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #EAD3B1;
            font-size: 3em;
            display: flex;
            background-color: #617c34;
            padding-left: 80px;
            padding-right: 80px;
            margin-top: 0px;
            padding: 40px;
            padding-top: 120px;



            height: 100%;
            align-items: center;
            justify-content: center;
            width: 100%;


        }
    }

    @media screen and (max-width: 1050px) {
        .phone {
            display: flex;
            background-color: #EAD3B1;
            margin-top: 0px;
            margin-bottom: 0px;
            height: 100%;
            padding: 100px;
            padding-top: 290px;
            align-items: center;
            padding-left: 100px;
            padding-right: 100px;

            width: 100%;



        }

        blockquote {
            font-size: 20px;
            margin-left: 15px;
        }


        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 500px;
            align-items: center;
            position: relative;

        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            align-items: center;
            justify-content: center;
            padding: 60px;
            height: 100%;
            width: 100%;


        }

        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0px;
            height: 100%;
            width: 100%;


        }

        h2 {
            font-family: "Lobster", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #EAD3B1;
            font-size: 3em;
            display: flex;
            background-color: #617c34;
            padding-left: 80px;
            padding-right: 80px;
            margin-top: 0px;
            padding: 40px;
            padding-top: 50px;
            padding-bottom: 50px;



            height: 100%;
            align-items: center;
            justify-content: center;
            width: 100%;


        }
    }

    @media screen and (max-width: 900px) {


        header nav ul li {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
            padding-right: 25px;
            margin-left: 10px;
            margin-top: 140px;
            margin-bottom: -80px;
        }

        blockquote {
            font-size: 18px;

        }

        .name {

            margin-bottom: 0px;
            margin-left: 20px;
            height: 75px;
            margin-top: -130px;


        }


        .row-picture {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0289.PNG");
            height: 300px;
            align-items: center;
            position: relative;

        }

        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 450px;
            align-items: center;
            position: relative;

        }

        .home-image {
            margin-top: -100px;
            margin-left: 20px;
            height: 150px;
            float: center;

            margin-right: 30px;
        }

        h1 {
            font-family: "Special Gothic Expanded One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 50px;
            display: flex;
            text-align: left;
            margin: 100px;
            color: #CBF6F4;





        }

        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -10px;
            height: 100%;
            width: 100%;


        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            align-items: center;
            justify-content: center;

            padding: 60px;
            height: 100%;
            width: 100%;


        }


    }

    @media screen and (max-width: 850px) {
        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 11px;
            align-items: center;
            justify-content: center;
            padding: 50px;
            height: 100%;
            width: 100%;
            line-height: 1.5em;


        }


        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -10px;
            height: 100%;
            width: 100%;


        }

        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 430px;
            align-items: center;
            position: relative;

        }
    }

    @media screen and (max-width: 730px) {
        .phone {
            display: flex;
            background-color: #EAD3B1;
            padding: 150px;

            margin-top: 20px;

            align-items: center;

            height: 100%;
            width: 100%;



        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 10px;
            align-items: center;
            justify-content: center;
            padding: 50px;
            height: 100%;
            width: 100%;


        }

        blockquote {
            font-size: 13px;

        }

        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -15px;
            height: 100%;
            width: 100%;


        }

        h2 {
            font-family: "Lobster", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #EAD3B1;
            font-size: 3em;
            display: flex;
            background-color: #617c34;
            padding-left: 80px;
            padding-right: 80px;
            margin-top: 0px;
            padding: 40px;
            padding-top: 50px;



            height: 100%;
            align-items: center;
            justify-content: center;
            width: 100%;


        }

        .name {

            margin-bottom: 0px;
            margin-left: 20px;
            height: 70px;
            margin-top: -130px;


        }

        .home-image {
            margin-top: -100px;
            margin-left: 20px;
            height: 120px;
            margin-right: 30px;
        }

        h1 {
            font-family: "Special Gothic Expanded One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 40px;
            display: flex;
            text-align: left;
            margin: 100px;
            color: #CBF6F4;





        }

        .row-picture {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0289.PNG");
            height: 250px;
            align-items: center;
            position: relative;

        }

        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 350px;
            align-items: center;
            position: relative;

        }

    }

    @media screen and (max-width: 700px) {
        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 10px;
            align-items: center;
            justify-content: center;
            padding: 40px;
            height: 100%;
            width: 100%;


        }


        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0px;
            height: 100%;
            width: 100%;


        }
    }

    @media screen and (max-width: 650px) {
        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 9px;
            align-items: center;
            justify-content: center;
            padding: 40px;
            height: 100%;
            width: 100%;


        }


        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -10px;
            height: 100%;
            width: 100%;


        }
    }

    @media screen and (max-width: 600px) {

        .item4 {
            padding-bottom: 0px;

        }

        .item3 {
            grid-column: 1 / 3;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 0px;

            height: 100%;
            width: 100%;
            padding-bottom: 0px;
            margin-top: 0px;


        }

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 9px;
            align-items: center;
            justify-content: center;
            padding-right: 30px;
            padding-left: 30px;

            height: 100%;
            width: 100%;


        }

        blockquote {
            font-size: 10px;


        }

        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0px;
            height: 100%;
            width: 100%;


        }

        .row-title {
            display: flex;
            flex-wrap: wrap;
            background-color: #0f2a2e;
            width: 100%;
            margin-top: -70px;


        }

        .background {
            bottom: 0;
            padding-top: 70px;
            margin-bottom: -70px;
        }

        .phone {
            display: flex;
            background-color: #EAD3B1;
            padding: 150px;

            margin-top: 20px;

            align-items: center;

            height: 100%;
            width: 100%;



        }

        .background1 {
            margin-top: 0px;
            padding: 30px;
            max-width: 300px;

        }


        .row-picture {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0289.PNG");
            height: 200px;
            align-items: center;
            position: relative;



        }


        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 300px;
            align-items: center;
            position: relative;

        }

        .name {


            margin-bottom: 0px;
            margin-left: 0px;
            height: 140px;
            margin-top: 0px;


        }

        .home-image {
            margin-top: -200px;
            margin-left: 30px;
            height: 180px;
            float: center;
            margin-right: 30px;
        }

        header nav ul li {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
            padding-right: 25px;
            margin-left: -5px;
            margin-top: 140px;
            margin-bottom: -90px;
        }

        .header {
            flex-direction: column;
            padding: 20px;
        }

        .mobileHeader {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        .hamburger {
            display: block;
            float: center;
        }

        .menu {
            display: none;
            float: center;
        }

        .list {
            grid-auto-flow: row;
            list-style-type: none;
            row-gap: 40px;
            column-gap: 0;
            justify-items: center;
        }

        .button {
            float: center;
        }

        .color-left {
            width: 70px;
        }

        .color-right {
            width: 70px;

        }

        .color-bottom {
            height: 70px;
        }

        .color-top {
            height: 70px;
        }

        .footer nav ul li a {
            margin-top: 0px;
            align-items: center;
            width: 100%;
            justify-content: center;

        }

        footer nav ul li {
            margin-top: 11px;







        }



        .Instagram-icon {
            margin-left: 20px;
            height: 16px;


        }

        .LinkedIn-icon {
            margin-left: -20px;
            height: 16px;
        }

        .Facebook-icon {
            margin-left: -3px;
            height: 16px;
        }

        .Home-icon {
            height: 16px;
            margin-top: -60px;
        }

        .hammer {
            margin-top: 120px;
            width: 70px;

        }

        .overlay a {

            margin-top: 100px;

            font-family: "Cantarell", sans-serif;
            font-weight: 400;
            font-style: normal;

            margin-bottom: -70px;
            text-decoration: none;
            font-size: 16px;

        }

        .overlay-content {
            margin-top: 140px;
        }

        .overlay-content2 {
            margin-top: 0px;
        }

        .overlay .closebtn {
            position: absolute;
            top: -20px;
            right: 25px;
            font-size: 40px;
        }

        .overlay1 .closebtn {
            position: absolute;
            top: -80px;
            right: 15px;
            font-size: 40px;
        }

        .overlay2 .closebtn {
            position: absolute;
            top: -80px;
            right: 15px;
            font-size: 40px;
        }

        .column {
            flex: 100%;
            padding: 0 4px;
        }

        .portfolio-section {
            margin-right: 70px;

        }

        h1 {
            font-family: "Special Gothic Expanded One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 35px;
            display: flex;
            text-align: left;
            margin: 60px;
            color: #CBF6F4;





        }
    }

    @media screen and (max-width: 530px) {

        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 8px;
            align-items: center;
            justify-content: center;
            padding: 20px;
            height: 100%;
            width: 100%;


        }

        .row-bottom {
 
            background-color: #0f2a2e;
            padding-bottom: 30px;
            padding-top:40px;
            margin-left: -30px;
        
        
        
    }

        blockquote {
            font-size: 9px;

        }

        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0px;
            height: 100%;
            width: 100%;
            margin-left:5px;
            


        }
        .item3 {
            grid-column: 1 / 3;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 35px;
            height: 100%;
            width: 100%;
            padding-right:15px;
            margin-left:10px;
           

            margin-top:-10px;
        }

        .row-picture2 {

            width: 100%;
            background-size: cover;
            background-image: url("img/IMG_0293.JPG");
            height: 230px;
            align-items: center;
            position: relative;

        }
    }

    @media screen and (max-width: 450px) {


        p {
            display: flex;
            text-align: left;
            font-family: "Livvic", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 6px;
            align-items: center;
            justify-content: center;
            padding: 5px;
            margin-bottom: 0px;
            height: 100%;
            width: 100%;
            margin-left: -10px;



        }

        .item4 {
            padding-bottom: 0px;

        }

        .item3 {
            grid-column: 1 / 3;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            height: 100%;
            width: 100%;
            margin-top: 0px;
            margin-left: 5px;
            padding-top:0px;
            padding-bottom:0px;
        


        }


        .item2 {
            grid-column: 2 /4;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0px;
            height: 100%;
            padding:10px;
            margin-right:-50px;
            width: 100%;
           



        }

        .name {


            margin-bottom: 0px;
            margin-left: 0px;
            height: 100px;
            margin-top: 0px;


        }

        .home-image {
            margin-top: -150px;
            margin-left: 30px;
            height: 120px;
            float: center;
            margin-right: 30px;
        }


        .phone {
            display: flex;
            background-color: #EAD3B1;
            padding: 100px;

            margin-top: 20px;

            align-items: center;

            height: 100%;
            width: 100%;

        }

        h1 {
            font-family: "Special Gothic Expanded One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            display: flex;
            text-align: left;
            margin: 60px;
            color: #CBF6F4;





        }
    }

    @media screen and (max-width: 420px) {

        .phone {
            display: flex;
            background-color: #EAD3B1;
            padding: 70px;

            margin-top: 20px;

            align-items: center;
            padding-top: -50px;
            height: 100%;
            width: 100%;



        }
    }