@font-face {
	font-family: "Encode Sans";
	font-weight: normal;
	font-style: normal;

	src: url("../fonts/encode-light.eot");
	src: url("../fonts/encode-light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/encode-light.woff") format("woff"),
		url("../fonts/encode-light.ttf") format("truetype"),
		url("../fonts/encode-light.svg#EncodeSansLight") format("svg");
}

body {
	font-family:'Encode Sans', sans-serif;
}

.label {
	width: 100vw;
	position:absolute;
	left: 0;
	top: 40vh ;
	background: rgba(0,0,0,0.7);
	color: rgba(255,255,255,0.7);
	text-align: center;
}

@media all and (max-width: 600px) {

.labelMain {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	margin:5px;
}
.labelExtra {
	font-size: 12px;
	margin:5px;
}

.label {
	min-height:100px !important;

}

.main {
	font-size: 14px !important;
}

h1 {
	font-size: 20px !important;
}

}
@media all and (min-width: 601px) {

.labelMain {
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	margin:35px;
	max-width: 100%;
}
.labelExtra {
	font-size: 20px;
	margin:10px;
}
.label {
	min-height:200px;

}

}

.label {
	white-space: normal !important;
}
.strzalki {
	font-size: 40px;
	color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease;
	padding:3px;
}
.strzalki:hover {
	color: rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.7);
}
.strzalki:active {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

a {
	outline:none !important;
}

#menu {
	position: fixed;
	width: 300px;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	font-size: 25px;
	color: rgba(255,255,255,0.7);
	z-index: 9999;
	padding-top: 75px;
}

section {
	min-height:100vh;
	width:100%;
	float:left;
}
.header {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	padding-top: 1px;
	background: rgba(0,0,0,0.7);
	color: rgba(255,255,255,0.7);
	min-height: 75px; 
}
.main {
	/*max-height:80vh;*/
	font-size: 18px;
	overflow-y: auto;
	overflow-x: hidden;
}
.footer {
	text-align: center;
	width:100%;
}

.slideFooter {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.nextSection>i {
	top:-4px;
	position:relative;
}

.nextSection {
	font-size: 50px;
	color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	height:60px;
	width:100%;
	display: block;
	margin: 0 auto;
}
.nextSection:hover {
	color: rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.7);
}
.nextSection:active {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.slides-pagination {
	display: none;
}

#next {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

#prev {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.navButton {
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease;
	text-align: center;
	list-style: none;
	width:100%;
	line-height:10vh;
}

.navButton:hover {
	color: rgba(0,0,0,0.7);
	background: rgba(255,255,255,0.7);
}


.moveContent {
	-ms-transform: translate(300px); /* IE 9 */
    -webkit-transform: translate(300px); /* Chrome, Safari, Opera */
    transform: translate(300px);
}

.moveMenu {
	-ms-transform: translate(-300px); /* IE 9 */
    -webkit-transform: translate(-300px); /* Chrome, Safari, Opera */
    transform: translate(-300px);
}

.ease {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#menuHead {
	position: fixed;
	/*width: 100vw;
	height: 75px;
	background: rgba(0,0,0,0.7);
	font-size: 40px;
	color: rgba(255,255,255,0.7);*/
	z-index: 9999;
	line-height: 70px;
}

#navOpen {
	cursor: pointer;
}

#navIcon {
	background-image: url("../images/arrow2.png");
	background-size: 100% auto;
	height:75px; 
	width:65px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0.7;
}

.moveIcon {
	-ms-transform: rotateY(180deg) translateX(65px); /* IE 9 */
    -webkit-transform: rotateY(180deg) translateX(65px); /* Chrome, Safari, Opera */
    transform: rotateY(180deg) translateX(65px);
	background-image: url("../images/arrowW.png") !important;
}


h1 {
	font-size: 40px;
	text-align: center;
	width:100%;
}

.row {
	margin-top:5px;
	margin-bottom: 5px;
}

.container {
	width:100%;
	padding:0 !important;
}

a {
	text-decoration: none !important;
}
a:focus, a:hover {
	color: inherit;
}

.panel-default {
	border-color: black !important;
	color: rgba(255,255,255,0.7) !important;
	background-color: rgba(0,0,0,0.7) !important;
	border-radius: 0 !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: black !important;

}

.panel-title {
	text-align: center;
	font-size: 4vh !important;
	color: rgba(255,255,255,0.7) !important;
}

.panel-default > .panel-heading {
	color: rgba(255,255,255,0.7) !important;
	background-color: rgba(0,0,0,0.7) !important;	
	border-radius: 0 !important;
}

body {
	background-image: url('../images/backAGH.svg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: rgba(255,255,255,0.7) !important;
	background-color: rgba(0,0,0,0.7) !important;
}

