
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    top: 0;
    font-family: 'Nunito Sans', sans-serif;
    
}

header {
    top: 0;
    width: 100%;
}
.navlink:visited {
    text-decoration: none;
    color: #95ACB1;
}

pre {
    margin: 10% 30%;
}

#sidebar {
    display: inline-block;
    text-align: right;
    background-color: #f7db3c;
    opacity: 93%;
    position: fixed;
    width: 100%;
    height: 15%;
    top: 0;
    right: 0;
    /*right: -300px;
    transition: .4s;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100%; */
}

#sidebar ul li {
    justify-content: right;
    text-align: right;
    display: inline-block;
    list-style-type: none;
    padding: 1% 1%;
    color: #95ACB1;
    font-family: 'Raleway', sans-serif;
    font-size: 245%;
    font-weight: bolder;
    letter-spacing: 2px;
}

#sidebar ul a {
    text-decoration: none;
    color: black;
}

img {
    width: 100%;
}

.portfolio_item {
    width: 70%;
    left: 40%;
    margin: 10% 0;
}

.portfolio_item img {
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
}

/*.portfolio_item img {
    border: 1px solid silver;
} */

.portfolio_item figcaption button {
    background-color: #FFFFFF;
    border: 4px solid #95ACB1;
    font-size: 200%;
    padding: 5%;
    margin-bottom: 50%;
}

.portfolio_item figcaption button:hover {
    background-color: #C8A97C;
    border: 4px solid #66422E;
    font-size: 200%;
    padding: 5%;
}

.portfolio_item figcaption h4 {
    color: #95ACB1;
    font-family: 'Raleway', sans-serif;
    margin-top: 10%;
}

.builtWith {
    color: #95ACB1;
    font-family: 'Raleway', sans-serif;
}

#contact {
    object-fit: fill;
    margin: 50% 0;
}

#contact button {
    background-color: #FFFFFF;
    border: 4px solid #95ACB1;
    font-size: 200%;
    padding: 5%;
    right: 50%;
}

#contact button:hover {
    background-color: #C8A97C;
    border: 4px solid #66422E;
    font-size: 200%;
    padding: 5%;
}

#contact button a {
    text-decoration: none;
    color: black;
}

#about {
    margin-top: 50% 0;
}

#about_contact_link a{
    color: #95ACB1;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    
}

#about h2 {
    margin-top: 20%;
    margin-bottom: 10%;
    color: black;
    margin-left: 30%;
    margin-right: 30%;
}

#about p {
    font-size: larger;
    margin-top: 5%;
    margin-left: 30%;
    margin-right: 30%;
}

#work {
    margin-top: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

footer {
    text-align: center;
}

