body {
    --nav-height: 70px;
    background-color: black;
    font-family: "Montserrat", sans-serif;
    padding-top: var(--nav-height);
    margin: 0;
    padding: 0;
    /*width: 100vw !important;*/
    height: 100vh;
    z-index: 1;
    max-width: 100%;
    overflow-x: hidden;
}


#mainNavbar {
    color: black;
    font-size: 30px;
    width: 100%;
    height: var(--nav-height);
    transition: transform 500ms;


}

.nav-hidden {
    transform: translateY(calc(-1 * var(--nav-height)));
    box-shadow: none;
}

.navbar-brand {
    color: black;
    font-size: 30px;
    font-weight: 200px;


}

.nav-link {
    padding: 0.25rem;
    margin-left: 1rem;
    border-bottom: 0.25rem solid transparent;
}

.nav-link:hover {
    color: rgba(20, 19, 19, 0.5);
    border-bottom-color: rgba(27, 23, 23, 0.5);
}

.jumbotron {
    background-image: url(headercover2.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin-left: -40px !important;
    padding-top: 70px;
}

.toggler {
    color: white;
    /*background-image: url(togcover2.jpg);*/
    margin-left: 750px;
    margin-top: 370px;
    margin-bottom: 100px;
    margin-right: 0px;
    /*width: 700px;*/
    /*height: 100vh;*/


}

#effectTypes {
    display: none;

}

#effectButton {
    display: none;
}


#aboutSection {
    color: white;
    font-size: 18px;
    font-weight: 200;
    margin: 15px 15px 15px 35px;
    text-align: justify;
    height: 70vh;
}



.aboutHeader {
    font-size: 30px;
    border-bottom: 2px double white;
    border-width: 10px;
    /*padding-bottom: 2px;*/
}

.troyImage {
    float: right;
    position: relative;
    text-align: right;
    width: 400px;
    height: auto;
    padding-left: 100px;
}

.troyImage img {
    margin-right: -100px;
    border-radius: 30%;
    text-align: right;

}

#skillsSec {
    background-image: linear-gradient(rgba(100, 102, 104, 0.9), rgba(122, 122, 124, 0.8)),
        url(skillsetcover1.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgb(34, 42, 65);
    margin-top: 20px;
    margin-left: -14px;
    width: 100vw;
    height: auto;
}

#skillSet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100vw;
    min-height: 100vh;

}

.skillsHeader {
    color: white;
    margin-top: 20px;
    font-size: 30px;
    padding-bottom: 1px;
    margin-left: 550px;
    /*-webkit-box-shadow: inset 0px -5px 0px 0px;
    box-shadow: inset 0px -5px 0px 0px;*/
    border-bottom: 2px double white;
    border-width: 10px;
    width: 17%;
    text-align: center;

    /*color: white;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 3px;
    margin-left: 1px;
    border-bottom: 2px double darkblue;
    border-width: 10px;*/



}


#skillSet li {
    width: 300px;
    height: 100px;
    margin: 40px;
    font-size: 200%;
    display: flex;
    justify-content: center;
}

.devicons {
    color: rgb(241, 233, 233);
    font-family: "Montserrat", sans-serif;
    font-size: 30px;

}

.devicons li {
    text-decoration: none;

}

.devicons p {
    margin-top: -80px;
    font-size: 15px;
    text-align: center;
    font-weight: 800;

}


#projectSec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.projectsHeader {
    color: white;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 3px;
    margin-left: 550px;
    border-bottom: 2px double white;
    border-width: 10px;
    text-align: center;


}


.firstProject-des-right {
    color: white;
    margin-top: 110px;
    width: 500px;
    height: auto;
    padding-left: 100px;
    font-weight: 200;

}

.firstProject-des-right h3 {
    color: white;
    font-size: 1.5em;

}

.YourProject-img-left {
    margin-left: 10px;
    padding-right: 0px;


}

.YourProject-des-right {
    color: white;
    margin-top: 110px;
    width: 500px;
    height: auto;
    padding-left: 100px;
    font-weight: 200;
}

.YourProject-des-right h3 {
    color: white;
    font-size: 1.5em;

}

#contactSec {
    background-color: #95B1B0;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px;
    width: 100vw;
    margin-left: -14px;
}


.form-container {
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

.btn btn-success {
    padding-bottom: 50px;
}

/*.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 90%;
}*/


.contactHeader {
    color: white;
    font-size: 30px;
    padding-bottom: 2px;
    margin-left: 550px;
    border-bottom: 2px double white;
    border-width: 10px;
}


.contact-para {
    width: 500px;
    height: auto;
    margin-top: -20px;
    padding-left: 80px;
    text-align: justify;
    font-weight: 200;

}

#socialMedia {
    background-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    margin-left: -20px;
    margin-top: -8px;
    width: 100vw !important;

}

#socialMedia li {

    display: flex;
    flex-direction: row;
    width: 200px;
    height: 100px;
    margin-left: 10px;
    font-size: 225%;
    justify-content: center;


}

.my-devicons {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.my-devicons:hover {
    color: #95B1B0;

}

.devicon-html5-plain:hover {
    color: rgb(228, 77, 38);
}

.devicon-css3-plain:hover {
    color: rgb(98, 49, 237);
}

.devicon-javascript-plain:hover {
    color: rgb(237, 210, 77);
}

.devicon-jquery-plain:hover {
    color: rgb(8, 101, 167)
}

.devicon-bootstrap-plain:hover {
    color: rgb(123, 17, 243)
}

.devicon-wordpress-plain:hover {
    color: rgb(36, 122, 161)
}

.font-awe {
    padding: 10px;
}

footer {
    width: 100vmax;
    margin-left: -20px;
}

.back-to-top {
    color: white;
    font-size: 20px;
    margin-left: 50px;
    padding-left: 30px;
    font-weight: 200px;
    text-decoration: none;
}

.back-to-top:hover {
    color: #95B1B0;
    font-weight: bold;
}

.copy {
    color: white;
    background-color: black;
    text-align: center;
    font-size: x-small;
    padding-top: 30px;
    /*margin-top: 0;
    margin-bottom: 0;*/

}



@media (max-width:780px) {

    html,
    * {
        margin: 0;
        padding: 0;

    }

    body {
        max-width: 100vh !important;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }

    .toggler {
        margin-left: 10px;
        margin-top: 400px;
        margin-bottom: 5px;
        margin-right: 0px;
        padding-right: 0px !important;
        width: 70%;
        /*height: 100vh;
        z-index: 1*/
    }


    .troyImage {
        display: block;
        margin-left: 0px !important;
        padding-left: 0% !important;
        font-size: 0.5em;
    }

    .contact-para {
        /*display: block;*/
        padding-top: 150px;
        margin-right: 0px !important;
        display: flex;
        flex-wrap: wrap;
    }

    #socialMedia {
        display: flex;
        flex-direction: row;

    }

    #socialMedia li {
        margin-left: 100px;
        justify-content: center;
    }

    .my-devicons {
        font-size: 1em;

    }

    .devicons {
        /*min-height: 100vh;*/
        font-size: 1em;

    }

}