@media only screen and (min-width: 601px) and (max-width: 800px) {
    html body {
        font-family: "Raleway", serif;
        font-size: 17px;
    }
    .iconfloat {
        float: left;
        margin-right: 5%;
        padding-bottom: 15%;
    }
    .col-mm-1 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%; 
		width: 33.33%;
		text-align: left;
		padding-left: 3%;
	}
	.col-mm-2 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%; 
		width: 33.33%;
		padding-left: 7%;
	}
	.col-mm-3 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%; 
		max-width: 33.33%;
		text-align: right;
		padding-right: 3%;
	}
   	.LAbtn {
        display: inline-block;
        padding: 2% 2%;
        background-color: #fff;
        border: 1px solid;
        border-radius: 0;
	}
    #addGT800 {
       display: none;
    }
    #addLT800 {
        display: block;
    } 
    #contactGT800 {
       display: none;
    }
    #contactLT800 {
       display: flex;
    }    
    #video-background { 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        overflow: hidden; 
    }
    #video-background:before { 
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        overflow: hidden; 
        background-color: rgba(0, 0, 0, 0.6); 
        z-index: 5;
    }
    #videobcg { 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        overflow: hidden; 
    }
    .video-wrap { 
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0px;
        min-width: 100%;
        min-height: 400px;
        width: 100%;
        height: 400px;
        overflow: hidden; 
    }
    .video-text {
        font-size: 40px;
        margin-top: 10%;
        padding-bottom: 50px;
        margin-bottom: 100px;
    }
    #about {
        background-image: url("LADesign Photos/About_Header.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-origin: border-box;
    }
    .about-text {
        height: 10%;
        width: 100%; 
        padding-top: 5%;
        padding-bottom: 10%;
    }
    #connect {
        background-image: url("LADesign Photos/Contact_Header.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-origin: border-box;
    }
    .connect-text {
        background: transparent;
        height: 10%;
        width: 50%;
        padding-top: 5%;
        padding-left: 0%;
        padding-bottom: 6%;
    }
    #services {
        background-image: url("LADesign Photos/Services_Header.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-origin: border-box;
    }
    .services-text {
        height: 10%;
        width: 100%; 
        padding-top: 5%;
        padding-bottom: 14%;
    }
    .green-text {
        color: #83c427;
        font-size: 40px;
        padding-top: 5%;
        font-weight: 800;
    }
    .meet-text {
        color: #ffffff;
        font-size: 40px;
        padding-top: 5%;
        font-weight: 800;
    }
    .white-text {
        color: #ffffff;
        font-size: 22px;
    }
	.gray-footer {
        padding-top: 0px;
        background-color: #343a40;
        height: 200px;
        color: #ffffff;
	}    
    .gray-footer img {
        max-width: 85%;
        height: auto;
        opacity: 0.5;
        float: right;
    }
    .accordion {
        background-color: #e9ecef;
        color: #444;
        cursor: pointer;
        padding: 3%;
        margin-left: 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
    }
    .accordion:hover {
        background-color: #83c427;
        color: #fff;
    }
    .accordion:hover:after {
        background-color: #83c427;
        color: #fff;
    }
    .accordion.active:hover {
        background-color: #83c427;
    }
    .aactive {
        background-color: #83c427;
        color: #fff;
    }
    .accordion:after {
        content: '\002B';
        color: #83c427;
        font-size: 55px;
        font-weight: bold;
        float: right;
        margin-right: 15px;
    }
    .aactive:after {
        content: "\2212";
        color: #ffffff;
    }
    .panel {
        padding-top: 0;
        padding-left: 0;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.75s ease-out;
    }
    .panelleft {
        padding: 3% 0;
        background-color: white;
        width: 60%;
        float: left;
    }
    .panelleft h3 {
        font-size: 20px; 
     } 
    .panelright {
        padding-top: 3%;
        padding-left: 7%;
        background-color: white;
        width: 40%;
        float: left;
    }
    .panelright h4 {
        font-size: 20px; 
    }
    .panelright p {
        color: #83c427;
    }
    .accordion span {
        margin-left: 2%;
        font-size: 24px;
        font-weight: 800;
    }
    .accordion img {
        height: auto;
        width: 10%;
    }
}

