@charset "utf-8";





/*--------DESKTOP MEDIA QUERY--------*/
/*--------DESKTOP MEDIA QUERY--------*/
/*--------DESKTOP MEDIA QUERY--------*/

/*------Browser is between 1280px and 1439px.------*/

@media only screen and (max-width: 1439px) {
    
    /*------------------DESKTOP DEFAULT-------------*/
    /*------------------DESKTOP DEFAULT-------------*/
    
    .wrapper {
        width: 80%;
/*        background-color: orange;*/
    }
    
    
    /*------------------DESKTOP NAV-------------*/
    /*------------------DESKTOP NAV-------------*/
    
    .nav-icon {
    margin-right: 54%;
    }
    
    nav {
    height: 65px;
    }
    
    /*------------------DESKTOP LINK-------------*/
    /*------------------DESKTOP LINK-------------*/
    
    input[type=submit] {
    padding: 20px 20px;
    font-size: 3.5em;
    width: 35%;
    border-radius: 120px;
}
/*    SENT*/
    
    #thanks-button {
    font-size: 2.0em;
    padding: 15px 25px;
    border-radius: 200px;
    }
    
/*    WORK*/
    
    .work-options a:link, .work-options a:visited {
        font-size: 1.2em;
        width: 85%;
        padding: 10px 0;
    }
    
    /*---------- NEW WORK -----------*/
    
    
    
    .work-selection-select a:link, .work-selection-select a:visited {
        margin: 7px 0;
        font-size: 1.8em;
        padding: 10px 0;
        width: 80%;    
    }


    .work-text-bottom a:link, .work-text-bottom a:visited {
        font-size: 1.6em;
        width: 20%;
        padding: 15px 0;
    }

    
    
    /*------------------DESKTOP STRUCTURE-------------*/
    /*------------------DESKTOP STRUCTURE-------------*/
    
    #top {
    padding: 200px 0 90px 0;
    
}
    
    #intro-text, #testimonials {
    padding: 140px 0;
}
    
    form {
    padding: 30px 0 0 0;
}
    #terms {
    padding: 60px 0 30px 0;
        
}
    #contact {
    padding: 90px 0 120px 0;
}
    #footer {
    padding: 35px 0 90px 0;
}
    
    #icons {
    width: 12%;
    margin-left: 25px;
}
    
    #icons img {
        width: 90%;
    }
    
    #disclaimer {
    padding: 30px 0 15px 0;
}
    
/*    SENT*/
    
    #thanks {
    padding: 150px 0 58px 0;
    }
    
    .thanks-text {
    width: 30%;
    padding-top: 290px;
}
    
/*    PORTFOLIO*/
    
    #portfolio-container {
     padding: 300px 0 110px 0;
    }
    
    .portfolio-text {
    width: 35%;
    }
    
    .portfolio-vector {
        width: 60%;
    }
    
    /*  OLD  WORK*/
    /*  OLD  WORK*/
    
    .work-text {
    width: 20%;
    }
    
    .work-work {
    width: 80%;   
    }
    
    .work-text img {
    width: 70%;
    }
    
    .work-empty {
    padding-bottom: 330px;
    }
    
    .work-video {
    margin-bottom: 170px;
    }
    
    
    /*--------- NEW WORK --------*/
    
    
    #work-selection {
        padding: 130px 0 120px 0;
        flex-direction: row;
    }

    .work-selection-svg {
        width: 50%;
    }

    .work-selection-select {
        width: 40%;
    }

    .work-selection-select h3 {
        margin-bottom: 20px;
    }
   

    .work-image-top {
        margin-bottom: 160px;
    }

    .work-image-between {
        margin-bottom: 70px;
    }

    .work-image-bottom {
        margin-bottom: 80px;
    }


    .work-text-top {
        margin-bottom: 160px;
    }

    .work-text-between {
        margin-bottom: 100px;
    }

    .work-text-bottom {
        margin-bottom: 180px;
    }

    .work-text-bottom p {
        margin-bottom: 40px;
    }

    .new-work-video {
    margin-bottom: 40px;
    }
    
    
    /*------------------DESKTOP FONT-------------*/
    /*------------------DESKTOP FONT-------------*/
    
    h1 {
        font-size: 5.5em;
    }
    
    h2 {
    font-size: 2.6em;
}
    
    h3 {    
    font-size: 1.7em;
        line-height: 1.5em;
}
    
    .portfolio-text h3 {
    margin-bottom: 20px;
}
    
    h4 {
         font-size: 1.7em;
    }
    
    h5 {

    font-size: 1.2em;
    margin-bottom: 10px;
}
    
    p {
        font-size: 2.6em;
        line-height: 1.5em;
    }
    
    label, input, textarea {
    font-size: 1.7em;
}

}

