﻿body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
}
/* typo ********************************************/
a:link, a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
}
h1.header a:link, h1.header a:visited {
	color: #CCCCCC;
}
h1, h2, h3, h4, h5 {
    font-family: 'Nunito Sans', sans-serif;
	line-height: 0.5em;
	margin: 0.5em 0;
}
h2 {
	font-size: 22px;
	font-weight: 400;
}
h1.title-4u {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 2px;
}
div#header-4u a:link, div#header-4u a:visited {
    color: #FFFFFF;
}
h3.subtitle-4u {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: #FFFFFF;
    margin: 2px;
}
/* background image ********************************/
div#bgimg, div#bgimg-2 {
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    max-width: 2400px;
    z-index: 0;
}
div#bgimg-2 {
	top: 70px !important;
}
div#bgimg img, div#bgimg-2 img {
    width: 100%;
    height: auto;
}

/* header ******************************************/
div#header-4u {
    position: relative;
    bottom: 50%;
    left: 38%;
    background-color: rgba(0,0,0, 0.5);
    padding: 12px;
    border-radius: 12px;
    max-width: 24%;
    min-width: 20%;
    text-align: center;
    top: 50%;
}
div#header-container {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
}
div#header-text {
	position: relative;
	top: 10px;
	left: 20px;
}
h1.title {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
	color: #333333;
}
h1.title a:link, h1.title a:visited {
	color: #333333;
}
h3.subtitle {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
	color: #333333;
}
div#header-navi {
	position: relative;
	top: -14px;
	right: 30px;
	float: right;
}
div#header-navi-start {
	position: fixed;
	top: 20px;
	left: 20px;
	float: right;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2px 2px 2px 16px;
	border-radius: 6px;
}

/* navi ********************************************/
div.mob-nav {
	display: none;
}
div#lan-nav {
	position: fixed;
	top: 20px; 
	right: 20px;
	color: #999999;
	z-index: 10;
}
div#lan-nav a:link, div#lan-nav a:visited {
	color: #999999;
} 
/* form ********************************************/
.control-label {
	visibility: hidden;
	display: none;
}
div.form-group {
	margin: 6px 0;
}
div.btn-group {
	margin-top: 10px;
}
textarea.form-control {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	width: 80%; 
}

/* content *****************************************/
div#content-container {
    position: relative;
    top: 70%;
	width: 98%;
	margin: 0 auto;
    z-index: 10;
}
div.flexBox100 {
    width: 100%;
}
div.flexBox70c {
    width: 68%;
    margin: 0 auto;
}
div.flexBox30r { /* form align right */
	position: fixed;
	top: 100px;
	right: 10px;
    width: 28%;
}
div.frame-layout-1 {
    padding: 8px 14px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.8);
}
div.frame-layout-1 a:link, div.frame-layout-1 a:visited {
	color: #333333;
	font-weight: 500;
}
/* content start 4u*********************************/
div.CCstart {
	position: absolute;
	bottom: 10vh;
	width: 100%;
}
div.flexBox60c {
    width: 58%;
    margin: 0 auto;
}
div.flexBox40l { /* align left */
	position: relative;
    width: 28%;
	float: left;
}
div.flexBox40r { /* align right */
	position: relative;
    width: 28%;
	float: right;
}
div.flexBox30c {
    width: 26%;
    margin: 0 auto;
}
div.flexBox30c p {
	color: #FFFFFF;
	text-align: center;
}
div.flexBox30c a:link, div.flexBox30c a:visited {
	color: #FFFFFF;
}
div.flexBox30c a:hover {
	color: #FF0000;
}
div.flexBox30c div.frame-layout-1 {
	background-color: rgba(0,0,0,0.5);
}
.hlw {
	font-size: 48px;
	margin: 4px;
}

/* content *****************************************/






/* footer ******************************************/
button#topBtn {
    position: fixed;
	right: 10px;
    bottom: 60px;
    height: 35px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 6px;
    z-index: 99;
}
button#topBtn:hover {
    background-color: #990000 !important;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) { 
	div.flexBox80c, div.flexBox70c, div.flexBox60, div.flexBox50, div.flexBox40, div.flexBox30, div.flexBox30c, div.flexBox30r, div.flexBox20 {
		width: 100%;
	}
	div#bgimg {
		position: relative;
	}
	div#bgimg-2 {
		position: relative;
		top: 80px;
	}
	div#header-navi-start {
		display: none;
	}
	div#header-navi {
		display: none;
	}
	div.mob-nav {
		display: block;
		top: unset !important;
	}
	div.CCstart {
		position: relative;
		bottom: unset;
		top: 10px;
	}
	div#content-container {
		position: relative;
		top: 80px;
		width: 100%;
	}
	div.flexBox30r {
		position: relative;
		top: unset;
		right: unset;
	}
}





