/* Menu */
.main-navigation {
    border-bottom-color: #c69c31;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.main-navigation a {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}

/* Frontpage (Homepage) Padding 0 px Between First Row and Video Header */

.home #main {padding: 0px 35px 35px 35px;}

/* MOBILE PHONE H1,H2,H3 TITLES SIZES*/

@media (max-width: 600px) {
	#page-title, #page-wrapper h1, #page-wrapper h2, #page-wrapper h3, #page-wrapper h4, #page-wrapper h5, #page-wrapper h6 article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
		font-size: 22px !important;
	}

	.site-main .entry-content h1 {
		font-size: 22px !important;
	}

	.site-main .entry-content h2 {
		font-size: 16px !important;
	}

	.site-main .entry-content h3 {
		font-size: 10px !important;
	}
}


/* MOBILE PHONE BODY TEXT SIZE*/
@media only screen and (max-width: 600px) {
  .entry-content {
    font-size: 18px !important;
	
  }
}

/* Mobile Nav Background Color Changes*/

.mobile-nav-frame {
background: rgba(34,34,34,0.5) !important;
}

.mobile-nav-frame .title h3 {
color: white !important;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8) !important;
font-size: 25px;
text-transform: uppercase;
}

.mobile-nav-frame ul {
background: #212121 !important;
border: 1px solid #111 !important;
}

.mobile-nav-frame ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav-frame ul li a.link {
color: #F3F3F3 !important;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
font-size: 16px;
font-weight: bold;
}

.mobile-nav-frame .title {
    padding: 14px 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1c1c1c;
    background: #212121;
}

/* Hide post date*/

.related-posts-section ol li .related-post-date {
  color: #747474;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  display: none;
}