/*--------LAPTOP MEDIA QUERY--------*/
/*--------LAPTOP MEDIA QUERY--------*/
/*--------LAPTOP MEDIA QUERY--------*/

/*------Browser is between 1024px and 1279px.------*/

@media only screen and (max-width: 1279px) {
    
    /*------------------LAPTOP DEFAULT-------------*/
    /*------------------LAPTOP DEFAULT-------------*/
    
    
    .wrapper {
        width: 85%;
/*        background-color: yellow;*/
    }
    
    /*------------------LAPTOP NAV-------------*/
    /*------------------LAPTOP NAV-------------*/
    
    .nav-icon {
    margin-right: 48%;
    }
    
    nav {
    height: 65px;
    }
    
    
    /*------------------LAPTOP LINK-------------*/
    /*------------------LAPTOP LINK-------------*/
    
    input[type=submit] {
    padding: 20px 20px;
    font-size: 3.0em;
    width: 35%;
    border-radius: 200px;
}
    
    .portfolio-text a:link, .portfolio-text a:visited {
    font-size: 1.8em;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 30px;
   
}
    
    /*    WORK*/
    
    .work-options a:link, .work-options a:visited {
        font-size: 1.0em;
        width: 65%;
        padding: 12px 0;
    }
    
    /*---------- NEW WORK -----------*/
    
    
    
    .work-selection-select a:link, .work-selection-select a:visited {
        margin: 5px 0;
        font-size: 1.7em;
        padding: 10px 0;
        width: 70%;    
    }


    .work-text-bottom a:link, .work-text-bottom a:visited {
        font-size: 1.4em;
        width: 20%;
        padding: 15px 0;
    }
    
    /*------------------LAPTOP STRUCTURE-------------*/
    /*------------------LAPTOP STRUCTURE-------------*/
    
    #top {
    padding: 120px 0 70px 0;
    
}
    #header-vector {
    width: 58%;
}
    
    #header-text {
    width: 38%;
    }
 
    #intro-text {
    padding: 120px 0;
}
    #testimonials {
        padding: 100px 0;
    }
    
    .speakers {
    padding-top: 50px;
}
    
    #contact {
    padding: 90px 0 100px 0;
}
    
    #footer {
    padding: 35px 0 60px 0;
}
    
    .portfolio-vector {
    width: 65%;
    }
    
    #portfolio-container {
    padding: 170px 0 50px 0;
    }
    
    .portfolio-text {
    width: 30%;
    padding: 20px 10px 15px 10px;
    }
    
    #terms {
        text-align: center;
    }
    
    #icons {
    width: 15%;
    }
    
    #icons img {
        width: 80%;
    }
    
    /*    SENT*/
    
    #thanks {
    padding: 40px 0 58px 0;
    }
    
    .thanks-text {
    width: 35%;
    padding-top: 200px;
    }
    
    /*    WORK*/
    
       
    .work-text {
    width: 30%;
    margin-left: 7%;
    }
    
    .work-work {
    width: 70%;   
    }
    
    .work-text img {
    width: 50%;
    }
    
    .work-options {
    margin-bottom: 40px;    
    }
    
    .work-empty {
    padding-bottom: 170px;
    }
    
    .work-video {
    margin-bottom: 150px;
    }
    
    /*--------- NEW WORK --------*/
    
    
    #work-selection {
        padding: 100px 0 70px 0;
        flex-direction: row;
    }

    .work-selection-svg {
        width: 45%;
    }

    .work-selection-select {
        width: 50%;
    }

    .work-selection-select h3 {
        margin-bottom: 10px;
    }
   

    .work-image-top, .work-text-top {
        margin-bottom: 120px;
    }
    

    .work-image-between, .work-text-between {
        margin-bottom: 70px;
    }

    .work-image-bottom {
        margin-bottom: 70px;
    }


    .work-text-bottom {
        margin-bottom: 120px;
    }

    .work-text-bottom p {
        margin-bottom: 30px;
    }
    
    /*----- PREVIOUS AND NEXT ------*/
    /*----- PREVIOUS AND NEXT ------*/
    
    
    #previous-next {
    margin-bottom: 40px;
    }
    
    .previous-next-container {
    width: 48.5%;
    }
    
    
    /*------------------LAPTOP FONT-------------*/
    /*------------------LAPTOP FONT-------------*/
    
    h1 {
    font-size: 4.5em;
    margin-bottom: 10px;
}
    
    h2 {
        font-size: 2.7em;
    }
    
    h3 {
        font-size: 1.8em;
        line-height: 1.4em;
    }
    
    .portfolio-text h3 {
    margin-bottom: 10px;
    }    
    
    h4 {
        font-size: 1.4em;
    }
    
    h5 {

    font-size: 1.0em;
    margin-bottom: 8px;
    }
    
    p {
        font-size: 2.2em;
        line-height: 1.5em;
    }
    
    label, input, textarea {
    font-size: 1.9em;
}
    
    
}



