/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*CSS RESERT BEGIN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}





/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	background-color: white;
	

}

h1{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
	color: #323232;
}







h3{
color: grey;
border-color: black;
border-width: 1.2px;
border-top-style: none;

border-left-style: solid;
border-bottom-style: none;
box-sizing:content-box;
padding-left: 5px;


font-size: 12px;
text-align: left;
line-height: 12px;
margin-bottom: 10px; 
}



img{
	padding-top: 50px;
	width: 25%;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li{
	display: inline;
	float: none;
	margin: auto;
	width: 50%;
	text-align: center;
}

.nav {
	margin: auto;
	width: 50%;
	
}
/*CSS RESET END */


/* HELPER CLASSES BEGIN */
.alignLeft{
	float: left;
}

.alignRight{
	float: right;
}

.alignCenter{
	margin: auto;
	width: 50%;
	/*border: 3px solid #73AD21;*/
	padding: 10px;
}

.centerElement{
	margin: auto;
	width: 50%;
	padding: 10px;
	/*border: 3px solid #73AD21;*/
}

.title{
	margin: auto;
	width: 20%;
	padding: 10px;
	/*border: 3px solid #73AD21;*/
}

.logoImg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

p{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	text-align:justify;
	color: #323232;
}

.about-paragraph{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	text-align:justify;
}

.menu{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align:center;
	letter-spacing: .15em;
}

hr{
	 width: 50%;
	 border: none;
	 border-top: 1.2px dashed black;
}

a{
	font-size: 14px;
	font-weight: bolder;
	line-height: 16px;
	margin-bottom: 16px;
	text-align:justify;
	color: #323232;
	text-decoration:none;

}

a:active{
	color: white;
}

.activepage{
	font-size: 14px;
	font-weight: bolder;
	line-height: 16px;
	margin-bottom: 16px;
	text-align:justify;
	color: grey;
	text-decoration:none;

}


/* HELPER CLASSES END */

/* GENERAL RULES */
.container{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}



.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #323232;
  text-align: center;
  font-size: 12px;
  color: white;
}

#wraper{
max-width: 100px;
max-height: 100px;
margin: auto;
text-align: center;
}

.box {
	width: 100px;
	height: 100px;
	
}

.fadeIn {
  opacity: 0;
  
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 

.delay1{
	animation-delay: 0.1s;
}

.delay2{
	animation-delay: 0.2s;
}

.delay3{
	animation-delay: 0.3s;
}
.delay4{
	animation-delay: 0.4s;
}
.delay5{
	animation-delay: 0.5s;
}
.delay6{
	animation-delay: 0.6s;
}
.delay7{
	animation-delay: 0.7s;
}
.delay8{
	animation-delay: 0.8s;
}
.delay9{
	animation-delay: 0.9s;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topMargin{
	margin-top: 10px;
}

.bottomMargin{
	margin-bottom: -20px;
}



