@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300);
@charset "utf-8";


body {
	font-family: 'Roboto', serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.copy12gray {
	
	font-weight: 400; 
	color: #565656; 	
	font-size: 12px; 	
	line-height: 17px; 	
	text-decoration:none;}

.nav {
	font-weight: 300;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 17px;
	text-decoration:none;
	text-transform: uppercase;
}

.title {
	font-weight: 100;
	color: #725831;
	font-size: 29px;
	line-height: 17px;
	text-decoration:none;
}
.copybrown20 {
	font-weight: 300;
	color:#725831;
	font-size: 20px;
	line-height: 17px;
	text-decoration:none;
}
.copybrown13 {
	font-weight: 300;
	color:#6e6e6e;
	font-size: 13px;
	line-height: 17px;
	text-decoration:none;
}

.copy12brown {
	font-weight: 400;
	color: #8c7a5f;
	font-size: 12px;
	line-height: 17px;
	text-decoration:none;
}

.copy11brown {
	font-weight: 400;
	color: #8c7a5f;
	font-size: 11px;
	line-height: 17px;
	text-decoration:none;
}

.copy18grayi {
	font-weight: 400;
	font-style: italic;
	color: #565656;
	font-size: 18px;
	line-height: 17px;
	text-decoration:none;
}


.copy14pink {
	font-weight: 400;
	color: #c34798;
	font-size: 14px;
	line-height: 17px;
	text-decoration:none;
}
.copy13pinki {
	font-weight: 400;
	font-style: italic;
	color: #c34798;
	font-size: 18px;
	line-height: 19px;
	text-decoration:none;
}
.copy13gray {
	font-weight: 400;
	color: #565656;
	font-size: 13px;
	line-height: 19px;
	text-decoration:none;
}
.title2 {
	font-weight: 300;
	color: #AE9A79;
	font-size: 24px;
	line-height: 22px;
	text-decoration:none;
}
.dropdown-content {
   display: none;
   position: absolute;
   background-color: #f1f1f1;
   min-width: 120px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 111111;
   top: 17px;
}

.dropdown1 {
   position: relative;
}

.dropdown-content a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
   text-transform: uppercase;
   font-size: 12px;
   text-align: left;
}

.dropdown-content a:hover {
    background-color: #8d7c62;
    color: white;
}

.dropdown:hover .dropdown-content {
   display: block;
}