/*--------TABLET MEDIA QUERY--------*/
/*--------TABLET MEDIA QUERY--------*/
/*--------TABLET MEDIA QUERY--------*/

/*------Browser is between 768px and 1023px.------*/
@media only screen and (max-width: 1023px) {
    
    
    /*------------------TABLET STRUCTURE-------------*/
    /*------------------TABLET STRUCTURE-------------*/
 
    /*---------------TABLET NAV----------*/
    /*---------------TABLET NAV----------*/
    
    .nav-icon {
    margin-right: 30%;
    }
    
    nav {
    height: 60px;
    }
    
    /*---------------TABLET LINKS----------*/
    /*---------------TABLET LINKS----------*/
    
    
    
    
    input[type=submit] {
    padding: 20px 25px;
    font-size: 3.0em;
    width: 55%;
    border-radius: 200px;
    }
    
/*    SENT*/
    
    #thanks-button {
    font-size: 1.7em;
    padding: 15px 20px;
    border-radius: 200px;
    }
    
/*    WORK*/
    
    .work-options a:link, .work-options a:visited {
        font-size: 1.5em;
        width: 90%;
        padding: 15px 0;
    }
    
    /*---------- NEW WORK -----------*/
    
    
    .work-selection-select a:link, .work-selection-select a:visited {
        margin: 7px 0;
        font-size: 1.9em;
        padding: 15px 0;
        width: 85%;    
    }


    .work-text-bottom a:link, .work-text-bottom a:visited {
        font-size: 1.6em;
        width: 30%;
        padding: 15px 0;
    }
    
    
    /*--- PORTFOLIO UPDATE ----*/
    
    .portfolio-link-above {
    margin: 30px 0 25px 0;
    }
    
    /*---------------TABLET STRUCTURE----------*/
    /*---------------TABLET STRUCTURE----------*/
    
    #top {
    padding: 180px 0 90px 0;
    
}
    
    #intro-text {
    padding: 130px 0;
    }
     
    .testimonial-speak {
    width: 31%;
    }
    
    .testimonial-image {
    width: 70%;
    }
    
    .footer-text {
    margin-right: 25px;
    width: 18%;
    }
    
    
/*    SENT*/
    
    #thanks {
    padding: 200px 0 95px 0;
    flex-direction: column;
    align-items: center;
    }
    
    #thanks img {
        width: 70%;
    }
    
    .thanks-text {
    width: 38%;
    padding-top: 60px;
        text-align: center;
    }
    
/*    PORTFOLIO*/
    
    #portfolio-container {
        padding: 300px 0 120px 0;
    }
      
    .portfolio-vector {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .portfolio-text {
        width: 80%;
        padding-bottom: 30px;
    }
    
    #portfolio-container {
        flex-direction: column;
        align-items: center;
    }
    
    #disclaimer-text {
        text-align: right;
    }
    
    #icons {
    width: 20%;
    }
    
