img#logo\.imgDesignbrief_textDesignbrief_text@charset "utf-8";
/* Global Styles */

@font-face {
    font-family:'montserrat';
    src:url(fonts/montserrat.ttf);

}
body {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    height: auto;
    background-color: #D3CAC1;
      font-family: 'montserrat', sans-serif;
    margin-top:0;
    paddin-top:0;
}

header{
    width: 100%;
    margin-top: 1%;
    padding-top: 0;
    Margin-bottom: 10%;
   
}
body div.container {
display: inline-block;
   
}
#logo{
 
  
    
    
}
.background{
    max-width:75%;
    margin-left: auto;
	margin-right: auto;
    height:auto;
}

.iframe{
    width:100%;
    height:auto;
}

#Designbrief_header_text{
    font-family:'Montserrat SemiBold' sans-serif;
    font-size:1.6rem;
    text-align:center;
     padding-top:8%;
    padding-bottom:2%;
   
 color: #3A3535;

}
#Designbrief_text{
 
    text-align:center;
    font-family:'Montserrat SemiBold' sans-serif;
    font-size:1.0rem;
    color:#4D4D4D;
    line-height:1.6rem;
	background-color:#C1B7AD;
	width: 80%;
   margin-left:5%;
    margin-right:5%;
    margin-top:4%;
    margin-bottom:4%;
    padding-top:3%;
     padding-bottom:5%;
     padding-left:5%;
    padding-right:5%;
   
    
	padding-bottom: 35px;
	-webkit-box-shadow: 6px 9px 33px #909090;
	box-shadow: 8px 8px 10px 3px #b7b7b7;
    font-family: 'montserrat', sans-serif;

}



#headerLinks {
	float: right;
	width: calc( 50% - 120px );
	text-align: right;
	weight:600;
	padding-top: 0px;
	padding-bottom: 0px;
    font-family: 'montserrat', sans-serif;

}
a:hover {
	color:#FF5700;
    
}
/* Links in header */
#headerLinks a {
    text-decoration: none;
    color: #000000;
    
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    float: right;
    background-color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  font-family: 'montserrat', sans-serif;

}

#headerLinks {
    float: right;
   margin-top:0px;
    width: calc( 60% - 129px );
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
     font-family: 'montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;	
}




#mainwrapper header {
	/*Header */
	background-color: #ffffff;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 800;
}
#mainwrapper header #logo {
    /* Company Logo text */
    width: 10%;
    float: left;
    padding-left: 2%;
    padding-top: 0px;
    padding-bottom: px;
    color: #000000;

}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top:0px;
	padding-bottom: 40px;
	padding-right: 2%;
	width: 40%;
	float: right;
	color: #000000;

}
header nav a {
	/* Links in header */
	padding-right: 2%;
}



/* Link styles*/
a {
	color:#49301A;
}
a:visited {
	color:#000000;
}
a:hover {
    color: #FF5700;
    font-weight: 800;
    text-align: right;
}
.blog_home_link{
color:#000000;
}
.linkStyle {
	color: #FF5700;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
}

/* Navigation styles*/
.topNavUl {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d2cac1;
    margin-top:0;
  
}
.topNavLI {
	text-align: center;
    width:16%;
    
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
width:200px;

	opacity:.8;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	font-size: small;
	background-color:#d2cac1;	
	font-family:'montserrat',sans-serif;align-content: center;
}
	



ul li a{
	text-decoraion: none;
	
	display: block;
	text-decoration: none;
	background-color: #d2cac1;
	opacity: .8;
	
}

ul li ul li{
	display: none;
	opacity:.8;
	
} 
ul li:hover ul li{
	display: block;

	
	text-align: center;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
