@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/hdu5wpp.css");

/* Start of Desktop styling */
@media screen and (min-width: 1024px){
	
	html{
		scroll-behavior: smooth;
	}
	
	body{ 
		margin:0vw;
		padding:0vw;
		overflow-x: hidden;
		background-color: rgba(0,0,19,1.0);
	}

.home_logo{
background: #e7e7e7; /* Old browsers */
background: -moz-linear-gradient(top,  #e7e7e7 0%, #c6c6c6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#c6c6c6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e7e7e7 0%,#c6c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
width: 100vw;
height:20vh;
display: inline-block;	
text-align:left;
	margin-bottom:0vw;
	padding-bottom: 0vw;
}
	
	.home_logo img{
		height:14vh;
		width:auto;
		margin-top:3vh;
		margin-left:3vw;
	}
	
	a.login{
	position: absolute;
	float: left;
	color:rgba(255,255,255,1.0);
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	transition:0.8s;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	width:14vw;
	top:3.5vw;
	right:2vw;
	background-color:rgba(0,0,19,1.0);
}

	a.login:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	.home_content{
		width:100vw;
		height:80vh;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: rgba(0,192,255,1.0);
		display:inline-block;
		background-color:rgba(0,0,19,1.0);
		margin-top:0vw;
		position: relative;
        background-image: url("images/NCM_1343.webp");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size:cover;
	}
	
	.home_content h1{
	margin-left:3vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:4vw;
	}
	
	.home_content h2{
	margin-left:3vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	font-size:2vw;
	width:40vw;
	}
	
	.home_content a{
	display:block;
	color:rgba(255,255,255,1.0);
	width:14vw;
	margin-left:3vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	transition:0.8s;
	margin-top:8vw;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	background-color:rgba(0,0,19,1.0);
}

	.home_content a:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
    
    .home_content2 a.small{
	display:block;
	color:rgba(255,255,255,1.0);
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:0.9vw;
	text-decoration: none;
        border-style: none !important;
        padding: 0vw !important;
        margin: 0 auto !important;
}

	.home_content2 a.small:hover{
	text-decoration: underline;
        background-color:rgba(0,0,19,1.0) !important;
        border-style: none !important;
        color:rgba(255,255,255,1.0) !important
}

	.home_content_white{
		width:100vw;
		min-height:60vw;
		height:auto;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: rgba(0,0,19,1.0);
		display:inline-block;
		background-color: rgba(255,255,255,1.0);
	}
	
	.home_content_white h1{
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:3.5vw;
		width:100vw;
		text-align: center;
	}
	
	.home_content_white h2{
	margin-left:20vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,19,1.0);
	font-size:1.6vw;
	width:60vw;
	text-align: center;
	}
	
	.home_content_white a{
	display:block;
	color:rgba(255,255,255,1.0);
	width:14vw;
	margin-left:3vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	transition:0.8s;
	margin-top:4vw;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	background-color:rgba(0,0,19,1.0);
}

	.home_content_white a:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	.home_content_white .content_spacer{
		width:0.1vw;
		float:left;
		min-height:40vh;
		display: inline-block;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #bababa 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#bababa 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#bababa 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
	
	.home_content_white .content_boxes{
		width:90vw;
		margin-left:5vw;
	}
	
	.home_content_white .pricing_boxes{
		width:100vw;
		margin-left:0vw;
	}
	
	.home_content_white .content_box{
		width:20vw;
		float:left;
		height:40vh;
		background-color: rgba(255,255,255,1,0);
		display:inline-block;
		margin-left:1vw;
		margin-right:1vw;
	}
	
	.home_content_white .content_box h3{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:1.4vw;
	text-align:center;
	}
	
	.home_content_white .content_box p{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,19,1.0);
	font-size:1.2vw;
	text-align:center;
	width:15vw;
	margin-left:2.5vw;
	}
	
	.home_content_white .content_box img{
		width:10vw;
		height:10vw;
		margin-left:5vw;
	}
	
	.home_content_white .pricing_adhoc{
		width:20vw;
		float:left;
		height:50vh;
		background-color: rgba(0,0,19,0.3);
		display:inline-block;
		margin-left:20vw;
		margin-right:0vw;
		margin-bottom:2vw;
	}
	
	.home_content_white .pricing_adhoc h3{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:1.8vw;
	text-align:center;
	display:inline-block;
	width:20vw;
	padding:0vw;
	margin: 0vw;
	}
	
	.home_content_white .pricing_adhoc h4{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:1.3vw;
	text-align:center;
	padding:0vw;
	margin:0vw;
	}
	
	.home_content_white .pricing_adhoc p{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,19,1.0);
	font-size:1.2vw;
	text-align:center;
	width:15vw;
	margin-left:2.5vw;
	}
	
	.home_content_white .pricing_adhoc img{
		width:8vw;
		height:8vw;
		margin-left:6vw;
		margin-top:1vw;
		margin-bottom:1vw;
	}
	
	.home_content_lb{
		width:100vw;
		height:45vw;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: rgba(255,255,255,1.0);
		display:inline-block;
		background-color: rgba(0,192,255,1.0);
		margin-top:0vw;
		position: relative;
	}
    
    .home_content_lb iframe{
        width:70vw;
        height:39vw;
        margin:2vw 15vw 2vw 15vw;
        border:none;    
    }
    
    .home_content_lb .statbox{
		width:15vw;
		float:left;
		height:30vw;
		background-color: rgba(0,0,19,1.0);
		display:inline-block;
		margin-left:2vw;
		margin-right:2vw;
		margin-bottom:2vw;
        margin-top:10vw;
	}
	
	.home_content_lb .statbox h2{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:3vw;
	text-align:center;
	display:inline-block;
	width:15vw;
	padding:0vw;
	margin: 0vw;
	}
    
    .home_content_lb .statbox h3{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:1.8vw;
	text-align:center;
	display:inline-block;
	width:15vw;
	padding:0vw;
	margin: 0vw;
	}
	
	.home_content2{
		width:100vw;
		height:80vh;
		display:inline-block;
		background-color:rgba(0,0,19,1.0);
		margin-top:0vw;
		position: relative;
	}
	
	.home_content2 h1{
	margin-left:3vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:4vw;
	text-align:center;
	}
	
	.home_content2 h2{
	margin-left:30vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	font-size:2vw;
	width:40vw;
	text-align:center;
	}
	
	.home_content2 a{
	display:block;
	color:rgba(255,255,255,1.0);
	width:14vw;
	margin-left:3vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	transition:0.8s;
	margin-top:8vw;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	background-color:rgba(0,0,19,1.0);
}

	.home_content2 a:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	input[type=text]{
	margin-left: 28vw;
	width:40vw;
	border-radius: 5vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(200,200,200,1.0);
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	text-align:center;
	outline:none;
}

	input[type=text]:focus{
	border-color:rgba(255,255,255,1.0);
	transition:0.8s;
}
	
	input[type=button]{
	width:20vw;
	border-radius: 5vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(200,200,200,1.0);
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	margin-left:41vw;
	text-align:center;
	outline:none;
}

	input[type=button]:hover{
	border-color:rgba(255,255,255,1.0);
	transition:0.8s;
	cursor:pointer;
	background-color: rgba(255,255,255,1.0);
}
	
}

