body {
    min-height: 99vh;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif; 
   /* border: .5px rgba(0,0,0,.3) solid;*/
	}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	}
p {
	font-weight: 300;
	padding: 10px;
	}
#content-container {
	padding:0;
	display: grid;
	grid-template-columns: 1fr;
	/*border: 4px black solid;*/
	}
nav {
	font-family: Montserrat;
	font-weight: 300;
	/*border: .5px rgba(0,0,0,.3) solid;*/
	}
header {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: first baseline;
	padding-left: 2em;
	/*border: 4px solid gold;*/
	}
header h1 {
	
	}
header a {
	}

h1, header a {               
   /*font-family: "winter calligraphy";*/
    font-family: 'Montserrat', sans-serif;  
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.5em;
    padding: 5px 2em 5px 0;
    margin: 0;
    color: #C5B358;
    text-shadow: 2px 2px 1px rgba(0,0,0, .9);
	}
header a {
    font-size: 1.25em;
    color: #000;
    text-shadow: none;
    font-weight: 400;
	}
 header a:hover {
	color: #C5B358;
 	}
main {                
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-content: center;
	/*border: .5px rgba(0,0,0,.3) solid;*/
	}
article {   
    background-color: white;
    margin: 2em;
   /* border: .5px rgba(0,0,0,.3) solid;*/
    box-shadow: 10px 10px 26px rgba(0,0,0,.4);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
	}

footer {	
	flex: 1;
	text-align: center;
	font-size: 90%;
}

#left-box, #right-box {
	/*margin: 1em;*/
	/*border: 4px green solid;*/
	}
#left-box {	
	
	}
#left-box nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;
	align-content: space-between;*/
	}
#left-box nav ul {	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	justify-content: space-evenly;
	align-items: flex-start;
	}
#left-box nav li {
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
	}
#left-box nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2em;
	color: #000000;
	}
#left-box nav li a:hover {
	color: #C5B358;
	}
#left-box nav li a: visited {
	color: #444444;
	}
ul.menu-container {
	text-decoration: none;
	list-style-type: none;
	}
#right-box {
	display: grid;
	grid-gap: 1rem;
	grid-template-rows:  300px 400px;
	min-height: 100vh;
	}
figure {
	background-color: #777;
	/*height: 20vh;*/
	border: .5px rgba(0,0,0,.3) solid;
	flex: 1;	
	}
#fig1 {
	background-image: url("../jo-assets/10680-NW-Laidlaw-Rd-interior-optimized-06.jpg");
	}
#fig2 {
	background-image: url("../jo-assets/10680 NW Laidlaw Rd-04.jpg");
	background-position-y: 78%;
	}
.bgimg {
	background-color: #777;
	/*height: 500px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	}

/* * * BUYER'S PAGE* * * */

#buyers #content-container {
	padding: 10px;
	flex: 4;
}
#buyers a {  
    font-weight: 300;    
    font-size: 1.2em;
    padding: 5px 2em 5px 0;
    margin: 0;
    color: #000;
    
	}
#buyers a:hover {
	color: #C5B358;
	/*text-shadow: 2px 2px 1px rgba(0,0,0, .9);*/
}


/* * * MEDIA QUERIES* * * */

@media only screen and (min-width: 500px) {

    h1 {
        font-size: 3em;
        letter-spacing: .08em;
        margin: 0;
    }
     article {
        align-items: center;
        padding-top: 2em;
        padding-bottom: 2em;
     }

}
@media only screen and (min-width: 768px) {

	header {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-left: 5em;
		padding-right: 2em;
	}
	header h1 {
		font-size: 3em;
	}

	#content-container {
		/*padding:0;*/
		grid-template-columns: 2fr 3fr;		
		}

	#left-box, #right-box {
		    margin: 1em;
		}

	#left-box nav ul {	
		min-height: 70vh;
		height: 100%;
		margin-left: 2em;		
		align-items: flex-end;
		}

	#right-box {
	    display: grid;
	    grid-gap: 1rem;
	    grid-template-rows: 2fr 3fr;
    	min-height: 84vh;
	}
/* * * BUYER'S PAGE from 778px * * * */
	body#buyers  {
		display: flex;
		flex-direction: column;		
	}
	#buyers header {
		/*border: 1px green solid;*/

	}

	#buyers #content-container {
		padding: 5px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		/*border: 1px green solid;*/
		flex: 10;
	}
	#buyers main {		
		max-width: 900px;
	}

	#buyers footer {
		/*border: 1px green solid;*/
		flex: 1;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
	}

}

@media only screen and (min-width: 1200px) {

    header h1 {
        font-size: 3.5em;
       
    }
    #content-container {
	    grid-template-columns: 2fr 4fr;

	}

	#left-box {	
		
		}
	#right-box {	
		
		}

}

@media only screen and (min-width: 1800px) {

    header h1 {
        font-size: 4em;
       
    }

}
	