@media screen and (max-width: 1320px) {
    * {
        margin: 0;
        padding: 0;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
        top: 0;
        font-family: 'Nunito Sans', sans-serif;
    }
    
    .navlink:visited {
        text-decoration: none;
        color: #95ACB1;
    }
    /*

    #sidebar {
        width: 120px;
        height: 100%;
        background: transparent;
        opacity: 80%;
        position: fixed;
        right: -300px;
        transition: .4s;
        top: 0;
        right: 0;
        bottom: 0;
    }

    */

    pre {
        margin: 10% 30%;
    }

    #sidebar {
        display: inline-block;
        text-align: right;
        background-color: #f7db3c;
        opacity: 93%;
        position: fixed;
        width: 100%;
        height: 6%;
        top: 0;
        right: 0;
    }
    /*
    #sidebar ul li {
        list-style-type: none;
        padding: 20% 0;
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        font-size: 140%;
        font-weight: bolder;
        letter-spacing: 2px;
    }
    
*/
#sidebar ul li {
    justify-content: right;
    text-align: right;
    display: inline-block;
    list-style-type: none;
    padding: 1% 1%;
    color: #95ACB1;
    font-family: 'Raleway', sans-serif;
    font-size: 240%;
    font-weight: bolder;
    letter-spacing: 2px;
}

    #sidebar ul a {
        text-decoration: none;
        color: black;
    }
    

   /* .wrapper {
        margin-right: 15%;
    } */
    
    img {
        width: 100%;
    }
    
    .portfolio_item {
        width: 95%;
        left: 40%;
        margin: 10% 0;
    }
    
    .portfolio_item figcaption button {
        background-color: #FFFFFF;
        border: 4px solid #95ACB1;
        font-size: 200%;
        padding: 5%;
    }
    
    .portfolio_item figcaption button:hover {
        background-color: #C8A97C;
        border: 4px solid #66422E;
        font-size: 200%;
        padding: 5%;
    }
    
    .portfolio_item figcaption h4 {
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
    }

    .builtWith {
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
    }

    #contact img {
        visibility: hidden;
    }
    
    #about {
        margin-top: 50% 0;
        text-align: left;
    }
    
    #about_contact_link a{
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        
    }
    
    #about h2 {
        margin-top: 60%;
        margin-bottom: 30%;
        color: black;
        text-align: left;
        margin-left: 30%;
        margin-right: 30%;
    }
    
    #about p {
        font-size: larger;
        margin-top: 15%;
        text-align: left;
        margin-left: 30%;
        margin-right: 30%;
    }
    
    #work {
        margin-top: 60%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: left;
    }

    #contact {
        object-fit: fill;
        margin: 50% 0;
    }
    
    #contact button {
        background-color: #FFFFFF;
        border: 4px solid #95ACB1;
        font-size: 200%;
        padding: 5%;
        right: 50%;
    }
    
    #contact button:hover {
        background-color: #C8A97C;
        border: 4px solid #66422E;
        font-size: 200%;
        padding: 5%;
    }
    
    #contact button a {
        text-decoration: none;
        color: black;
    }

    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
}


@media screen and (max-width: 720px) {
    * {
        margin: 0;
        padding: 0;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
        top: 0;
        font-family: 'Nunito Sans', sans-serif;
    }
    
    .navlink:visited {
        text-decoration: none;
        color: #95ACB1;
    }
    
    /*#sidebar {
        width: 120px;
        height: 100%;
        background: transparent;
        opacity: 80%;
        position: fixed;
        right: -300px;
        transition: .4s;
        top: 0;
        right: 0;
        bottom: 0;
    } 
    
    #sidebar ul li {
        list-style-type: none;
        padding: 20% 0;
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        font-size: 140%;
        font-weight: bolder;
        letter-spacing: 2px;
    } 
    
    #sidebar ul a {
        text-decoration: none;
        color: #66422E;
    } */

    /*.wrapper {
        margin-right: 25%;
    } */
    
    #sidebar {
        display: inline-block;
        text-align: right;
        background-color: #f7db3c;
        opacity: 93%;
        position: fixed;
        width: 100%;
        height: 5%;
        top: 0;
        right: 0;
        /*right: -300px;
        transition: .4s;
        top: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 100%; */
    }

    pre {
        margin: 10% 15%;
    }
    
    #sidebar ul li {
        justify-content: right;
        text-align: right;
        display: inline-block;
        list-style-type: none;
        padding: 1% 1%;
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        font-size: 165%;
        font-weight: bolder;
        letter-spacing: 2px;
    }
    
    #sidebar ul a {
        text-decoration: none;
        color: black;
    }

    img {
        width: 100%;
    }
    
    .portfolio_item {
        width: 95%;
        
    }
    
    .portfolio_item figcaption button {
        background-color: #FFFFFF;
        border: 4px solid #95ACB1;
        font-size: 200%;
        padding: 5%;
    }
    
    .portfolio_item figcaption button:hover {
        background-color: #C8A97C;
        border: 4px solid #66422E;
        font-size: 200%;
        padding: 5%;
    }

    .portfolio_item figcaption h4 {
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
    }

    .builtWith {
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
    }

    #contact img {
        visibility: hidden;
    }

    #contact {
        object-fit: fill;
        margin: 80% 0;
    }
    
    #contact button {
        background-color: #FFFFFF;
        border: 4px solid #95ACB1;
        font-size: 200%;
        padding: 5%;
        right: 50%;
    }
    
    #contact button:hover {
        background-color: #C8A97C;
        border: 4px solid #66422E;
        font-size: 200%;
        padding: 5%;
    }
    
    #contact button a {
        text-decoration: none;
        color: black;
    }
    
    #about {
        margin-top: 50%;
    }
    
    #about_contact_link a{
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        
    }
    
    #about h2 {
        margin-top: 90%;
        margin-bottom: 30%;
        color: black;
        text-align: center;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    #about p {
        font-size: larger;
        margin-top: 15%;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    #work {
        margin-top: 60%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: left;
    }

    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
}

