@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.intro {
	height: 100%;
	width: 100%;
	margin: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	top: 0;
	background-image: url(images/bg_image020.jpg);
}
.inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
	
}
.content {
	text-align: center;
}
.inner .content h1 {
	font-size: 500%;
	color: #7F1113;
	font-family: 'Patua One', cursive;
	text-shadow: 2px 2px 3px #EDA864;
}
.inner .content h2 {
	font-size: 300%;
	color: #7F1113;
	font-family: 'Patua One', cursive;
	text-shadow: 2px 2px 3px #EDA864;
}


.row .col-lg-4 .glyphicon.glyphicon-menu-hamburger {
	text-align: center;
	font-size: 3em;
	color: rgba(127,17,19,1.00);
}
.inner .container.under .row {
	margin-top: 30px;
	text-shadow: 2px 2px 3px rgba(231,134,12,1.00);
	color: rgba(127,17,19,1.00);
}

.container.under .row .col-lg-4 {
	text-align: center;
}



.side-nav {
	height: 100%;
	width: 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(237,168,100,0.70);
	overflow-x:hidden;
	padding-top:60px;
	transition:0.5s;
}

.side-nav a{
	padding:10px 10px 10px 30px;
	text-decoration: none;
	font-size: 22px;
	color:#7F1113;
	display:block;
	transition:0.3s;
}

.side-nav a:hover{
	color:#0E4D04 ;
}

.side-nav .btn-close {
	position:absolute;
	top:0;
	right:22px;
	font-size: 36px;
	margin-left: 50px;
}

.row .col-lg-4 .glyphicon.glyphicon-menu-hamburger:hover {
	color:#E7860C;
	text-shadow: 2px 2px 3px #7f1113;
}

.btn-default {
	color: #7f1113;
	background-color: transparent;
	font-size: 22px;
	padding: 10px 10px 10px 30px;
}

.btn-default:hover {
	color:#0E4D04;
	background-color: transparent;
}

.dropdown-menu li a {
	color: #7f1113;
	background-color: transparent;
}

.dropdown-menu li a:hover {
	color: #0E4D04;
	background-color: transparent;
}

.dropdown-menu li {
	background-color: transparent;
}

.dropdown-menu li:active,
.dropdown-menu li:focus,
.dropdown-menu li a:active,
.dropdown-menu li a:focus {
	background-color: transparent;
}

.btn-default:active:focus,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-default:hover,
.open .dropdown-toggle.btn-default:focus,
.open .dropdown-toggle.btn-default:active {
	background-color: transparent;
}
.open-slide a .glyphicon.glyphicon-menu-hamburger {
	text-align: center;
}

.btn.btn-default.drop-toggle:active,
.btn.btn-default.dropdown-toggle:focus {
	background-color: transparent;
}



.btn-default:active.focus,
.btn-default.active.focus,
.open .dropdown-toggle.btn-default.focus,
.open.dropdown-toggle.btn-default,
.btn-default:active:focus {
	background-color: transparent;
}

.btn-default.dropdown-toggle,
.btn-default.dropdown-toggle:active,
.btn-default.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-menu:active,
.dropdown-menu:focus {
	background-color: transparent;
}



















@media screen and (max-width: 768PX) {
	.inner .content h1 {
		font-size: 250%;
	}
	.inner .content h2 {
		font-size: 250%;
	}
#side-menu .dropdown #dropdownMenu1 {
	background-color: undefined;
}

}
