
html,
body {
	height: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;

}


span#main-menu-home a {
	color: burlywood;
	text-transform: uppercase;
}


.main-div{
	height: 100%;
	min-height: 100vh;
	padding: 0;
}
div.row.main {
	padding: 90px 10px 10px;
}
.main-flex{
	flex: 1 0 auto;
}
.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

	/*	#header-img { 
			position: fixed; 
			top: 0; 
			left: 0; 
		}				*/

		
		#header-title { 

			position: absolute; 
			top: 20%;		
			letter-spacing: 3px;
			text-align:center;
			display: block;
			margin-left: auto;
    		margin-right: auto;
			padding-top: 40px; 
			text-shadow: 	0 0 4px white, 
			0 0 4px black,  0 0 4px white,  0 0 4px black,
			0 0 4px black,  0 0 4px black,  0 0 4px black,
			0 0 4px black, 	0 0 4px black,	0 0 4px black,
			0 0 4px black,	0 0 4px black,	0 0 4px black,
			0 0 4px black,	0 0 4px black,	0 0 4px black,
			0 0 4px black,	0 0 4px black,  0 0 4px black,
			0 0 4px black;
	/*		opacity: 0.4;
			background: white; 
			border-radius: 10px;

			-moz-box-shadow: 0 0 20px black; 
			-webkit-box-shadow: 0 0 20px black; 
			box-shadow: 0 0 20px black; 			*/
		}


.logo-img {
/*	padding-bottom: 10px; */
}

a:hover {
color: #141680;
	opacity: 1;
	background: #90989f;
	border-radius: 5px;
	-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#logo-img {
	padding-top: 0px;
	-ms-transform:rotate(7deg);
	-webkit-transform:rotate(7deg);
	-moz-transform:rotate(7deg);
}

div.container-fluid {
/*	margin-top: 90px;		*/
}
/*-------------------------------------------------------------*/
.wp-custom-header video,
.wp-custom-header iframe,
#wp-custom-header img {
	height: 100vh;
	width: 100%; 				
 	 background-position: center;
 	 background-repeat: no-repeat;
 	 background-attachment: fixed; 
  	 background-size1: cover;
}
.custom-header-media {
	padding-left: 0 !important;
	padding-right: 0 !important;
	}						
.custom-header-media img {
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1.0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,1.0);
}
#wp-custom-header-video-button,
.wp-custom-header-video-button,
.wp-custom-header-video-play {
	display: none;
}	
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);	
}
div.sidebar-top > span {
	float: left;
}
h2.widget-title {
font-style: italic;
}
div.post-page {
	font-size: 24px;
	text-align: center;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!! */

.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;
clip: rect(1px, 1px, 1px, 1px);
}
h4.single-header {
	text-align:center;
}
.post-edit {
	margin-top: 10px;
}
.search-form {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
.allposts {
	text-align:justify;
}

div.three-sidebars > div {
    padding-left: 15%; 
	float: left;

}
.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;
}
textarea#comment {
	width: 100%;
	height: 200px;
    padding: 12px 12px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 0.3rem;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
