/* phone media queries */
@media only screen and (max-width: 480px) {
    .phone {
        display: block;
        transition: all .25s ease-in-out;
    }
    
    .desktop {
        display: none;
        transition: all .25s ease-in-out;
    }
    
    #header {
        width: 100%;
        background: none;
        transition: all .25s ease-in-out;
    }
    
    #container {
        margin-top: 25px;
    }
    
    #logo {
        text-align: center;
        float: none;
    }
    
    #logo img {
        height: 175px;
        transition: all .25s ease-in-out;
    }
    
    #content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    
    h1 {
        font-size: 28px;
        padding-top: 25px;
        transition: all .25s ease-in-out;
    }
    
    h2 {
        font-size: 18px;
        transition: all .25s ease-in-out;
    }
    
    #content p {
        font-size: 15px;
        line-height: 22px;
        padding: 0 25px;
        transition: all .25s ease-in-out;
    }
    
    #mobile_nav_container {
        clear: both;
        display: block;
        width: 100%;
    }
    
    #mobileNavigation ul {
        list-style: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: center;
    }
    
    #mobileNavigation #top li {
        position: relative;
    }
    
    #mobileNavigation #top li a {
        background: #1F2133;
    }
    
    #mobileNavigation ul li a {
        text-decoration: none !important;
        display: block;
        padding: 15px 0 !important;
        background: #6D3749;
        color: #F0F0F0;
        margin-top: 1px;
    }
    
    #mobileNavigation #bottom li {
        display: none;
    }
    
    #mobileNavigation #bottom {
        margin-top: 5px;
    }
    
    #content p #sheryl {
        float: none;
        display: block;
        margin: 0 auto !important;
        width: 200px;
        padding-bottom: 15px;
    }
	
	#submit, #contact_form, textarea#userMessage, input#userName,input#userEmail,input#subject {
		width: 95%;
	}
	
	#thank_you_text {
		font-size: 25px;	
	}
	
	img.officeImage {
		width: 100% ;	
	}
	
	.information h3 {
		font-weight: normal;
		font-size: 18px;	
	}
	
	#content ul li {
		text-align: left;	
	}

}