@media screen and (max-width: 540px) {
    * {
        margin: 0;
        padding: 0;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
        top: 0;
        font-family: 'Nunito Sans', sans-serif;
    }
    
    .navlink:visited {
        text-decoration: none;
        color: #95ACB1;
    }
    
    /*#sidebar {
        width: 80px;
        height: 100%;
        background: transparent;
        opacity: 80%;
        position: fixed;
        right: -300px;
        transition: .4s;
        top: 0;
        right: 0;
        bottom: 0;
    }
    
    #sidebar ul li {
        list-style-type: none;
        padding: 25% 0;
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        font-size: 90%;
        font-weight: bolder;
        letter-spacing: 2px;
    }
    
    #sidebar ul a {
        text-decoration: none;
        color: #66422E;
    } */

    pre {
        margin: 10% 10%;
    }

    #sidebar {
        display: inline-block;
        text-align: right;
        background-color: #f7db3c;
        opacity: 95%;
        position: fixed;
        width: 100%;
        height: 4%;
        top: 0;
        right: 0;
        /*right: -300px;
        transition: .4s;
        top: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 100%; */
    }
    
    #sidebar ul li {
        justify-content: right;
        text-align: right;
        display: inline-block;
        list-style-type: none;
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        font-size: 95%;
        font-weight: bolder;
        letter-spacing: 2px;
    }
    
    #sidebar ul a {
        text-decoration: none;
        color: black;
    }

    /*.wrapper {
        margin-right: 27%; 
    } */
    
    img {
        width: 100%;
        margin-top: 5%;
    }
    
    .portfolio_item {
        width: 10%;
        margin: 10% 0;
    }
    
    .portfolio_item figcaption button {
        background-color: #FFFFFF;
        border: 4px solid #95ACB1;
        font-size: 200%;
        padding: 5%;
    }
    
    .portfolio_item figcaption button:hover {
        background-color: #C8A97C;
        border: 4px solid #66422E;
        font-size: 200%;
        padding: 5%;
    }

    .portfolio_item figcaption h4 {
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
    }

    .builtWith {
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
    }
    
    #contact img {
        visibility: hidden;
    }

    #contact {
        object-fit: fill;
        margin: 110% 0;
    }
    
    #contact button {
        background-color: #FFFFFF;
        border: 4px solid #95ACB1;
        font-size: 200%;
        padding: 5%;
        right: 50%;
    }
    
    #contact button:hover {
        background-color: #C8A97C;
        border: 4px solid #66422E;
        font-size: 200%;
        padding: 5%;
    }
    
    #contact button a {
        text-decoration: none;
        color: black;
    }
    
    #about {
        margin-top: 20%;
        text-align: left;
    }
    
    #about_contact_link a{
        color: #95ACB1;
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        
    }
    
    #about h2 {
        margin-top: 100%;
        margin-bottom: 30%;
        color: black;
        text-align: left;
        margin-left: 15%;
        margin-right: 15%;
    }
    
    #about p {
        font-size: small;
        margin-top: 15%;
        text-align: left;
    }
    
    #work {
        margin-top: 60%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: left;

    }

    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
        max-width: 90%;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        height:100%;
        max-width:90%;
        position:absolute;
        
    }

    
    
}
