﻿@media screen and (max-width: 900px) {
    .serviceListItem {
        width: 80vw;
        margin-top: 10vw;
    }

    .aboutUsContainer {
        margin-bottom: -20px;
    }

    .container2 {
        clip-path: polygon(0% 50%, 63% 50%, 75% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .container3 {
        clip-path: polygon(0% 50%, 63% 50%, 75% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding: 2% 2% 0 0;
        margin-top: -80px;
    }
	
	.container_3 {
		height: auto;
	}
		

    .tabTitle {
        width: 30%;
        font-size: 4vw;
    }

    .valuesImage {
        margin: 0 12vw;
    }

    .blob-4 {
        margin-top: 15vw;
    }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }


    .main {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }

    #aboutMain {
        flex-direction: row;
        align-items: flex-start;
    }

    .image1 {
        height: 45vw;
        width: 100vw;
    }

    .background1 {
        background: linear-gradient(360deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .subtext {
        width: 100vw;
        margin: 5vw 0px 0vw 0px;
        height: 100vw;
    }

    .text-item {
        line-height: 10vw;
        width: 100vw;
        padding: 0 5vw 0 10vw;
    }

    .text-item-2 {
        line-height: 7vw;
        width: 100vw;
        padding: 0 5vw 0 10vw;
    }

    .cloudContainer {
        display: none;
    }

    .cloudContainer2 {
        display: inline;
    }

    .lightBlueBar {
        height: 20vw;
    }

    #page-2 {
        flex-wrap: wrap;
    }


    .quoteContainer {
        width: 66vw;
    }

    .quote {
        font-size: 4vw;
        line-height: 5.5vw;
        padding: 4.3vw;
    }



    .quoteContainer img {
        margin-top: 5.2vw;
        margin-left: 4vw;
    }

    #qImg1 {
        width: 25vw;
    }

    #qImg2 {
        width: 22vw;
    }

    .quoteContainer:first-child {
        margin-bottom: 10vw;
    }

    .servicesContainer {}

     .subtext-4 {}

    .subtext-5 {
        margin-bottom: 10vw;

    }





    .image2 {
        display: none;
    }

    .cloudBorder {
        height: 43px;
        background: url(/img/cloudBorder.jpg);
        background-repeat: repeat-x;
        background-size: 4vw;
        background-position-y: center;
        margin: 2.5vw 0 2.5vw 0px;
        width: 100vw;
    }
	
	#image3Container {
        display: none;
    }

    .image3 {
        display: none;
    }

    .container_2 {
        display: flex;
        flex-direction: column;
        margin: 0vw 0 0 0px;
        width: 100vw;
        align-items: center;
        padding: 0 10vw;
    }


    .container_3 {
        display: flex;
        flex-direction: column;
        margin: 2vw 0px 0 40px;
    }

    .serviceList li {

        width: 50vw;
    }

    .subtext-6 {
        padding: 10vw 5vw;
    }

    .subtext-7 {}

    .subtext-8 {}

    .subtext-9 {}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
        overflow: visible;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}