/*    WORK*/
    
    .work-text {
    width: 40%;
    }
    
    .work-work {
    width: 60%;   
    }
    
    .work-images {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    }
    
    .work-images img {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    }
    
    .work-options {
    margin-bottom: 60px;    
    }
    
    .work-empty {
    padding-bottom: 180px;
    }
    
    /*--------- NEW WORK --------*/
    
    
    #work-selection {
        padding: 100px 0 20px 0;
        flex-direction: column;
    }

    .work-selection-svg {
        width: 60%;
        margin-bottom: 40px;
    }

    .work-selection-select {
        width: 60%;
    }

    .work-selection-select h3 {
        margin-bottom: 20px;
    }
   

    .work-image-top, .work-text-top {
        margin-bottom: 120px;
    }
    

    .work-image-between, .work-text-between {
        margin-bottom: 70px;
    }

    .work-image-bottom {
        margin-bottom: 70px;
    }


    .work-text-bottom {
        margin-bottom: 120px;
    }

    .work-text-bottom p {
        margin-bottom: 30px;
    }
    
    .new-work-video {
    margin-bottom: 30px;
    }
    
    /*---------------TABLET FONTS----------*/
    /*---------------TABLET FONTS----------*/

    h2 {
        font-size: 2.1em;
        line-height: 1.4em;
    }
    
    .portfolio-text h2 {
        font-size: 3.2em;
    }
    
    h3 {
        font-size: 1.3em;
        line-height: 1.6em;
    }
    
    .portfolio-text h3 {
        font-size: 1.8em;
    }
    
    .thanks-text h3 {
    margin-bottom: 20px;
    }
    
    h4 {
        font-size: 1.3em;
    }
    
    h5 {

    font-size: 1.5em;
    margin-bottom: 8px;
    }
    
    p {
        font-size: 2.0em;
        line-height: 1.6em;
    }
    
    
}




/*------------------MOBILE MEDIA QUERY-------------*/
/*------------------MOBILE MEDIA QUERY-------------*/
/*------------------MOBILE MEDIA QUERY-------------*/


/*------Browser is between 0px and 767px.------*/


@media only screen and (max-width: 767px) {
    
    /*------------------MOBILE DEFAULT-------------*/
    /*------------------MOBILE DEFAULT-------------*/
    
    .wrapper {
        width: 85%;
    }
    
    /*------------------MOBILE NAV-------------*/
    /*------------------MOBILE NAV-------------*/
    
    nav {
    height: 70px;
    display: flex;
    flex-direction: row;
    }
    
    
    .nav-icon {
    margin: 0;
    }
    
    .hamburger {
    display:block;
    }
    
    li {
        margin-bottom: 10px;
        text-align: right;
        margin-right: 0;
    }
    
    
    
    
    
    ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 250px;
        
        opacity: 0;
        height:0;
        transform: translateX(-500%);
        transition: 0.05s ease opacity  .05s, 0.05s ease height .05s;
    }
    
    ul.active {
        margin-top: 20px;
        transform: translateX(0);
        transition:0.05s ease opacity .05s, 0.05s ease height .05s;
        opacity:1;
    }
    
   
    
    /*------------------MOBILE LINKS-------------*/
    /*------------------MOBILE LINKS-------------*/
    
    ul a:link, ul a:visited {
    padding: 10px 20px;
    margin-bottom: 50px;    
}
    
    ul ul a:link, ul ul a:visited {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 10px 0 0 0;
        
        
    }
    
    input[type=submit] {
    padding: 20px 25px;
    font-size: 3.0em;
    width: 90%;
    border-radius: 200px;
    }
    
    .portfolio-work {
    width: 100%;   
    }
    
    
/*    PORTFOLIO*/
    .portfolio-text a:link, .portfolio-text a:visited {
    font-size: 1.8em;
    padding: 10px 35px;
    border-radius: 30px; 
    }
    
