html,body {
	font-family: 'Open Sans', sans-serif;
	background: linear-gradient(180deg, rgba(0,50,50,1) 0%, rgba(0,0,50,1) 100%);
	width: 100%;
	height: 100%;
	margin: 0;
}
*{	 padding:0; margin:0;}

#lines {
	animation: blurs 30s infinite;
    filter: blur(1px);
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

#watermark { position: fixed; bottom: 0; right: 0; }

#vid {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.container {
	min-height: 100vh;
  	display: flex;
    justify-content: center;
  	align-items: center;
}

.main {
    margin: 0 0px;
    overflow: hidden;
	font-weight: 700px;
	height: 650px;
	width: calc( 1000px - 30px );
	border-radius: 500px;
	background-size: 1000px 500px;
	position: relative;
}
.text-anim {
	animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	transform: translateY(-30px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #dbdbdb, 0 2px 0 #b5b5b5, 0 3px 0 #919090, 0 4px 0 #828282, 0 5px 0 #707070, 0 6px 0 #595959, 0 7px 0 #4a4a4a, 0 8px 0 #2e2e2e, 0 9px 0 #1a1a1a, 0 40px 20px rgba(0, 0, 0, 0.3);
}
.main h1 {
	font-size: 55px;
	padding-top: 150px;
	font-weight: 700;
	color: #FFFFFF;
	animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.second h1 {font-size: 2.5em;}
.third h1 {font-size: 2.5em;}
.input {
	color: #FFFFFF;
	padding-left: 0;
	text-align: left;
	padding:7px 20px;
	background-color:#35393F;
	border-radius:12px;
	border:1px solid #35393F;
}
.input1 {
	color: #FFFFFF;
	margin-left: 15px;
	text-align: left;
	padding:40px 20px;
	background-color:#35393F;
	border-radius:12px;
	border:1px solid #35393F;
}
.second {
		min-height: 100vh;
  	display: flex;
    justify-content: center;
  	align-items: center;
}
.third {
		min-height: 100vh;
  	display: flex;
    justify-content: center;
  	align-items: center;
}
.fourth {
		min-height: 80vh;
  	display: flex;
    justify-content: center;
  	align-items: center;
}
.tron {

		-webkit-box-shadow: 9px 13px 41px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 9px 13px 41px 0px rgba(0,0,0,0.50);
	box-shadow: 9px 13px 41px 0px rgba(0,0,0,0.50);
    margin-top: 5px;
	background-color:rgb(0, 59, 54);
	border-radius:12px;
	border:1px solid rgb(0, 59, 54);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	padding:3px 15px;
	text-decoration:none;
	transition: box-shadow 0.5s;
}
.column {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.column .group {
	border-left: 5px solid #4F5766;
	color:#ffffff;
	border-radius: 25px;
	background-color:#35393F;
	padding: 15px;
	display: block;
}
.column .group-full {
	width: 100%;
}
#footericon {
	color: #FFFFFF;
	position: absolute;
	bottom: 8px;
}
.centered-img {
visibility: hidden;
width: 10px;
}
.column-wrap {
	max-width: calc( 1000px - 30px );
	margin: 0 -10px;
	overflow: hidden;
	
}
.column .group {
	border-left: 5px solid #4F5766;
	width: 600px;
}
.group-full {
	width: 100%;
}
.centered-img {
	padding-top: -20px;
	visibility: visible;
 padding-left: 15px;
 width: 65%;
 float: right;
}
.column {
	padding: 0 10px;
	float: left;
}
.column-wrap .one-half {
		padding-top: 10px;
	border-radius: 25px;
	width: 50%;
}
textarea {
  resize: none;
}