
html,
body {
    height: 100%;
    margin: 3px;
	padding: 10px 5px 5px 5px; 
}
.header-title {
letter-spacing: -3px;
}
#header-pad{
padding-left: 10%;	
}
a {color: black;
background-color: #ccc;	
border-radius: 5px;

}
a:hover {
color: #FFFFFF;
	opacity: 1;
	background: #141414;
	-webkit-transition: all 0.4s linear 0.1s;
	-moz-transition: all 0.4s linear 0.1s;
	-o-transition: all 0.4s linear 0.1s;
	transition: all 0.4s linear 0.1s;
	text-decoration: none;

}
img.header-img {
	padding-top: 0px;
	-ms-transform:rotate(345deg);
	-webkit-transform:rotate(345deg);
	-moz-transform:rotate(345deg);
}
img {
border-radius: 10px;
-webkit-box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
-moz-box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);	
}

/* !!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!! */
 p {
	text-align: justify;
}

.wp-caption {
max-width: 100%; 
padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-style: italic;
font-size: 12px;
line-height: 2;
color: #666666;
}
.site-content article.sticky {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    clear: both;
    font-size: 13px;
    line-height: 1.19231;
    margin-bottom: 24px;
    padding: 17px;
    text-align: left;
}
.screen-reader-text {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
.bypostauthor {
position: relative;
margin-left: 5px;
padding: 2px;
-webkit-box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
-moz-box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
font-size: 15px;
background-color: #dad5d5;
}
#comments {
	font-size: 100%;
}
.comment-list {
	max-width: 100%;
}
div.comment-author,.vcard {
	max-width: 100%;
	border-radius: 10px;
    -webkit-box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
    -moz-box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
    box-shadow: 3px 3px 16px 8px rgba(21,31,40,0.5);
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

/* ************************** */
/* nav menu for small screens */
/* ************************** */
@media only screen 
 and (min-width:120px)
 and (max-width:768px){
.navbar {
	background-image: url("img/b.jpg");
}
 ul, menu, dir { list-style-type: none;
  }
  
.menu ul, li a:hover {
    text-decoration: none;
    color: white;
}
    
.menu ul li {list-style:  none;}
.menu ul li a{color: white;}
.menu ul li a:hover {
	text-decoration: none;
    color: white;
}
.comment-list {
	max-width: 70%;
}
div.comment-author,.vcard {

	max-width: 70%;
}

}

/* nav menu for large screens */
 @media only screen 
 and (min-width:768px)
 and (max-width:2000px){
     
nav  {
	padding: 11px 10px 5px 10px;
	max-width: 100%;
	-webkit-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
	-moz-box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
	box-shadow: 0px 17px 56px -13px rgba(91,91,91,1);
	background-image: url("img/b.jpg");
	letter-spacing: -2px;
}
nav.navbar {margin-top: 15px;}
nav  ul {
	margin: 0px;
	display: inline-table;	
	position: relative;
	list-style: none;
	color: #FFFFFF;
}

nav ul ul {

	display: none;
	}

nav ul li:hover > ul {
	display: block;
	}

nav ul:after {
	clear: both; 
	display: block;
}

nav ul li {
	float: left;
	min-width: 80px;
	text-align: center;
	margin: 5px;
	
}

nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 10px;
}

nav ul li:hover {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	text-decoration: none;
}

nav ul li:hover a {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	text-decoration: none;
	
}
	
nav ul li a {
	display: block; 
	padding: 5px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
	
nav ul ul {
    min-width: 120px;
	position: absolute;
	border-radius: 0px;
	padding: 0;
	z-index: 1;
}

nav ul ul li {

	position: relative;
	float: none;
	min-width: 100px;
	font-size: 16px;
	z-index: 1000;
	text-align: left;
	margin: 0;
	line-height: 22px;	
	
}

nav ul ul li a {
	opacity: 0.6;
	letter-spacing: 1px;
	font-size: 14px;
	background: #000000;
	border-left: 1px solid #575757;
	border-top: 1px solid #383838;
	-webkit-transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
	text-decoration: none;
}
	
nav ul ul li a:hover {
	color: #FFFFFF;
	opacity: 1;
	background: #141414;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	text-decoration: none;
}

nav ul ul ul {
	position: absolute; 
	left: 100%;
	top: 0;
	width: 100%;
}

nav:after {
	clear: both; 
	display: block;
}
.carousel, .carousel-inner, .item, .slider-img {

height: 600px;
width: 100%;

}
.pager {
	font-size: 120%;
}
.comment-list {
	max-width: 100%;
}
div.comment-author,.vcard {

	max-width: 100%;
}
}
footer {

	background-color: #999;
}
.menu-item {
list-style-type: none;

}
.footer-class > ul, li{
	list-style-type: none;
	text-decoration: none;
}
.footer-class > ul, .footer-class > li{
	line-height: 2.1;
	list-style-type: none;
	text-decoration: none;

}
#footer-copyright {
	text-align:center;
}