/*    WORK*/
    
    
    .work-options a:link, .work-options a:visited {
        font-size: 1.4em;
        width: 70%;
        padding: 12px 0;
    }
    
    /*---------- NEW WORK -----------*/
    
    
    .work-selection-select a:link, .work-selection-select a:visited {
        margin: 4px 0;
        font-size: 1.5em;
        padding: 8px 0;
        width: 85%;    
    }


    .work-text-bottom a:link, .work-text-bottom a:visited {
        font-size: 1.4em;
        width: 55%;
        padding: 15px 0;
    }
    
    /*--- PORTFOLIO UPDATE -----*/
    
    .portfolio-link-above {
        margin: 15px 0 20px 0;
    }
    
    
    /*------------------MOBILE STRUCTURE-------------*/
    /*------------------MOBILE STRUCTURE-------------*/
    
    .nav-button {
        padding-bottom: 200px;
    }
    
    #header {
    display: flex;
    flex-direction: column;
    }
    
    #header-vector {
    width: 100%;
        margin-bottom: 20px;
    }
    
    #header-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    }
    
    #testimonials {
        padding: 80px 0;
    }
    
    .speakers {
    padding-top: 50px;
    flex-direction: column;   
    }

.testimonial-speak {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    
    .testimonial-image {
    width: 60%;
        margin-bottom: 10px;
    }
    
    .testimonial-speak{
        margin-bottom: 30px;
    }
    
    
    #footer-container {
    flex-direction: column;
    }
    
    .footer-text {
    margin: 0 0 30px 0;
    width: 45%;
    }

    
    #disclaimer-text {
        width: 60%;
        margin: 0;
        text-align: right;
    }
    
    #icons {
    width: 35%;
        margin: 0;
    }
    
    #icons img {
        width: 60%;
    }
    
    #disclaimer-container {    
    justify-content: space-between;
    }
    
    
/*    SENT*/
    
    #thanks {
    padding: 150px 0 95px 0;
    }
    
    #thanks img {
        width: 80%;
    }
    
    .thanks-text {
    width: 100%;
    padding-top: 40px;
    text-align: center;
    }
    
/*    PORTFOLIO*/
    .portfolio-vector {
        margin-bottom: 25px;
    }
    
    .portfolio-text {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }
    

    
    #portfolio-container {
        padding: 140px 0 60px 0;
    }
    
    
    
    #disclaimer {
    padding: 30px 0 20px 0;
}
    
/*    WORK*/
    
    #work-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    }
    
    .work-text {
    width: 100%;
    margin-left: 0;
    }
    
    .work-work {
    width: 100%;
    padding: 20px 0;
    }
    
    .work-text img {
    width: 55%;
    }
    
    .work-options {
    margin-bottom: 50px;    
    }
    
    .work-info {
        width: 85%;
    }
    
        
    .work-empty {
    padding-bottom: 200px;
    }
    
    .work-video {
    margin-bottom: 0px;
    }
    
    /*--------- NEW WORK --------*/
    
    
    #work-selection {
        padding: 70px 0 30px 0;
        flex-direction: column;
    }

    .work-selection-svg {
        width: 65%;
        margin-bottom: 10px;
    }

    .work-selection-select {
        text-align: center;
        width: 100%;
    }

    .work-selection-select h3 {
        margin-bottom: 10px;
    }
   

    .work-image-top, .work-text-top {
        margin-bottom: 60px;
    }
    

    .work-image-between, .work-text-between {
        margin-bottom: 40px;
    }

    .work-image-bottom {
        margin-bottom: 40px;
    }


    .work-text-bottom {
        margin-bottom: 90px;
    }

    .work-text-bottom p {
        margin-bottom: 15px;
    }
    
    .new-work-video {
    margin-bottom: 15px;
    }
    
    /*----- PREVIOUS AND NEXT SECTIONS --------*/
/*----- PREVIOUS AND NEXT SECTIONS --------*/

#previous-next {
    flex-direction: column;
    margin-bottom: 35px;
}


.previous-next-container {
    width: 100%;

    }
    
    #after {
        margin-top: 15px;
    }
    
    
    
    /*------------------MOBILE FONTS-------------*/ 
    /*------------------MOBILE FONTS-------------*/
    
    h1 {
    font-size: 3.2em;
    margin-bottom: 10px;
}
    
    h2 {
        font-size: 2.5em;
        line-height: 1.2em;
         margin-bottom: 10px;
    }
    
    .portfolio-text h2 {
        font-size: 2.8em;
    }
    
    h3 {
        font-size: 1.8em;
        line-height: 1.3em;
    }
    
    h4 {
        font-size: 1.3em;
    }

    p {
        font-size: 1.9em;
        line-height: 1.6em;
    }
    
    
    }
