
html, body {
   
    overflow-x: hidden;

}


body {
    margin: 0;
    background-color: F8F8F8;
    font-family: 'Roboto', Arial, Helvetica, sans-serif
}

.hide-desktop {
    display: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.container {
    text-align: center;
    padding: .5em;
    align-content: center;
   
}

.logo {
    width: 20%;
}

.navui {
    width: 152%;
    margin-left: -25.5%;
    margin-bottom: -17%;
   position: fixed;
   bottom: 0;
}

.home-button {
    z-index: 2;
    width: 17%;
    margin-left: 23.5%;
    position: fixed;
    bottom: 0;  
    opacity: 0;
}

.about-button {
    z-index: 3;
    width: 17%;
    margin-left: 42.5%;
    position: fixed;
    bottom: 0;   
    opacity: 0;
}

.contact-button {
    z-index: 3;
    width: 17%;
    margin-left: 62%;
    position: fixed;
    bottom: 0;   
    opacity: 0;
}

p {
    font-size: 1.1em;
    color: #3AB694;
    text-align: center;
    margin-bottom: 25%;
}
/* above is standard template */

.bg1 {
    padding: 0;
    margin: 0;
    width: 300%;
    margin-left: -70%;
    z-index: -100;
    margin-bottom: -100%;
    margin-top: -60%;
    position: relative;
}
.hero-container p {
    margin-top: -9%;
    padding: 2em;
    text-align: left;
    color: #0C0332; 
    font-size: 1em;

}
.logo-photos {
    margin-top: -15%;
    padding-bottom: 3em;
}

.logo-photos img {
    width: 75%;
    margin: 3%;
        
}

.website{
    margin-top: 55%;
    margin-left: -7%;
    margin-right: -7%;
    width: auto;
    position: relative;
    background-color: #3DCDFF;
    bottom: 0;
    padding-bottom: 1%;
 
}
.website img {
    width: 85%;
    position: absolute;
    margin-left: -27%;
    bottom: 0;
    left: 0;


}

.text {
    color: #2D2B77;
    text-align: left;
    z-index: 2;
    margin-top: -30%;
    padding-left: 53%;
   
}
.website h1 {
    padding-top: 7%;
    margin-bottom: -.3em;

}


.website p {
    color: #2D2B77;
    padding-right: 2em;
    text-align: left;
    font-size: .7em;
}

.website-mockups img{
    width: 105%;
    padding-top: 15%;
    margin-right: -25%;
    margin-bottom: -15%;

}

.vimeovideowrapper {
   align-content: center;
   margin-top: 20%;
    
}

.vimeovideowrapper iframe,
.vimeovideowrapper object,
.vimeovideowrapper embed {
    position: relative;
    width: 250px;
    margin-top: -15%;
    margin-bottom: -15%;
}

.website-mockups {
    margin-top: -80%;
    margin-bottom: 40%;
    margin-right: -7%;
    z-index: 0;
    position: relative;

}

.bg2 {
    transform: rotate(180deg);
    width: 300%;
    margin-top: -700%;
    margin-right: -50%;
    margin-left: -150%;
    z-index: -100;
    position: relative;

}

.social-media {
    margin-top: 10%;
    margin-right: -10%;
    margin-left: -10%;
    padding-top: -30%;
    width: auto;
    position: relative;
    background-color: #3DCDFF;
    bottom: 0;

}
.orangetext {
    color: rgb(190, 126, 5);
    text-decoration: none;
}
.social-media img {
    width:60%;
    margin-top: -20%;
    margin-right: -55%;

}

.social-media p {
   align-content: right;
    color: #2D2B77;
    margin-top: -1em;
    margin-left: 20%;
    text-align: right;
    font-size: .7em;
    padding-bottom: 7%;
}

.social-media h1 {
    font-size: 1.5em;
}

.text2 {
    color: #2D2B77;
    text-align: right;
    z-index: 2;
    padding-top: 5%;
    margin-top: -30%;
    margin-right: 45%;
}

.bg3 {
    transform: rotate(180deg);
    transform: scaleX(-1);
    width: 350%;
    margin-top: -50%;
    margin-left: -250%;
    position: relative;
    z-index: -100;
}

.instagram-videos iframe,
.instagram-videos object,
.instagram-videos embed {
    width: 250px;
    height:500px;
    padding: 2em;
 
}

.container {
    max-width: 700px;
    align-content: center;
    margin: auto;
}


.footer-container p {
    margin-top: 15%;
    color: #a0a0a0
}

@media only screen and (min-width: 360px) {
    .social-media p {
    font-size: .8em;
    }
    .website p {
        font-size: .8em;
     }
     
   

}

@media only screen and (min-width: 500px) {
    .hero-container p {
        font-size: 1.1em;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    .social-media p {
        font-size: .9em;
    
     }

    .website p {
        font-size: .9em;
    }

    .vimeovideowrapper iframe,
    .vimeovideowrapper object,
    .vimeovideowrapper embed {
    
    width: 400px;
    margin-top: -1%;
    margin-bottom: -5%;
    }
}


@media only screen and (min-width: 600px) {
    
    .website p {
        font-size: .9em;
        width: 250px;
    }

    .social-media p {
        font-size: 1em;
    }

    .text2 {
     
        margin-left: 15%;
        padding-bottom: 0;
    }
    .vimeovideowrapper iframe,
    .vimeovideowrapper object,
    .vimeovideowrapper embed {
    
    width: 500px;
    margin-top: 2em;
    margin-bottom: -5%;
    }
    .hero-container p {
        font-size: 1.3em;
        width: 500px;
    }

}

@media only screen and (min-width: 650px) {

    .hide-desktop {
        display: unset;
    }

    .navui {
        display: none;
    }

    .home-button {
        display: none;
    } 

    .about-button {
        display: none;
    }

    .contact-button {
        display: none;
    }

    header {
        display: flex;
        justify-content: space-between;
        padding: 1em;

    }

    header ul li{
        display: inline-block;
        font-size: 1.2em;
        padding: 2.5em 1em;   
    }
    header ul li a{
        color: #3AB694;
        text-decoration: none;      
    }

    header ul li a:hover{
        color: #A6D6AA;
        text-decoration: none;      
    }

    .logo {
        width: 75px;
        padding: 1em;
    }

    .website p {
        font-size: 1em;
    }
    .social-media p {
        font-size: 1em;;
    }


}

@media only screen and (min-width: 675px) {
   
    .logo-photos{
        margin-bottom: -55%;
    }
    .logo-photos ul li{
        width: 400px;
        margin: 0 -38px;

    }
   
    .logo-photos ul {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    height: 600px;
    
   }
}

@media only screen and (min-width: 800px) {
  

    .vimeovideowrapper iframe,
    .vimeovideowrapper object,
    .vimeovideowrapper embed {

        width: 640px;
        margin-top: 4em;
        margin-bottom: -5%;
    }
    .hero-container p {
        font-size: 1.4em;
        width: 600px;
    }
    .logo-photos ul {
        height: 700px;
    }
    .logo-photos ul li{
        width: 450px;
        margin: 0 -39px;
    }
}

@media only screen and (min-width: 900px) {
    .logo-photos ul li{
        width: 500px;
        margin: 0 -42px;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        align-content: center;
        margin: auto;
        width: 1280px;
    }
}