
@font-face {
  font-family: 'Crimson';
  font-style: normal;
  font-weight: 400;
  src: local('Crimson'), local('Crimson-Roman'), url(../fonts/crimson-roman-webfont.ttf) format('ttf');
}

@font-face {
  font-family: 'Crimson';
  font-style: italic;
  font-weight: 400;
  src: local('Crimson'), local('Crimson-Italic'), url(../fonts/crimson-italic-webfont.ttf) format('ttf');
}

@font-face {
  font-family: 'Crimson';
  font-style: bold;
  font-weight: 700;
  src: local('Crimson'), local('Crimson-Bold'), url(../fonts/crimson-bold-webfont.ttf) format('ttf');
}
/* include border and padding in element width and height */
* {
  box-sizing: border-box;
}


html,body
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    font-family: 'Crimson';
    font-size: 1.2em;
}

body {
  height: 100%;
  width: 100%;
 background-image: url(../img/kiwi_bg.png);
	background-repeat: repeat;

}

#wrapper {
    position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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


#container {
    height: 100%;
}

#header {
	position: relative;
	min-height: 100%;
	padding-top:0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}


h1 {
	margin-top: 0px;
	margin-bottom: 10px;

	font-family: Impact;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 0.02em;
	color: #444444;

}

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

h3 {
    font-size: 0.9em;
}

a {
	color: #222222;
	text-decoration: none;
}

/* 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;
}

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


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

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


.kw {
	border-bottom: 2px dotted #444444;
	margin-bottom: 10px;
	
	font-size: 0.5em;
}


.copyright {
	font-size: 0.6em;
	color: grey;
	
}

.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;
}


.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%;
}



#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%;
}
}

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

.cdiv {
        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;
}

@media only screen and (max-width: 768px) {
    .number {
        max-width: 20%;
    }
	
	h1 {
		font-size: 1.3em; 
		
	}
	
	html,body
	{
		font-size: 1.1em;
	}
	
    
}


