@charset "UTF-8";

body{

}

.inner{
	max-width:1024px;
	padding:0 22px;
	margin:0 auto;
}

#wrapper{	
	min-height: 100%;
	min-height: 100vh;
}



header{
	border-top:solid 4px #CD0003;
	width:100%;
	background:rgba(45,45,45,0.98);
	height:48px;
	max-height:48px;
	position: fixed;
	z-index: 9999;
	font-size: 17px;
	padding:0 22px;
}
header nav{
display: -webkit-flex; display: -ms-flexbox; display: flex;
-ms-flex-flow:row wrap;flex-flow:row wrap;
-webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
}


header *{
	color:#FFF !important;
}

header a{
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	-webkit-align-items: center;  -ms-flex-align: center; align-items: center;
	height:44px;
	font-size:0.8em;
}


header a:hover{opacity: 0.8;}

header a.home-logo{
	padding:5px 0;
}
header a img{
	max-width:100%;
	max-height:100%;
}

header nav ul{
display: -webkit-flex; display: -ms-flexbox; display: flex;
-ms-flex-flow:row wrap;flex-flow:row wrap;
-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;
}

header nav ul li a{
	margin:0 12px;
}














footer{
	background-color: #f2f2f2;
    color: #333;
	width:100%;
}

footer #copyright{
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.footer-bottom-link{
display: -webkit-flex; display: -ms-flexbox; display: flex;
-ms-flex-flow:row wrap;flex-flow:row wrap;
-webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
padding:8px 0;
}

.footer-bottom-link *{
	font-size:12px;
}

#copyright{
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	-webkit-align-items: center;  -ms-flex-align: center; align-items: center;
	color:#888;
	font-weight:normal;
	letter-spacing: 0.05em;
}

.footer-bottom-link nav a{
	display:inline-block;
	padding:0.5em 1em;
}

.footer-bottom-link nav a:not(:last-child){
	border-right:1px solid #ccc;
}
.footer-bottom-link nav a:hover{
	text-decoration: underline;
}

@media(max-width:640px){

	.footer-bottom-link{
		-webkit-flex-direction: column-reverse;flex-direction:         column-reverse;
		padding:16px 0 8px 0;
	}
	#copyright{
		margin-top:2em;
	}

	.footer-bottom-link nav{
		display: -webkit-flex; display: -ms-flexbox; display: flex;
		-ms-flex-flow:column nowrap; flex-flow:column nowrap;
	}
	.footer-bottom-link nav a{
		display:block;
		width:100%;
		border:none;
	}
	.footer-bottom-link nav a:not(:last-child){
		border:none;
	}


}





/* top hero
********************************/
.top-hero{
	position:relative;
	height:100vh;
}
.top-hero img{
	height:100vh;
	width:100%;
	object-fit: cover;opacity:0.7;
	position:relative;
	z-index:1;
}
h1.top-h1{
    position: relative;
    top: -50vh;
    z-index: 5;
    text-align: center;
    color: #FFF;
    line-height:2em;
    font-size:25px;
    letter-spacing: 0.05em;
}
@media(max-width:640px){
	h1.top-h1{
		font-size:4vmin;
	}
}


/* top info
********************************/
.information{
	padding:5em 0;
}

.split-640{
  display: -webkit-flex; display: -ms-flexbox; display: flex;
  -ms-flex-flow:row wrap;flex-flow:row wrap;
  -webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
}

.split-640 > *{
	width:47%;
}
@media(max-width:640px){
	.split-640 > *{width:100%;}
}

.information-box{}

.information-box h2{
	text-align:center;
	font-size:18px;
	line-height:1.4em;
	margin-bottom:0.7em;
	display:block;
	margin-bottom:2em;
}
.information-box h2::after{
	content:"";
	width:8em;
	display:block;
	height:1px;
	border-bottom:1px solid #888;
	margin:0 auto;
}

.information-box > div{
  display: -webkit-flex; display: -ms-flexbox; display: flex;
  -ms-flex-flow:column nowrap; flex-flow:column nowrap;
}


article a{
	color:#111111;border-radius:3px;

}

.information-box > div article{
	margin-bottom:3em;
	border-bottom:1px solid #ccc;
}
.information-box > div article a{
	display:block;
	padding:5px;
}
.information-box > div article a:hover,.information-box > div article a:hover p{
	color:#CD0003;
}

.information-box > div article .date{
	font-size:13px;
	font-weight:bold;
	line-height:1.6em;
}
.information-box > div article p{
	font-size:16px;
	line-height:1.6em;
	font-weight:600;
	letter-spacing: 0.05em;
}


















