
@font-face {
  font-family: 'Star Avenue';
  font-style: normal;
  font-weight: 400;
  src: local('Star Avenue'), local('StarAvenue'), url(../fonts/staravenue.woff) format('woff');
}

@font-face {
  font-family: 'Black Ravens';
  font-style: normal;
  font-weight: 400;
  src: local('Black Ravens'), local('BlackRavens'), url(../fonts/Black_Ravens.woff) format('woff');
}

@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya'), local('Alegreya-Regular'), url(../fonts/Alegreya-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(../fonts/Alegreya-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(../fonts/Alegreya-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(../fonts/Alegreya-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 900;
  src: local('Alegreya Black Italic'), local('Alegreya-BlackItalic'), url(../fonts/Alegreya-BlackItalic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(../fonts/Lato-Hairline.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../fonts/Lato-Light.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(../fonts/Lato-Black.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/Lato-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../fonts/Lato-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Walter Turncoat';
  font-style: normal;
  font-weight: 400;
  src: local('Walter Turncoat'), local('WalterTurncoat'), url(../fonts/WalterTurncoat.woff) format('woff');
}

/* include border and padding in element width and height */
* {
  box-sizing: border-box;
}

html,body
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-family: 'Alegreya',serif;
    font-size: 24px;
}

body {
  height: 100vh;
  width: 100vw;
}

#wrapper {
    position: relative;
}

section {
    height: 100%;
    width:100%;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.overlay-bg {
	width:100%;
	height:100%;

	background-image: url(../img/kiwi_bg.png);
	background-repeat: repeat;

	position: relative;
    
}

#container {
    height: 100%;
}

h2 {
    font-size: 1.9em;
    font-family: 'Black Ravens',serif;
    color:  #400000;
}

h3 {
    font-size: 0.9em;
}

a {
	color: #222222;
}

/* unvisited link */
a:link {
    color: #222222;
}

/* visited link */
a:visited {
    color: #222222;
}

/* mouse over link */
a:hover {
    color: #222222;
}

/* selected link */
a:active {
    color: #222222;
}

#header {
	border-bottom: 1px dotted #080808;
	height: 64px;
	padding-top:10px;
	text-align: center;
}


#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;

	font-family: 'Star Avenue',serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.02em;

	color: #444444;

}

.subheadline {

	font-family: 'Alegreya',serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;

	color: #282828;
	margin-top: 0px;
	padding-top: 20px;

	opacity: 0.70;
}

.centered {
    display: block
    width:100%;
    text-align: center;
}

.box {
    padding:20px;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.box-border {
    border-radius: 25px;
    border: 2px solid #6c9dbb;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.key-visual-box {
    text-align: center;
    margin: 20px;
}

.key-visual-box img {
    width: 200px;
    height: 200px;
}

.box-bottom {
    color: #ffffff;
    background-color: #6c9dbb;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #6c9dbb;
    width: 100%;
}

.bottom-header {
    font-family: 'Walter Turncoat',serif;
    
}

.explanation {
    color: #eeeeee;
    font-size: 0.9em;
    margin-bottom: 0;
    min-height: 80px;
}

#footer-wrapper {
    padding-top: 80px;
}

#footer {
    margin-left:auto;
    margin-right: auto;
    max-width: 80%;
	background-color: #6c9dbb;
	color: #eeeeee;

    border: 2px solid #6c9dbb;
	border-top: 2px solid #6c9dbb;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    
}

#footer .impress {
    font-size: 14px;
}

#footer a {
	text-decoration: none;
    color: #eeeeee;
	opacity: 0.85;
}

@media only screen and (max-width: 576px) {
#footer {
    max-width: 100%;
}
}

.signature img{
  max-width: 20%;
  height: auto;
}

.responsive-img {
    max-width: 100%;
  width: 100%;
  height: auto;
}

.cimg {
        margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    background-color: #6c9dbb!important;
    border-color: #6c9dbb!important;    
}

.blue {
    color: #6c9dbb!important;
}

.youtube {
    max-width: 100%;
}

#menu-bottom {
    margin-bottom: 30px;
    text-align: left;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#menu-bottom ul {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}

#menu-bottom ul li a {
    text-decoration: none;
    color: #6c9dbb;
}

.bg2 {
    background-color: burlywood;
}


.container {
    max-width: 80%;
}

.cimg {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gold {
    color:  #C0B960;
    font-size: 1.2em;
}

.number {
    max-width: 10%;
    float: left;
}

.center {
 width: 100%;
 text-align: center;
}

html, body, #wrapper, .overlay-bg {
    margin: 0;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .number {
        max-width: 20%;
    }
    
}


