/* ============================================================================
   For help go to: http://www.w3schools.com/bootstrap/bootstrap_grid_system.asp
   ============================================================================ */
/* Global styles */

body {
    font-size: 15px;   
}

h1, h2, h3 {
 color: #A7A37E;   
}


#image{
	margin-top: .5em;
}


/* larger desktops */
@media screen and (min-width: 1920px) {

}


/* Large desktops and laptops (Large devices Desktops) */
@media screen and (min-width: 1200px) {
    /*boxes*/

}

/* Portrait tablets and medium desktops (Medium devices Desktops)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {



}

/* Portrait tablets and small desktops (Small devices Tablets)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    #image {
 width: 280px; }
}

/* Landscape phones and portrait tablets (Extra small devices Phones) */
@media screen and (max-width: 767px) {


}


/* Portrait phones and smaller */
@media screen and (max-width: 480px) {
/* 287 and bellow are causing nav hearder issues! */

}
