@font-face { font-family: Trebuchet; src: url('Trebuchet MS.ttf');}
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	color: #000;
    width: 100%;
    height: 100%;
    min-width: 600px;
}

body {
    width: 100%;
    height: 100%;
	font-family:  Trebuchet;
	font-size: 12px;
	line-height: 1;
}

#video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1; /* for accessing the video by click */
}

#debug {
    position: absolute;
    top: 0;
    z-index: 100;
    color: #fff;
    font-size: 12pt;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    background: rgba(34,157,153,0.4);
    text-align: center;
}
.header{
position:absolute;
width:100%;
top:10%;
}
.img_1 {
    margin-bottom: 30px;
}
.h3_1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.h4_1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.footer {
    position: absolute;
	top:0px;
    width: 100%;
	height:45%;
	top:55%;
}

.links {
position:absolute;
width:200px;
height:50px;
left:50%;
margin-left:-100px;
bottom:12px;
}

.input_div {
    width: 560px;
    height: 40px;
    margin: 20px auto 0;
}

.email {
    width: 500px;
    height: 40px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    outline: none;
    background: rgba(255, 255, 255, 0.7) url(../images/1.png) no-repeat 10px 10px;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 16px;
}

.submit {
    display: block;
    width: 60px;
    height: 40px;
    float: right;
    background: rgba(34,157,153,1);
    line-height: 40px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: initial;
    color: #ffffff;
    font-size: 16px;
}

.p_1 {
    color: #ffffff;
    font-size: 14px;
	margin-top:2%;
}

@media only screen and (max-width:605px){
.input_div {
    width: 400px;
    height: 40px;
}
.email {
    width: 340px;
    height: 40px;
}
}