@media screen and (max-width: 1023px){
	
	html{
		scroll-behavior: smooth;
	}
	
	body{ 
		margin:0vw;
		padding:0vw;
		overflow-x: hidden;
		background-color: rgba(0,0,19,1.0);
	}

.home_logo{
background: #e7e7e7; /* Old browsers */
background: -moz-linear-gradient(top,  #e7e7e7 0%, #c6c6c6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#c6c6c6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e7e7e7 0%,#c6c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
width: 100vw;
height:20vh;
display: inline-block;	
text-align:left;
	margin-bottom:0vw;
	padding-bottom: 0vw;
}
	
	.home_logo img{
	width:60vw;
	height:auto;
		margin-top:6vh;
		margin-left:3vw;
	}
	
	a.login{
	position: absolute;
	float: left;
	color:rgba(255,255,255,1.0);
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:4vw;
	transition:0.8s;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	width:20vw;
	top:17vw;
	right:2vw;
	background-color:rgba(0,0,19,1.0);
}

	a.login:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	.home_content{
		width:100vw;
		height:80vh;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: rgba(0,192,255,1.0);
		display:inline-block;
		background-color:rgba(0,0,19,1.0);
		margin-top:0vw;
		position: relative;
		background-image: url("images/NCM_1343_p.webp");
		background-repeat: no-repeat;
		background-size: cover;

	}
	
	.home_content h1{
	margin-left:3vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:10vw;
	}
	
	.home_content h2{
	margin-left:3vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	font-size:6vw;
	width:80vw;
	}
	
	.home_content a{
	display:block;
	color:rgba(255,255,255,1.0);
	width:25vw;
	margin-left:3vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:4.5vw;
	transition:0.8s;
	margin-top:8vw;
	text-decoration: none;
	padding:3vw;
	background-color:rgba(0,0,19,1.0);
}

	.home_content a:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	.home_content_white{
		width:100vw;
		min-height:70vh;
		height:auto;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: rgba(0,0,19,1.0);
		display:inline-block;
		background-color: rgba(255,255,255,1.0);
	}
	
	.home_content_white h1{
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:8vw;
		width:80vw;
		margin-left:10vw;
		text-align: center;
	}
	
	.home_content_white h2{
	margin-left:5vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,19,1.0);
	font-size:5vw;
	width:90vw;
	text-align: center;
	}
	
	.home_content_white a{
	display:block;
	color:rgba(255,255,255,1.0);
	width:14vw;
	margin-left:3vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	transition:0.8s;
	margin-top:4vw;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	background-color:rgba(0,0,19,1.0);
}

	.home_content_white a:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	.home_content_white .content_spacer{
		width:0.1vw;
		float:left;
		min-height:40vh;
		display: none;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #bababa 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#bababa 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#bababa 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
	
	.home_content_white .content_boxes{
		width:90vw;
		margin-left:5vw;
	}

	.home_content_white .pricing_boxes{
		width:98vw;
		margin-left:1vw;
	}
	
	.home_content_white .content_box{
		width:40vw;
		float:left;
		height:40vh;
		background-color: rgba(255,255,255,1,0);
		display:inline-block;
		margin-left:1vw;
		margin-right:1vw;
	}
	
	.home_content_white .content_box h3{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:4.5vw;
	text-align:center;
	}
	
	.home_content_white .content_box p{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,19,1.0);
	font-size:4vw;
	text-align:center;
	width:35vw;
	margin-left:2.5vw;
	}
	
	.home_content_white .content_box img{
		width:20vw;
		height:20vw;
		margin-left:10vw;
	}
	
	.home_content_white .pricing_adhoc{
		width:70vw;
		float:left;
		min-height:40vh;
		background-color: rgba(0,0,19,0.3);
		display:inline-block;
		margin-left:14vw;
		margin-right:1vw;
		margin-bottom:2vw;
	}
	
	.home_content_white .pricing_adhoc h3{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:6vw;
	text-align:center;
	display:inline-block;
	width:70vw;
	padding:0vw;
	margin: 0vw;
	}
	
	.home_content_white .pricing_adhoc h4{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,19,1.0);
	font-size:5vw;
	text-align:center;
	padding:0vw;
	margin:0vw;
	}
	
	.home_content_white .pricing_adhoc p{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0,0,19,1.0);
	font-size:4.5vw;
	text-align:center;
	width:70vw;
	}
	
	.home_content_white .pricing_adhoc img{
		width:35vw;
		height:35vw;
		margin-left:17vw;
		margin-top:1vw;
		margin-bottom:1vw;
	}
	
	.home_content_lb{
		width:100vw;
		height:100vh;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: rgba(0,0,19,1.0);
		display:inline-block;
		background-color: rgba(0,192,255,1.0);
		margin-top:0vw;
		position: relative;
	}
    
    .home_content_lb .statbox{
		width:30vw;
		float:left;
		height:70vw;
		background-color: rgba(0,0,19,1.0);
		display:inline-block;
		margin-left:10vw;
		margin-right:10vw;
		margin-bottom:5vw;
        margin-top:5vw;
	}
	
	.home_content_lb .statbox h2{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:7vw;
	text-align:center;
	display:inline-block;
	width:30vw;
	padding:0vw;
	margin: 0vw;
	}
    
    .home_content_lb .statbox h3{
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:5vw;
	text-align:center;
	display:inline-block;
	width:30vw;
	padding:0vw;
	margin: 0vw;
	}
    
    .home_content_lb iframe{
        width:70vw;
        height:70vw;
        margin:20vw 15vw 2vw 15vw;
        border:none;    
    }
	
	.home_content2{
		width:100vw;
		height:80vh;
		display:inline-block;
		background-color:rgba(0,0,19,1.0);
		margin-top:0vw;
		position: relative;
	}
	
	.home_content2 h1{
	margin-left:3vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	font-size:10vw;
	text-align:center;
	}
	
	.home_content2 h2{
	margin-left:10vw;
	margin-top:3vw;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(255,255,255,1.0);
	font-size:5vw;
	width:80vw;
	text-align:center;
	}
	
	.home_content2 a{
	display:block;
	color:rgba(255,255,255,1.0);
	width:14vw;
	margin-left:3vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	border-width: medium;
	border-radius: 10vw;
	text-align:center;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2vw;
	transition:0.8s;
	margin-top:8vw;
	text-decoration: none;
	padding-top:0.5vw;
	padding-bottom: 0.5vw;
	background-color:rgba(0,0,19,1.0);
}

	.home_content2 a:hover{
	border-color: rgba(255,255,255,1.0);
	background-color: rgba(0,192,255,1.0);
	color: rgba(0,0,19,1.0);
}
	
	input[type=text]{
	margin-left: 8vw;
	width:80vw;
	border-radius: 5vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(200,200,200,1.0);
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:4vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:4vw;
	text-align:center;
	outline:none;
}

	input[type=text]:focus{
	border-color:rgba(255,255,255,1.0);
	transition:0.8s;
}
	
	input[type=button]{
	width:60vw;
	border-radius: 5vw;
	border-color: rgba(255,255,255,0.2);
	border-style: solid;
	padding-left:2vw;
	padding-right:2vw;
	border-width: thick;
	background-color:rgba(200,200,200,1.0);
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:4vw;
	color:rgba(0,0,25,1.0);
	transition:0.8s;
	margin-bottom:1vw;
	margin-left:20vw;
	text-align:center;
	outline:none;
}

	input[type=button]:hover{
	border-color:rgba(255,255,255,1.0);
	transition:0.8s;
	cursor:pointer;
	background-color: rgba(255,255,255,1.0);
}
	
}