/* custom CSS stylesheet
font-family: 'Cherry Cream Soda', cursive;
font-family: 'Architects Daughter', cursive;
font-family: 'Permanent Marker', cursive;
font-family: 'Righteous', cursive;
font-family: 'Rock Salt', cursive;
 */


body {
	color: white;
	background-color: black;
	}
	
#meech_name {
	font-family: 'Cherry Cream Soda', cursive;
	color: white;
	font-size: 16px;

}

#nav_menu {

margin-right: 10px;


}

#main_pic{
margin-top: -10px;
height: 100%;
width: 100%;

}

@media screen and (max-device-width: 700px) {

	#main_pic{margin-top: 25px;}

}

@media screen and (max-device-width: 780px) {

	#main_pic{margin-top: 30px; background-color: black;}

}

#aboutMeech {
	background-color: #363636;
	font: bold 18px 'Architects Daughter', cursive;
	max-width: 650px;
	max-height: 650px;
	margin: 0 auto;

}



#footer_container {
	min-width: 500px;


}

#social_links{
margin-top: 7px;
padding: 10px;
font: 14px 'Cherry Cream Soda', cursive;

}

#social_links2{
margin-left: 5px;

}

#dropdown_style {
	font-family: 'Cherry Cream Soda', cursive;
	padding: 20px;
	color: white;
	background-color: black;
	
}

#dropdown_style:Hover{
	padding: 20px;
	color: black;
	background-color: #222;
}

#dropdown_style a  {
	color: white;
	font-size: 12px;
}

#dropdown_style a:Hover {
	color: black;
}

.btn-primary {
	background-color: #878687;
	border-color: white;

}



#close_button:HOVER {
	background-color: #5F5F5F;
	border-color: white;

}


#link_color {
	font-family: 'Cherry Cream Soda', cursive;
	color: white;

}




#link_color:Hover{
	color: #806969;

}

