@font-face{
    font-family: menufont;
    src:url('primetime.ttf') format('truetype');
}

@font-face {
    font-family: contentfont;
    src:url('lottepaperfang.ttf') format('truetype');
}

body{
    margin:0;
}

#nav-bar{
    position: fixed;
    z-index: 10;
    width:80%;
    margin-left:10%;
    padding-top:1%;
    padding-bottom:1%;
    font-family: contentfont;
    font-weight:900;
}

#lang{
    width:5%;
    height:2%!important;
    float:right;
}

.above{
     padding-left: 5%;
}

.below{
    font-size: 2.7vw;
    position: relative;
    text-align: center;
    padding-left: 7.5%;
    padding-top: 1.5%;
    height: 90px;
    border-bottom: #000 solid;
}

.whitespace{
    width: 9%;
    height: 14%;
    float:left;
}

#nav-bar a{
/*  3d-Block properties*/
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px 0px;
    transform-style: preserve-3d;
/*  Design properties    */
/*     background-color:rgba(255,255,255,0.0); */
/*     border-radius:5%; */
/*    height:19%; */
    width: 18.3%;
    color:#000;
    font-size:6.5vw;
    text-align:center;
    text-decoration:none;
    margin:0;
    padding:0;
}

#lang a{
/*  3d-Block properties*/
    width: 100%;
    font-size:2.2em;
    margin:0 0 6% 0;
}

#nav-bar a:before{
/*  Transformation and content properties*/
    position: absolute;
    width: 100%;
    height: 100%;
    content: attr(con);
    transition: 0.3s ease 0s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0px 0px;
/*  Design properties    */
    left:0;
    padding-top: 25%;
    font-size:0.3em;
}

#lang a:before{
    font-size:1em;
    padding-top: 0;
    background-color:rgba(255,255,255,0.4);
    color:rgb(255,255,255);
}

#nav-bar a:hover{
    transform: rotateX(90deg) translateY(-22px);
}

#one{
    background-color:#F19F0F;
    min-height:100vh;
    width:100%;
}

#two{
    background-color:#CD4436;
    min-height:100vh;
    width:100%;
}

#three{
    background-color:#0E83CD;
    min-height:100vh;
    width:100%;
}

#four{
    background-color:#435A6B;
    min-height:100vh;
    width:100%;
}

#five{
    background-color:#3FA46A;
    min-height:100vh;
    width:100%;
}

#five content{
    padding-bottom:0%;
}

.linkref{
    position:absolute;
}

#contentTop, #content{
    font-family:contentfont;
    text-align:justify;
    font-size:1em;
    height:45%;
    overflow:hidden;
}

#contentTop{
    margin: auto;
    width:50%;
    padding:22% 0 10%;
}

#content{
    padding:15% 0 10%;
    margin: auto;
    width:50%;
}

.headerTop, .header{
    text-align:center;
    padding-bottom:10%;
    font-style: italic;
}

.headerTop{
    font-size:3.5vw;
}

.header{
     font-size: 2.5vw;
}

#footer{
    /*height:9vh;*/
    background-color:#3FA46A;
    color:#000;
    font-family:contentfont;
    font-size:0.8em;
    text-align:center;
    bottom:0;
}

.eventimage{
    width:80%;
    height:80%;
    border-radius:100%;
}

#eventtable{
    padding-top:5%;
}

#eventtable td{
/*     width:200px; */
    padding-right: 5%;
    text-align:center;
}

#eventtable th{
    text-align:center;
}

#eventtable .tbltxt{
    text-align: justify;
}

#eventtable tr{
    border-bottom: #000 solid;
}

#people{
    padding-top:3%;
}

#people td{
    text-align:center;
    font-style:italic;
}

.peopleimage{
    height:15%;
    width:65%;
    border-radius:100%;
}

#name, #email, #topic, #antispam, #message, #submit, #reset{
    font-family:contentfont;
    font-size:1.65em;
}

#name, #email, #topic, #antispam, #submit, #reset{
    height:17%;
    border-left:0;
    border-top:0;
}

#name{
    width:49%;
    border-bottom:#000 solid 2px;
    border-right:#000 solid 2px;
}

#email{
    width:50%;
    border-bottom:#000 solid 2px;
    border-right:0;
}

#topic{
    width:74%;
    border-bottom:#000 solid 2px;
    border-right:#000 solid 2px;
}

#antispam{
    width:25%;
    border-bottom:#000 solid 2px;
    border-right:0;
}

#message{
    width:99.5%;
    border: 1px #000;
    border-left:0;
    border-top:0;
    border-bottom:#000 solid 2px;
    border-right:0;
    margin:0;
}

#submit{
    width:49.8%;
    border-bottom:0;
    border-right:#000 solid 2px;
    margin:0;
    padding:0;
    background-color:#fff;
}

#reset{
    width:50%;
    border-bottom:0;
    border-right:0;
    margin:0;
    padding:0;
    background-color:#fff;
}

#submit:hover, #reset:hover{
    color:#fff;
    background-color:#000;
}

.alert{
     text-align: center;
}

.imgshow{
    text-align:center;
    padding-top: 5%;
}

.imgshow img{
   width:25%;
}

@media (max-width: 1200px) {
	#content, #contentTop {
		width: 90%;
	}

	#nav-bar a {
		width: 17%!important;
	}
	.above {
		width: 100%!important;
		margin:auto!important;
		padding:0!important;
		/*margin: auto!important;*/
	}
	.header {
		font-size: 7.5vw;
	}
}