#comments {
	font-size: 100%;
}
.comment-list {
	max-width: 100%;
}
div.comment-author,.vcard {
	max-width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 13px 8px 13px -2px rgba(38,0,38,0.5);
	-moz-box-shadow: 13px 8px 13px -2px rgba(38,0,38,0.5);
	box-shadow: 13px 8px 13px -2px rgba(38,0,38,0.5);

}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.page-title {
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: 1px;
}
.archive-description {
	font-style: italic;
}
.archive-footer {
	width: 100%;
	height: auto;
}
.page-link {
	display: inline !important;
}
/* ************************** */
/* nav menu for small screens */
/* ************************** */
@media only screen 
 and (min-width:120px)
 and (max-width:768px){
 	div > a > img.header-img {
margin-bottom: 20px;

 	}
 .site-title {
 	font-size: 2rem;
 	text-align: center;
 }
 .site-description {
 	font-size: 1rem;
 	text-align: center;
 }

.navbar {
	padding-top: 10px;
}

 ul, menu, dir { list-style-type: none;
  }
/*.main-menu ul ul {display: none;} */
.main-menu form.form-inline.mt-2.mt-md-0 {display: none;}
.main-menu ul, li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
 nav.main-menu ul li:hover > ul {
	display: block;
	}   
.main-menu ul li {list-style:  none;}

.main-menu ul li a{
color: black;
background-color: #9c9c9a;	
border-radius: 5px;
text-decoration: none;
}
.main-menu ul li a:hover {
	text-decoration: none;
    color: #FFFFFF;
}

.carousel, .carousel-inner, .item, .slider-img {

height: auto;
width: 100%;
border-radius: 2px;

}
.carousel-outline {
width: 98%;	
border-radius: 2px;	

}

.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){

.site-title {
 	font-size: 3rem;
 	text-align: center;
 }
 .site-description {
 	font-size: 2rem;
 	text-align: center;
 }
     
nav.main-menu  {
/*  clear: both;*/
   float: left;
  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);
  letter-spacing: -1px;
}

nav.main-menu  ul {


    padding-left: 0;
	margin: 0px;
	display: inline-table;	
	position: relative;
	list-style: none;
	color: #FFFFFF;
}

nav.main-menu li {
  float: left;
  position: relative;
}

nav.main-menu a {
  display: block;
  text-decoration: none;
}

nav.main-menu ul li:hover > ul,
nav.main-menu ul li.focus > ul
 {	
	left: auto;
	
	}
									
nav.main-menu ul:after {
	clear: both; 
	display: block;
}

nav.main-menu ul li {
	float: left;
	min-width: 80px;
	text-align: center;
	margin: 2px;
	
}

nav.main-menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 10px;
}

nav.main-menu 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.main-menu 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.main-menu ul li a {
	background-color: #9c9c9a;
	border-radius: 6px;
	display: block; 
	padding: 5px;
	font-size: 20px;
	color: #191717;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
	
nav.main-menu ul ul {

  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  min-width: 120px;
  border-radius: 0px;
  padding: 0;
  z-index: 1;
}

nav.main-menu ul ul a {

min-width: 100%;

}
nav.main-menu ul ul li {

	position: relative;
	float: none;
	min-width: 100px;
	z-index: 1000;
	text-align: left;
	margin: 0;
	line-height: 22px;	
	
}

nav.main-menu ul ul li:hover > ul,
nav.main-menu ul ul li.focus > ul {	
	left: 100%;
	line-height: 22px;
	margin: 0;
	float: none;
	min-width: 100px;
	
}
nav.main-menu ul ul li a {
	opacity: 0.6;
	letter-spacing: 1px;
	font-size: 20px;
	background: #fff;
	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.main-menu 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.main-menu ul ul ul {
	top: 10px;
	width: 100%;
	position: absolute;
}

nav.main-menu:after {
	clear: both; 
	display: block;
}
}
.carousel, .carousel-inner, .item, .slider-img {

height: auto;
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);	
}
.carousel-outline {
width: 98%;	
border-radius: 10px;	
}
.front-page-right-img {
height: auto;
width: 100%;
}
.front-page-right-text {
text-align: justify;
}
.pager {
	font-size: 120%;
}
.post-thumbnail {
	float: left;
	margin: 15px;
}
.pager li > a:hover {
background-color: #757272; 
}
.comment-list {
	max-width: 100%;
}
div.comment-author,.vcard {

	max-width: 100%;
}

footer#for-front-p, 
footer#footer-main {

	background-color: #343a40 !important;
}
.jumbotron {
	margin-bottom: 0 !important;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;  
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
ul.footer-class li {
	display: inline;
	padding: 0 10px;
}