html, body {
    background-color: #96AFB8;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #213548;
}

h1 {
    font-size: 55px;
    padding-left: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 70px;
    line-height: 75px;
}

h2 {
    font-size: 42px;
    text-indent: 80px;
}

#header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #96AFB8;
    height: 105px;
    font-size: 70px;
}

#ML {
    width: 50%;
    float: left;
    text-indent: 115px;
    line-height: 125px;
}

#ph {
    width: 50%;
    float: left;
    /*text-indent: 60%;*/
    line-height: 105px;
    text-align: left;
}

#list {
    margin-left: 80px;
    font-size: 30px;
    line-height: 68px;
    font-weight: 500;
}

#img {
    background-image: url(images/beach.jpg);
    background-repeat: no-repeat;
    height: 850px;
}


#footer {
    width: 100%;
    background-color: #96AFB8;
    height: 190px;
    padding-left: 80px;
    padding-top: 40px;
}

#f-address {
    font-weight: 300;
    font-size: 24px;
}

#f-email {
    margin-top: 25px;
    height: 40px;
    background-image: url(images/eml.jpg);
    background-repeat: no-repeat;
}

#f-tel {
    margin-top: 25px;
}

#content {
    height: 850px;
    background-color: #96AFB8;
}

#mob {
    display: none;
}

#call {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #213548;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}
/* below is for responsive*/

/*  SECTIONS  */
.section {
	clear: both;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}
/*adjustments*/

@media only screen and (max-width: 1700px) {
    
    /*
    #ph {
        text-indent: 40%;
    }
    */
    #list {
        line-height: 45px;
    }
    #header {
        font-size: 55px;
    }
    h1 {
        font-size: 35px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 1024px) {
    /*
    #ph {
        text-indent: 30%;
    }
    */
    h2 {font-size: 40px;}
    
    h1 {
        padding-left: 70px;
        padding-right: 30px;
    }
   }


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0;
	}
    #ML {
        width: 100%;
        text-indent: 25px;
        font-size: 40px;
    }
    h1 {
        font-size: 30px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
    h2 {
        font-size: 30px;
        text-indent: 25px;
    }
    #img {
        height: 250px;
        background-position: center left;
    }
    #footer {
        width: auto;
        padding-left: 40px;
        padding-top: 120px;
        padding-bottom: 40px;
    }
    #list {margin-left: 15px;}
    #ph {
        display: none;
    }
    #mob {display: block;}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}



