#main_nav{
	padding: 20px;
	background-color: #242428;
	color: white;
}

#main_nav ul{
	font-family: 'Alegreya', serif;
	font-size: 15px;
	list-style-type: none;
}
#main_nav ul li{
	margin: 25px;
	display: inline;
}
#main_nav ul li a{
	text-decoration: none;
	color: white;
}

#partner_login{
	font-family: 'Alegreya', serif;
	color: white;
	font-size: 30px;
	margin: 50px;
	margin-left: 75px;
}

#login_logo{
	text-align: center;
}

#login_forms input{
	border-radius: 0;
}


#login_forms label{
	margin-top: 20px;
	color: white;
}

#login_submit{
	margin-top: 30px;
	text-align: right;
}

#family_message{
	font-family: 'Alegreya', serif;
	color: #242428;
	font-size: 30px;
	text-align: center;
}

#application_forms .form-group{
	margin-top: 22px;
}

#application_forms label{
	font-size: 11px;
}

#about_message{
	font-family: 'Alegreya', serif;
	color: #242428;
	font-size: 30px;
}

#about_message ul{
	list-style-type: square;
}

#about_message ul li{
	margin-top: 25px;
}

#main_background{
	background-image: linear-gradient(
      rgba(50, 50, 56, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),url("../../images/background.jpg");
	background-size: cover;
	height: 600px; 

/*	-webkit-filter: brightness(.4) blur(1.9px);
  	filter: brightness(.4) blur(1.9px);
*/  	
}
#main_background #title{
	font-size: 30px;
	color: white;
	font-family: 'Alegreya', serif;
	
}
#main_background #title #title_lbl{
	margin-top: 20%;
	padding: 15px;
	background-color: black;
	opacity: 0.8;
	letter-spacing: 2px;
}

#div_title{
	text-align: center;
}
#div_logo{
	text-align: center;
}
#footer{
	color: white;
	background-color: #242428;
	padding: 30px;
}

#footer ul{
	list-style-type: none;
}

#footer ul li{
	line-height: 25px;
}
#footer img{
	margin-top: 20px;
}

#footer ul li a{
	font-size: 14px;
	letter-spacing: 1px;
	color: white;
}

#footer #subscribe input{
	margin-top: 20px;
}

.shop_name{
	font-size: 25px;
}

.div_name{
	margin-bottom: 10px;
}

.div_ig{
	margin-bottom: 10px;
}

.div_fb{
	margin-bottom: 10px;
}

.ig_label{
	margin-left: 10px;
	font-size: 15px;
}

.fb_label{
	margin-left: 10px;
	font-size: 15px;
}

.div_contact{
	margin-top: 40px;
}

.contact_label{
	font-size: 15px;
}

.row_partners{
	font-family: 'Alegreya', serif;
	margin-bottom: 50px;
}

#family_forms input, #family_forms button{
	border-radius: 0;
}
#modal_forgot .modal-header{
	color: white;
	background-color: #2980b9;
}
#modal_forgot #forgot_div_btn{
	text-align: right;
}