@import url("hover1.css");
/* Nav is fixed to the top and space is Needed before content */
body {
  min-height: 75rem;
  padding-top: 2.5rem;
}
/* General Page Styles
=============================== */
blockquote {
	font-style: italic;
	margin-left: 25px;
	padding: 2px 0;
	padding-left: 20px;
	padding-right: 8px;
	border-style: solid;
	border-color:  #DCEECE;
	border-width: 1px;
	border-left-width: 12px;
}
hr {
	border: 0.5px solid #FB9902;
}
#featured
	{
		position: relative;
	}

/* Blog Styles
=============================== */
.blog_list_container {
	display: inline-block;
/*	border: 1px solid #dcdcdc; */
	padding: 4px;
	margin: 10px; 
}

.blog_post_title, .blog_post_title a {
	font-variant: small-caps;
	text-decoration: none;
	color: #2C0538;
}
.blog_post_title a:hover {
	color: #FB9902;
}
.blog_post_info, .blog_post_info a {
	text-decoration: none;
	color: #FB9902;
}
.blog_post_thumbnail {
	color: #591070;
	width: 250px;
}
.blog_post_content {
  
}

/* Image Styles
=============================== */
#headimg {
	width: 100%;
	height: 18rem;
}
.image {
	width: 250px;
  margin: 10px;
  padding: 2px;
}
img {
	width:250px;
  margin: 10px;
  padding: 2px;
  border-radius: 15px;
  
}


/* NAVbar Styles - background-color: #DCEECE;
=============================== */
.navbar {
    
	background-color: rgba(0,100,0,0.5);
	border-bottom-width: 1px;
	border-bottom-color:  #591070;
}
.navbar .navbar-brand {
    color: #591070;
	font-size: 30px;
	vertical-align: center;
	margin-right: 15px;
	padding-right: 5px;
}
.navbar .navbar-nav > li > a {
    color: #2C0538;
	font-size: 22px;
	text-decoration: none;
	text-shadow: 0px 1px #FB9942;
	vertical-align: center;
	margin-right: 10px;
	display: block;
	padding: 4px;
	border-radius: 6px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #FB9942;
    background-color: rgb(169, 214, 174, 0.2);
	display: block;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #FB9902;
    background-color: rgb(169, 214, 174, 0.5);
}

/* Sidebar Styles
=============================== */
#sidebar {
	padding-left : 5px;
	color: #2C0538;
}
#sidebar ul {
	list-style-type: none;
	text-decoration : none;
}
#sidebar a {
	color: #2C0538;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar a:focus {
	color: #FB9902;
	text-decoration: none;
}

/* #Form Styles
================================================== */
.blog_search_button {
	background-color: #666688;
	 color: white;
     padding: 5px 10px;
     font-size: 14px;
	 margin-top: 3px;
	 border-radius: 4px;
	}
.blog_search_button:hover, 
.blog_search_button:focus {
	 color: #CCCCFF;
	 background-color: #006666;
	 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.blog_search_input {
	color: #FB9902;
	background-color: rgba(0,100,0,0.4);
	border: none;
	border-bottom: 1px solid #2C0538;
	padding: 5px 10px;
	margin-top: 3px;
}
.blog_search_input:focus {
	outline: none;
	border-bottom: 1px solid #FB9902;
}

/* #Form Styles for NEWSLETTER
================================================== */
/* button is same as search above (change that change this) 
 If auto created form - remember I have already created a template!
*/
.newsletter_input {
	color: #FB9902;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #2C0538;
	padding: 5px 10px;
	margin-top: 3px;
}
.newsletter_input:focus {
	outline: none;
	border-bottom: 1px solid #FB9902;
}

/* Footer Styles
=============================== */
footer {
	padding-top: 4.5rem;
	background-color: rgba(0,100,0,0.6);
	color: #2C0538;
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}
.Space {
line-height : 70%;}

#flinks li {
	list-style-type: none;
	text-decoration : none;
}
#flinks a {
	color: #2C0538;
	text-decoration: none;
	font-variant: small-caps;
}
#flinks a:hover {
	color: #FB9902;
}
#copyright p {
	color: #2C0538;
	font-size: 10px;
	text-decoration: none;
	line-height : 70%;
}
#copyright a {
	color: #2C0538;
	font-size: 10px;
	text-decoration: none;
	line-height : 70%;
}


/* RESPONSIVE MEDIA
-------------------------------------------------- */

@media screen and (max-width: 600px) {
#headimg {
	width: 100%;
	height: 14rem;
}
img {
  margin: 6px;
  padding: 2px;
  border-radius: 10px; 
}
}

@media screen and (max-width: 480px) {
#headimg {
	width: 100%;
	height: 10rem;
}
img {
  margin: 2px;
  padding: 1px;
  border-radius: 10px; 
}
}


