.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	background-color: #000000;
}

	.front-page-1 {
		height: 102vh;
	}

	.front-page-2{
		padding: 0;
	}

h1{
color: #fff;
font-weight:bold;
text-shadow: 0 0 50px #fff, 0 0 20px #fff, 0 0 300px #fff, 0 0 40px 
#ff9000, 0 0 10px 
#ff9000
, 0 0 50px 
#ff9000, 0 0 60px 
#ff9000, 0 0 130px #ff00de;
}

@media (min-width: 1280px){
.front-page-1 h1 {
    font-size: 3.4em;
}
}

h2 {
     position: relative;
     color: white;
     padding: 0.5em 1.2em;
     border-radius:5px;
     background: linear-gradient(#e26900 0%, #ffb984 50%, #ffb984 50%, #e26900 100%);
     box-shadow:inset 1px 1px 0 rgba(0,0,0,1);
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

h3{
color:#000;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
position: relative;
padding: 0.5em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
background: linear-gradient(to right, rgb(255, 186, 115), transparent);
}

h4{
        font-family:bold;
	color:orange;
        text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

h5{
	display:inline-block;
	border-bottom: solid 3px #0272ff;;
}

.front-page-1 {
        font-family:bold;
        color: white;
        text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.front-page-5 .widget-title {
    margin-top: 50px;
}

h2.entry-title {
	 padding: 0.3em 0.3em;

}
a.entry-title-link{
	color:white;
	        text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px 
}

.breadcrumb {
    color: #002668;
	font-size:1.8rem;
}

.sidebar .widgettitle,
.sidebar
.widget-title {
	color:#000
}

.front-page-3 .widget_custom_html:first-of-type p {
    color: #cfe5f9;
}
	
a.cp_btn {
	display: block;
	position: relative;
	width:300px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	border:1px solid #fff;
	overflow: hidden;
	border-radius: 6px;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 300px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:after {
	top: 0;
	left: 0;
}

a.cp_btn2 {
	display: block;
		background : #337521;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	width: 300px;
	height: 60px;
	line-height: 50px;
	border: solid 2px #FFF;
	border-radius: 10%;
	overflow: hidden;
	transition: .6s;
 margin-left: auto;
 margin-right: auto;
	margin-top: 30px;
}
a.cp_btn2:hover {
	transform: rotateY(360deg);
}

.menu-item a {
    font-weight: bold;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: #ff9000;
}

.sub-menu .menu-item a:hover,
.sub-menu
.menu-item a:focus,
.sub-menu
.menu-item.current-menu-item > a {
	color: #ff9000;
}

a.cp_btn3 {
	display: block;
	position: relative;
	width:90%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	border:1px solid #fff;
	overflow: hidden;
	border-radius: 6px;
	margin-left: auto;
 margin-right: auto;
}
a.cp_btn3:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 100%;
	background : #fff;
	opacity: 0.3;
	transition: .5s;
}
a.cp_btn3:hover:after {
	top: 0;
	left: 0;
}

.front-page-1 {
        font-family:bold;
        color: white;
        text-shadow:     orange 1px 0px,  orange -1px 0px,
    orange 0px -1px, orange 0px 1px,
    orange 1px 1px , orange -1px 1px,
    orange 2px -2px, orange -2px -2px,
    orange 1px 1px,  orange -1px 2px,
    orange 1px -2px, orange -1px -2px,
    orange 1px 1px,  orange -1px 1px,
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

a.cp_btn5 {
	display: block;
	position: relative;
	width:50%;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #d6712b;
	border:1px solid #000;
	overflow: hidden;
	border-radius: 6px;
	margin :0 auto;
}
a.cp_btn5:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 100%;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn5:hover:after {
	top: 0;
	left: 0;
}
.footer-widgets .widget-title {
    color: #000;
}

.front-page-2 p , 
.front-page-5 p
{
    color: #ffffff;
}
