html{
    scroll-behavior: smooth;
}
.scroll{
    scroll-behavior: smooth;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: 0.5}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: 0.5}
    to {opacity: 1}
}
/*Mobile Styles*/ 
@media screen and (max-width: 425px) {
    body, html{
        margin:0;
        padding:0;
    }
    
    #topButton{
        transform: rotate(90deg);
        cursor: pointer;
        position: fixed;
        padding: 3vw;
        color: white;
        font-weight: bold;
        font-size: 5vw;
        user-select: none;
        background-color: rgba(0,0,0,0.5);
        text-decoration:none;
        bottom: 0px;
        right: 20px;
    }
    
    #landing{
        height: 95vh;
        background: url(../images/topImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #logo{
        width: 88%;
        padding-top: 15vh;
        padding-left: 3vh;
        opacity: 0.5;
    }
    h1{
        padding-top: 5vh;
        text-align: center;
        color: white;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 8vw;
        margin: 0;
    }
    #menu{
        visibility: hidden;
    }
    #portfolio{
        display: none;
    }
    #portfolioMobile{
        background-color: #e5e6ea;
    }
    .boxPort{
        height: 8vh !important;
        padding-top: 1% !important; 
    }
    #box{
        margin: auto;
        height: 38vh;
        width: 90%;
        display: flex;
    }
    .box1{
        padding-top: 1vw;
    }
    #box2{
        padding-bottom: 3vh;
        margin: auto;
        height: 38vh;
        width: 90%;
        display: flex;
    }
    #content{
        height: 60vw;
        border: 1px solid white;
        margin-left: 1vw;
        margin-right: 1vw;
        border-radius: 21px;
    }
    .portfolioImg{
        height: 60vw;
    }
    #darken{
        position: absolute;
    }
    h4{
        width: 41.5vw;
        margin-top: -37vw;
        font-family: futura-pt, sans-serif;
        font-size: 6vw;
        text-align: center;
        position: absolute;
        color: white;
    }
    #content:hover{
        cursor: pointer;
    }
    #content:hover > #darken{
        position: absolute;
        display: block;
    }
    #photography{
        height: 100vw;
        background-color: #171820;
    }
    .slideshow{
        position: absolute;
        margin: 25% 0% 0% 0%;
    }
    .slide{
        display: none;
    }
    .slideImg{
        width: 100vw;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        background-color: rgba(0,0,0,0.5);
    }
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    #about{
        height: 130vh;
        background: url(../images/aboutImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #aboutMenu{
        margin: 10vw 0vh 0vh -2vh;
        float: left;
        display: flex;
    }
    .menuOption{
        height:20vw;
        width: 20vw;
        margin-left: 12vw;
        background: white;
        transform: rotate(45deg);
    }
    #menuAbout{
        opacity: 1;
    }
    #menuDesign{
        opacity: 0.5;
    }
    #menuMulti{
        opacity: 0.5;
    }
    #menuAbout:hover{
        cursor: pointer;
        opacity: 1;
    }
    #menuDesign:hover{
        cursor: pointer;
        opacity: 1;
    }
    #menuMulti:hover{
        cursor: pointer;
        opacity: 1;
    }
    h3{
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        transform: rotate(-45deg);
        font-size: 6vw;
        text-align: center;
        color: #131363;
    }
    .aboutBox{
        margin: 10vw 5vw 0vw 0vw;
        float: right;
        width: 90vw;
        color: #131363;
        background: white;
        border-radius: 15px;
    }
    #aboutInfo{
        display: block;
    }
    #aboutDesign{
        display: none;
    }
    #aboutMedia{
        display: none;
    }
    h2{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 8vw;
        margin: 3vw;;
    }
    #h2About{
        margin-top: 3vw;
    }
    p{
        font-family: futura-pt, sans-serif;
        font-size: 5vw;
        margin: 3vw;;
    }
    #contact{
        padding: 3vh 0vh 0vh 3vh;
        height: 130vh;
        background-color: #e5e6ea;
    }
    #info{
        width: 88vw;
        border: 2px solid #131363;
        color: #131363;
        background: white;
    }
    #form{
        margin: 3vh 0vh 0vh;
        width: 100%;
        height: 55%;
    }
    
    input[type=text]{
        width: 88vw;
        padding: 3% 3%;
        margin: 0 0 0.5vw 0;
        box-sizing: border-box;
        border: 2px solid #131363;
        font-family: futura-pt, sans-serif;
        font-size: 5vw;
    }
    textarea{
        width: 88vw;
        padding: 3% 3%;
        box-sizing: border-box;
        border: 2px solid #131363;
        background-color: white;
        resize: none;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 5vw;
    }
    input[type=submit]{
        width: 88vw;
        background-color: #131363;
        border: none;
        color: white;
        padding: 2vw 4vw;
        cursor: pointer;
        font-family: futura-pt, sans-serif;
        font-size: 5vw;
        border-radius: 8px;
        margin: 0.5vw 0;
    }
    #footer{
        height: 20vh;
        background: url(../images/footerImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #footerContent{
        text-align: center;
        padding-top: 5vw;
    }
    #social{
        margin: 3% 3% 3% 3%;
        height: 10vw;
        opacity: 0.75;
    }
    #social:hover{
        opacity: 1;
    }
    #trademark{
        margin: 0;
        margin-top: 1vw;
        color: white;
        text-align: center;
        font-size: 5vw;
        font-family: futura-pt, sans-serif;
    }
    #socialIcon:hover{
        opacity: 0.5;
    }
    #errorMessage{
        position: absolute;
        margin: -4.5% 0vh 0vh 0.6%;
        text-align: center;
        background-color: #131363;
        color: white;
        width: 90%;
    }
    #photoHeader{
        position:absolute;
        margin: none;
        color: white;
    }
}
/*Tablet Styles*/
@media screen and (min-width: 426px) and (max-width: 1025px) {
    body, html{
        margin:0;
        padding:0;
    }
    
    #topButton{
        transform: rotate(90deg);
        cursor: pointer;
        position: fixed;
        padding: 1.5vw;
        color: white;
        font-weight: bold;
        font-size: 3vw;
        user-select: none;
        background-color: rgba(0,0,0,0.5);
        text-decoration:none;
        bottom: 0px;
        right: 20px;
    }
    
    #landing{
        height: 52vw;
        background: url(../images/topImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #top{
        position: relative;
        text-align: center;
        align-content: center;
        height: 45vw;
    }
    #logo{
        width: 35vw;
        padding-top: 4vw;
        opacity: 0.5;
    }
    h1{
        position: absolute;
        top: 55%;
        left: 27%;
        color: white;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 5vw;
        margin: 0;
    }
    #menu{
        text-align: center;
        margin-left: 3vw;
    }
    #nagvigation{
        font-size: 3vw;
        font-family: futura-pt, sans-serif;
        text-decoration: none;
        color: white;
        opacity: 0.75;
        padding: 0 4vw 0 0;
    }
    #nagvigation:hover{
        opacity: 1;
    }
    #portfolio{
        height: 85vw;
        background-color: #e5e6ea;
    }
    #portfolioMobile{
        display: none;
    }
    .boxPort{
        height: 0vh !important;
        padding-top: 1% !important; 
    }
    #box{
        margin: 0vh 0vh 0vh 17vw;
        height: 35;
        width: 55%;
        display: flex;
    }
    .box1{
        padding-top: 8vw;
        padding-bottom: 3vw;
    }
    .box2{
        padding-bottom: 3vw;
    }
    #content{
        width: 15vw;
        height: 21.65vw;
        border: 1px solid white;
        margin-left: 1vw;
        margin-right: 1vw;
        border-radius: 21px;
    }
    .portfolioImg{
        width: 15vw;
    }
    #darken{
        position: absolute;
    }
    h4{
        width: 15vw;
        margin-top: -10vh;
        font-family: futura-pt, sans-serif;
        font-size: 2vw;
        text-align: center;
        position: absolute;
        color: white;
    }
    #photography{
        height: 50vw;
        background-color: #171820;
    }
    .slideshow{
        height: 45vw;
        position: absolute;
        margin: 5% 0% 0% 17%;
    }
    .slide{
        display: none;
    }
    .slideImg{
        height: 43vw;
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        background-color: rgba(0,0,0,0.5);
    }
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    #about{
        height: 50vw;
        background: url(../images/aboutImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #aboutMenu{
        margin: 8.5vw 5vw 10.5vw 16vw;
        float: left;
        display: flex;
        flex-direction: column;
    }
    .menuOption{
        height:7vw;
        width: 7vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
        background: white;
        transform: rotate(45deg);
    }
    #menuAbout{
        opacity: 1;
    }
    #menuDesign{
        opacity: 0.5;
    }
    #menuMulti{
        opacity: 0.5;
    }
    #menuAbout:hover{
        cursor: pointer;
        opacity: 1;
    }
    #menuDesign:hover{
        cursor: pointer;
        opacity: 1;
    }
    #menuMulti:hover{
        cursor: pointer;
        opacity: 1;
    }
    h3{
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        transform: rotate(-45deg);
        font-size: 2.2vw;
        text-align: center;
        color: #131363;
    }
    .aboutBox{
        margin: 8vw 12vw 12.5vw 0vw;
        float: right;
        width: 60vw;
        height: 35vw;
        color: #131363;
        background: white;
        border-radius: 15px;
    }
    #aboutInfo{
        display: block;
    }
    #aboutDesign{
        display: none;
    }
    #aboutMedia{
        display: none;
    }
    #contact{
        height: 50vw;
        background-color: #e5e6ea;
    }
    #info{
        margin: 0vw 0vw 0vw 13vw;
        width: 35%;
        height: 35vw;
        float: left;
        border: 2px solid #131363;
        color: #131363;
        background: white;
    }
    #form{
        margin: 0vw 13vw 0vw 0vw;
        width: 35%;
        height: 55%;
        float: right;
    }
    input[type=text]{
        width: 100%;
        padding: 3% 3%;
        margin: 0 0 0.5vw 0;
        box-sizing: border-box;
        border: 2px solid #131363;
        font-family: futura-pt, sans-serif;
        font-size: 1.8vw;
    }
    textarea{
        width: 100%;
        padding: 3% 3%;
        box-sizing: border-box;
        border: 2px solid #131363;
        background-color: white;
        resize: none;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8vw;
    }
    input[type=submit]{
        background-color: #131363;
        border: none;
        color: white;
        padding: 0.7vw 3.5vw;
        float: right;
        cursor: pointer;
        font-family: futura-pt, sans-serif;
        font-size: 1.8vw;
        border-radius: 8px;
        margin: 0.5vw 0;
    }
    #footer{
        height: 17vw;
        background: url(../images/footerImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #footerContent{
        text-align: center;
        padding-top: 4.5vw;
    }
    #social{
        margin: 0 1% 0 1%;
        height: 6vw;
        opacity: 0.75;
    }
    #social:hover{
        opacity: 1;
    }
    #trademark{
        margin: 0;
        margin-top: 1vw;
        color: white;
        text-align: center;
        font-size: 1.8vw;
        font-family: futura-pt, sans-serif;
    }
    #socialIcon:hover{
        opacity: 0.5;
    }
    h2{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 2.5vw;
        margin: 1.5vw;;
    }
    #h2About{
        margin-top: 2vw;
    }
    p{
        font-family: futura-pt, sans-serif;
        font-size: 1.8vw;
        margin: 1.5vw;;
    }
    #errorMessage{
        position: absolute;
        margin: 1.5% 0vh 0vh 25%;
        text-align: center;
        background-color: #131363;
        color: white;
        width: 50%;
    }
    #photoHeader{
        position:absolute;
        margin: none;
        color: white;
    }

}
/*Desktop Styles*/ 
@media screen and (min-width: 1026px) {
    body, html{
        margin:0;
        padding:0;
    }
    
    #topButton{
        transform: rotate(90deg);
        cursor: pointer;
        position: fixed;
        padding: 0.7vw 1vw 1vw 1vw;
        color: white;
        font-weight: bold;
        font-size: 1.5vw;
        user-select: none;
        background-color: rgba(0,0,0,0.5);
        text-decoration:none;
        bottom: 0px;
        right: 20px;
    }
    
    #landing{
        height: 52vw;
        background: url(../images/topImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #top{
        position: relative;
        text-align: center;
        align-content: center;
        height: 45vw;
    }
    #logo{
        width: 35vw;
        padding-top: 4vw;
        opacity: 0.5;
    }
    h1{
        position: absolute;
        top: 50%;
        left: 27%;
        color: white;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 5vw;
        margin: 0;
    }
    #menu{
        text-align: center;
        margin-left: 4vh;
    }
    #nagvigation{
        font-size: 2.3vw;
        font-family: futura-pt, sans-serif;
        text-decoration: none;
        color: white;
        opacity: 0.75;
        padding: 0 3.5vw 0 0;
    }
    #nagvigation:hover{
        opacity: 1;
    }
    #portfolio{
        height: 65vw;
        background-color: #e5e6ea;
    }
    #portfolioMobile{
        display: none;
    }
    .boxPort{
        height: 0vw;
        margin-left: 15% !important; 
        padding-top: 1% !important; 
    }
    #box{
        margin-left: 25%;
        height: 35;
        width: 55%;
        display: flex;
    }
    .box1{
        padding-top: 6vw;
        padding-bottom: 3vw;
    }
    .box2{
        padding-bottom: 3vw;
    }
    #content{
        width: 11.1vw;
        height: 16vw;
        border: 1px solid white;
        margin-left: 1vw;
        margin-right: 1vw;
        border-radius: 21px;
    }
    .portfolioImg{
        width: 11.1vw;
        height: 16vw;
    }
    #darken{
        position: absolute;
        display: none;
    }
    h4{
        width: 11vw;
        margin-top: -17vh;
        font-family: futura-pt, sans-serif;
        font-size: 1vw;
        text-align: center;
        position: absolute;
        color: white;
        display: none;
    }
    #content:hover{
        cursor: pointer;
    }
    #portfolioBox:hover > h4{
        position: absolute;
        display: block;
    }
    #portfolioBox:hover > #darken{
        position: absolute;
        display: block;
    }
    #photography{
        height: 50vw;
        background-color: #171820;
    }
    .slideshow{
        height: 45vw;
        position: absolute;
        margin: 5% 0% 0% 17%;
    }
    .slide{
        display: none;
        
    }
    .slideImg{
        height: 43vw;
        
    }
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        background-color: rgba(0,0,0,0.5);
    }
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    #about{
        height: 50vw;
        background: url(../images/aboutImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #aboutMenu{
        margin: 10.5vw 3vw 10.5vw 19vw;
        float: left;
        display: flex;
        flex-direction: column;
    }
    .menuOption{
        height:5.5vw;
        width: 5.5vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
        background: white;
        transform: rotate(45deg);
    }
    #menuAbout{
        opacity: 1;
    }
    #menuDesign{
        opacity: 0.5;
    }
    #menuMulti{
        opacity: 0.5;
    }
    #menuAbout:hover{
        cursor: pointer;
        opacity: 1;
    }
    #menuDesign:hover{
        cursor: pointer;
        opacity: 1;
    }
    #menuMulti:hover{
        cursor: pointer;
        opacity: 1;
    }
    h3{
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        transform: rotate(-45deg);
        font-size: 1.3vw;
        text-align: center;
        color: #131363;
        margin: 1.9vw -1vw 0vw -1vw;
    }
    .aboutBox{
        margin: 12.5vw 19vw 12.5vw 0vw;
        float: right;
        width: 50vw;
        height: 25vw;
        color: #131363;
        background: white;
        border-radius: 15px;
    }
    #aboutInfo{
        display: block;
    }
    #aboutDesign{
        display: none;
    }
    #aboutMedia{
        display: none;
    }
    #contact{
        height: 45vw;
        background-color: #e5e6ea;
    }
    #info{
        margin: 10vw 0vw 10vw 22vw;
        width: 27%;
        height: 55%;
        float: left;
        border: 2px solid #131363;
        color: #131363;
        background: white;
    }
    #form{
        margin: 10vw 22vw 10vw 0vw;
        width: 27%;
        height: 55%;
        float: right;
    }
    input[type=text]{
        width: 100%;
        padding: 3% 3%;
        margin: 0 0 0.5vw 0;
        box-sizing: border-box;
        border: 2px solid #131363;
        font-family: futura-pt, sans-serif;
        font-size: 1vw;
    }
    textarea{
        width: 100%;
        padding: 3% 3%;
        box-sizing: border-box;
        border: 2px solid #131363;
        background-color: white;
        resize: none;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1vw;
    }
    input[type=submit]{
        background-color: #131363;
        border: none;
        color: white;
        padding: 0.7vw 3.5vw;
        float: right;
        cursor: pointer;
        font-family: futura-pt, sans-serif;
        font-size: 1vw;
        border-radius: 8px;
        margin: 0.5vw 0;
    }
    #footer{
        height: 17vw;
        background: url(../images/footerImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #footerContent{
        text-align: center;
        padding-top: 5vw;
    }
    #social{
        margin: 0 1% 0 1%;
        height: 4vw;
        opacity: 0.75;
    }
    #social:hover{
        opacity: 1;
    }
    #trademark{
        margin: 0;
        margin-top: 1vw;
        color: white;
        text-align: center;
        font-size: 1vw;
        font-family: futura-pt, sans-serif;
    }
    #socialIcon:hover{
        opacity: 0.5;
    }
    h2{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.7vw;
        margin: 1.5vw;;
    }
    #h2About{
        margin-top: 1.8vw;
    }
    p{
        font-family: futura-pt, sans-serif;
        font-size: 1.2vw;
        margin: 1.5vw;;
    }
    #errorMessage{
        position: absolute;
        margin: 8% 0vh 0vh 25%;
        text-align: center;
        background-color: #131363;
        color: white;
        width: 50%;
    }
    #photoHeader{
        font-family: 'Josefin Sans', sans-serif;
        position:absolute;
        margin: none;
        color: white;
    }
}