body
{
	/*background-color: #303030;*/
	background-image: url(images/background.jpg); center; no-repeat;
	color: #ffffff;
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
	margin: 0 !important;
}
.wrapper
{
	width: 100%;
}
.header
{
	width: 100%;
	padding: 40px 0;
}
.logo
{
	width: 1000px;
	font-size: 47px;
	margin-left: auto;
	margin-right: auto;
}
.logo1
{
	width: 1000px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.nav
{
	width: 100%;
	padding: 5px 0;
	background-color: #758B8D;
	text-align: center;
	border-top: 1px solid #435052;
	border-bottom: 1px solid #435052;
	position: sticky;
    top: -1;
    left: 0;
}
.content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 10px;
}
.socials
{
	width: 100%;
	text-align: center;
	background-color: #292929;
}
.socialdivs
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.fb
{
	width: 250px;
	height: 80px;
	float: left;
}
.fb:hover
{
	background-color: #4668b3;
}
.tw
{
	width: 250px;
	height: 80px;
	float: left;
}
.tw:hover
{
	background-color: #3095d3;
}
.instagram
{
	width: 250px;
	height: 80px;
	float: left;
}
.instagram:hover
{
	background-color: #3f729b;
}
.pinterest
{
	width: 250pxp
	height: 80px;
	float: left;
}
.pinterest:hover
{
	background-color: #E11D1D;
}
.footer
{
	text-align: center;
	padding: 3px;
	background-color: #222222;
	font-size: 10px;
}
ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	height: 40px;
	line-height: 200%;
	display: inline-block;
}
ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
ol > li
{
	float: left;
	width: 180px;
	height: 35px;
	border-right: 1px dashed #435052;
}
ol > li:first-child
{
	border-left: 1px dashed #435052;
}
ol > li:hover
{
	background-color: #6D7779;
}
ol > li:hover > a
{
	color: #252728;
}
ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}
ol > li > ul > li
{
	background-color: #6D7779;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #435052;
}
ol > li > ul > li:hover
{
	background-color: #6D7779;
}
ol > li > ul > li:hover > a
{
	color: #252728;
}
ol > li:hover > ul
{
	display: block;
}
a.sociallink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
a
{
	color: white;
	decoration: none;
	
}























