a {
	
	color:#f2deb6;
}

.content 
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px; 
	font-weight: 400; 
	color:#ffffff;
}


.contentsmall
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px; 
	font-weight: 400; 
	color:#ffffff;
}

.contentgray
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px; 
	font-weight: 400; 
	color:#333333;
}


.contentgray2
{
	font-family: 'Open Sans', sans-serif;
	font-size:26px; 
	font-weight: 700; 
	color:#333333;
}



.entrytext
{
	font-family: 'Open Sans', sans-serif;
	font-size:17px; 
	font-weight: 400; 
	color:#777;
	width:98%;
	min-width:150px; 
	height:36px; 
	margin-bottom:3px;
}


.entrytextbox
{
	font-family: 'Open Sans', sans-serif;
	font-size:17px; 
	font-weight: 400; 
	color:#777;
	width:400px;
	height:140px; 
	margin-bottom:3px;
}


H1
{
	font-family: 'Playfair Display', serif;
	font-size:50px; 		
	font-weight: 600; 
	color:#f2deb6; 
}

.whit
{
	color:#ffffff; 
}

.topbar
{
	width:100%; 
	height:60px;
	background-image: url("images/bg_top.png"); 
	background-size: auto 100%; 
}


.topbarinner
{
	max-width:1500px; 	
	margin:auto; 
	height:60px;
}

.maincanvas
{
	width:100%; 
	display: flex;
	
}

.maincanvasinner
{
	width:1290px;
	max-width:1500px;	
	min-width:800px;
	height:460px;
	padding-left:10px; 
	margin:auto; 
	background-image: url("images/bg_main2.png?a=1"); 
	background-size: 100%; 
	
	
}

.fifty
{
	width:48%; 	
	float:left; 
	padding-left:2%;
}


@media only screen and (max-width: 900px) 
{
	.fifty
	{
		width:90%; 	
		padding-left:5%;
		padding-right:5%;
	}
}


.logodiv
{	
	float:left; 
	height:60px;
}

.hamburger
{	
	float:right; 	
	visibility: hidden; 
	height:60px;
}


.navdiv
{	
	float:right; 	
	height:40px;
	padding-top:20px; 
}

.navtext
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px; 
	font-weight: 400; 
	color:#fff;	
	text-decoration: none; 
}


.searchdiv
{	
	height:46px; 
	width:100%; 
	background: #ffffff;
	border: none; 	
}



.filterdiv
{	
	display: table;
	height:36px; 		
	float:left; 
	background-color: #656565;
	border-radius: 7px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px; 
	text-align: center;
	vertical-align: middle;
	color:#fff;
}




.aboutme
{
	font-family: 'Playfair Display', serif;
	font-size:46px; 		
	font-weight: 700; 
	color:#fff; 
}


.headersmall
{
	font-family: 'Playfair Display', serif;
	font-size:26px; 		
	font-weight: 700; 
	color:#fff; 
}


.mobilenav
{
	font-family: 'Playfair Display', serif;
	font-size:46px; 		
	font-weight: 700; 
	color:#444; 
}

.service
{
	font-family: 'Playfair Display', serif;
	font-size:30px; 		
	font-weight: 500; 
	color:#fff; 
}


.profilename
{
	font-family: 'Playfair Display', serif;
	font-size:26px; 		
	font-weight: 700; 
	color:#000000; 
}


.location
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px; 
	font-weight: 400; 
	color:#000;		
}



.info
{
	font-family: 'Open Sans', sans-serif;
	font-size:22px; 
	font-weight: 600; 
	color:#666;		
}

.whitetext
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px; 
	font-weight: 400; 
	color:#fff;		
}

.data
{
	font-family: 'Open Sans', sans-serif;
	font-size:21px; 
	font-weight: 300; 
	color:#000;		
}


.tagline
{
	font-family: 'Open Sans', sans-serif;
	font-size:21px; 
	font-weight: 400; 
	color:#666;	
	
}



@media only screen and (max-width: 900px) 
{
.hamburger
{	
	float:right; 	
	visibility: visible; 
}
}

