body {
    color: #5a5959;
    font-family: 'Open Sans', sans-serif;
    background: #fff url('/images/landing-page-large.jpg') top center no-repeat;
    background-size: cover;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding: 0;
}

#text {
    width:30%;
    float: right;
    margin-right: 15%;
    margin-top: 25%;
    padding-bottom: 50px;
    text-align: center;
    
    }
    
    
h1, h2, h3 {
	text-transform: uppercase;
	color: #5a5959;
	font-weight: 700;
	}
	
h1 {
	font-size: 36px;
	margin: 0;
	}
	
h2 {
	font-size: 20px;
	margin: 0;
}



p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.phone-number {
	font-size: 30px;
	font-weight: 700;
}

.email {
	font-size: 20px;
}


i {
	color: #e80018;
}

i:hover {
	color: #5a5959;
}


a {
	color: #e80018;
	text-decoration: none;
}

a:hover {
	color: #5a5959;
	text-decoration: none;
	
}



@media(max-width:450px){
    body {
	    background: #fff url('/images/landing-page-small.jpg') top center no-repeat;
	    background-size: contain;
    }
    #text {
	    width:90%;
	    float: left;
	    margin-top: 95%;
	    margin-left: 0;
	    padding-left: 5%;
	    }
	    
    
    
}

@media(min-width:451px) and (max-width:825px){
    body {
    	background: #fff url('/images/landing-page-small.jpg') top center no-repeat;
		background-size: contain;
    }
	
	 #text {
	    width:90%;
	    float: right;
	    margin-top: 95%;
	    margin-left: 0;
	    padding-left: 5%;
    }
	
    
}

@media(min-width:826px) and (max-width:1250px){
	#text {
		margin-top: 55%;
		width: 40%;
	    margin-right: 1%;
    }
}

@media(min-width:1251px) and (max-width:1600px){
	#text {
		margin-top: 35%;
		width: 30%;
	    margin-right: 15%;
    }
}