html, body {
	height:100%;
	margin: 0;
	font-family: "tenso", sans-serif;
	overflow: hidden;
}

footer {
	width: 100%;
	height: 50px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
    position: absolute;
}

footer ul li:first-child {
	float: left;
}

footer ul li{
	list-style: none;
	float: right;
	margin-right: 40px;
}

footer ul li a{
	font-family: "mr-eaves-sans", sans-serif;
	font-size: 20px;
	color: #222222;
	text-decoration: none;
}

#menu {
	z-index: 1000;
	width: 100%;
	background-color: white;
	height: 70px;
	margin-top: 0px;
	top: 0px;
	position: fixed;
	border-bottom: 1px solid #f3f3f3;
}

#menu ul {
	float: left;
	margin-top: 23px;
}

#menu ul li {
	margin-left: 30px;
	float: left;
	list-style: none;
}

#menu ul li a {
	color: black;
	text-decoration: none;
	font-family: "mr-eaves-sans", sans-serif;
	font-size: 20px;
}

#logo {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}

.button {
	background-color: #e75002;
    text-decoration: none;
    color: white;
    float: right;
    width: 130px;
    height: 32px;
    margin-right: 50px;
    margin-top: 14px;
    font-family: "mr-eaves-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
    padding-top: 10px;
    text-align: center;
    transition-duration: 0.1s;
    cursor: pointer;
}

.button:hover {
	background-color: #ffb74d;
}

.button2 {
	text-decoration: none;
    color: white;
    float: left;
    border: #ffffff 1px solid;
    width: 150px;
    height: 35px;
    margin-left: 20px;
    font-family: "mr-eaves-sans", sans-serif;
    font-weight: 500;
    font-size: 23px;
    padding-top: 10px;
    text-align: center;
    transition-duration: 0.1s;
    cursor: pointer;
}

.button2:hover {
	background-color: white;
	color: black;
}

#video-bg {
	width: 100%;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bg {
	position: fixed;
	z-index: -1000;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0px;
	background: linear-gradient( rgba(0, 0, 0, 0.59), rgb(28, 82, 139) ), url(../img/bgImg.jpg);
	background-size: cover;
	background-attachment: initial;
}

#centertext {
	position: relative;
	padding: 30px;
	color: white;
	font-size: 40px;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 150px;
	width: 700px;
	z-index: 100;
}

#centertext h1 {
	font-size: 40px;
	margin-top: -10px;
}

#centertext h2 {
	font-size: 20px;
	margin-top: -10px;
}

#node {
	margin: 0 auto;
	width: 400px;
}

.wrapper {
	position: relative;
	width: 100%;
    min-height: calc(100% - 220px);
}

.social-media {
	margin-top: 16px;
    float: right;
}



#wrapper {
	margin-left: 30px;
	margin-right: 30px;
    margin-top: 100px;
	padding: 20px;
	background-color: white;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 1000px;
}

#wrapper img {
	margin-left: 20px;	
}

#wrapper h1 {
	font-family: "alwyn-new-web", sans-serif;
	margin-top: 10px;
}

#wrapper h2 {
	font-family: "alwyn-new-web", sans-serif;
}

#wrapper p {
	font-family: Arial;
}

#product {
	float: left;
	width: 50%;
	padding-top: 50px;
}
#product img {
	margin-left: 0px;
	width: 100%;
}

#productFrames {
	width: fit-content;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}

.productFrame {
	width: 130px;
	height: 130px;
	box-shadow: -12px 7px 18px 0px #dddddd;
	margin-left: 20px;
	float: left;
}

.productFrame:first-child {
	margin-left: 0px;
}

.productFrame img {

}

#feautures {
	float: left;
	width: 40%;
	font-family: Arial;
}

#feautures ul li{
	margin-bottom: 10px;
    font-size: 14px;
    color: #616161;
}

#includes {
	color: grey;
	margin-top: 20px;
	margin-bottom: 10px;
	color: black;
	font-size: 12px;
}

#feautures h3{
	font-family: "Alwyn New", sans-serif;
	font-size: 40px;
	margin-bottom: 0px;
}

#priceInfo {
	color: grey;
	margin-top: 5px;
	margin-bottom: 40px;
}

.productBtn {
	text-decoration: none;
    color: black;
    width: 150px;
    height: 35px;
    font-family: "mr-eaves-sans", sans-serif;
    font-weight: 500;
    font-size: 23px;
    padding-top: 10px;
    float: left;
    text-align: center;
    transition-duration: 0.1s;
}

#preorder {
	width: 280px;
	height: 37px;
	background-color: black;
	color: white;
}

#preorder:hover {
	background-color: #e75002;
	color: white;
	border: none;
}

#tech {
	margin-left: 10px;
	border: #000000 1px solid;
}

#tech:hover {
	background-color: #d2d2d2;
    color: white;
}

#handwithphone {
	float: right;
	margin-right: -20px;
	width: 50%;
    max-height: 70vh;
    object-fit: contain;
    object-position: right;
}

.headline {
	float: left;
	margin-top: 100px;
	width: 100%;
}

#weatherForecast {
	margin-left: 80px;
    margin-top: 200px;
    text-align: center;
	float: left;
	font-family: Arial, sans-serif;
	width: 40%;
	font-size: 20px;
    color: #616161;
}

#warnings {
	float: left;
	font-family: Arial, sans-serif;
	width: 30%;
	font-size: 14px;
    color: #616161;
}



#techSpecs {
	float: left;
	width: 100%;
}

#techSpecs img {
    margin-left: -20px;
}

#techFuncContainer {
	width: 100%;
	display: flex;
	justify-content: center;
}
#techFuncContainer > div{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget {
	width: 250px;
	height: 60px;
	padding: 30px;
	margin: 10px;
	float: left;
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.24);
	transition-duration: 0.5s;
	cursor: default;
}

.widget:hover {
	background-color: #dedede;
}

.widget h3 {
	font-family: "Alwyn New", sans-serif;
	margin-left: 60px;
    margin-top: -50px;
}

.widget p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: grey;
	margin-left: 60px;
    margin-top: -10px;
}

.widget img {
	margin-left: 0px !important;
    margin-top: 15px;
    height: 30px;
}

img#data-img {
	margin-top: 50px;
	margin-bottom: -25px;
    object-fit: cover;
    object-position: center;
    width: calc(100% + 40px);
    min-height: 100px;
}

img#heatshield-img {
	margin-top: 50px;
	margin-bottom: -25px;
    object-fit: cover;
    object-position: center;
    width: calc(100% + 40px);
    min-height: 100px;
}

@media only screen and (max-width: 1000px) {
	#wrapper {
		margin-left: auto;
	    margin-right: auto;
	    max-width: 1400px;
	    margin-top: 100px;
		padding: 20px;
		background-color: white;
		overflow: hidden;
		margin-bottom: 30px;
		min-height: 600px;
	}

	#product {
		width: 100%;
	}

	#feautures {
		width: 100%;
		font-family: Arial;
		margin-top: 60px;
	}
	
	#weatherForecast {
		margin: 0px !important;
		padding: 30px 5%;
		width: 90%;
		clear: both;
		position: relative;
	}
	#handwithphone {
		width: calc(100% + 40px);
		margin: 0px -20px !important;;
	}

	#tech {
    	margin-left: 0px;
    	margin-top: 10px;
    	width: calc(100% - 2px);
	}

	#preorder {
		width: 100%;
	}

}







.teammember {
	margin: 0 auto;
    width: 500px;
    margin-top: 30px;
}

.teammember img {
    width: 500px;
    margin-left: -20px!important;
}

.teammember h3 {
	font-family: Arial;
	color: white;
	margin-top: -70px;
	font-size: 25px;
}

.teammember p {
	margin-top: -24px;
    color: white;
}

.teammember ul {
	margin-left: -20px;
	margin-top: 10px;
	background-color: #069ff9;
    height: 40px;
    padding: 0px;
    width: 500px;
}

.teammember ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 20px;
}

.teammember ul li a {
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 16px;
}

.teammember ul li a:hover {
	border-bottom: 3px solid #085582;
}



.mobile {
	display: none;
}










.blogcard {
	width: 100%;
	height: 500px;
	box-shadow: 0px 0px 20px 0px #d0d0d0;
	background-color: black;
	margin-top: 20px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

.blogcard:hover .footerview a {
    color: white;
    background-color: #f63300;
    padding: 26px;
    margin-left: 0px;
    margin-top: 0px;
}

.mainview {
	width: 100%;
	height: 420px;
	display: inline-block;
}

.mainview img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 !important;
}

.titlebox {
	position: absolute;
	width: 100%;
}

.mainview h2 {
	z-index: 100;
	color: white;
    font-size: 50px;
	display: inline-block;
    margin-left: 50px;
    margin-top: 50px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.78);
}

.footerview {
	right: 0;
	left: 0;
	height: 80px;
	background-color: white;
	z-index: 100;
	position: absolute;
}

.footerview a {
    text-decoration: none;
    font-size: 22px;
    color: #f63300;
    float: left;
    padding: 26px;
    margin-left: 0px;
    margin-top: 0px;
    font-family: sans-serif;
    font-weight: 300;
    transition-duration: 0.2s;
}

.footerview p {
    float: right;
    margin-right: 50px;
    margin-top: 30px;
    color: #b7b7b7;
    font-weight: bold;
    font-family: sans-serif !important;
    font-weight: 400;
}




.blogwrapper {
	width: 70%;
	margin: 0 auto;
}

.blogimg {
	width: 100%
}

.blogimg img {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.blogcontent {
	font-family: sans-serif;
	margin-top: 20px;
	text-align: justify;
}

.blogwrapper p {
	color: #b7b7b7;
	margin-top: -10px;
	margin-bottom: 30px;
}



@media only screen and (max-width: 1000px) {
    #menu ul {
    	margin-top: 5px;
	    background-color: #f5f5f5;
	    width: 100%;
	    padding: 0px;
	    border-top: 1px solid #abd8f9;
	    border-bottom: 1px solid #ececec;
    }

    #menu ul li {
    	width: 100%;
	    height: 50px;
	    margin: 0px;
	    text-align: center;
	    vertical-align: middle;
	    line-height: 50px;
    }

    #menu ul li a {
    	color: #3c3c3c;
    	font-weight: 600;
    }

    .button {
    	display: none;
    }

    .button2 {
    	width: 120px;
    }

    #centertext h1 {
    	font-size: 30px;
    }

    .hamburger {
    	display: block;
    	margin-right: 30px;
	    margin-top: 24px;
	    float: right;
    }

    .closed {
	  height: 0px;
	  overflow:hidden;
	  transition: all 0.5s cubic-bezier(0.3, 0.07, 0.02, 1.51);
	  will-change: transform;
	  border-top: none!important;
	  border-bottom: none!important;
	}

	.open {
	  height: 200px;
	  overflow: hidden;
	  transition: all 0.5s cubic-bezier(0.3, 0.07, 0.02, 1.51);
	  will-change: transform;
	}

	#centertext {
		width: 80%;
	}

	#node {
		width: 80%;
	}

	footer ul {
		padding: 0px;
		padding-left: 10px;
	}

	footer ul li {
		margin-right: 10px;
	}

	.teammember {
		width: 100%;
	}

	.teammember img {
		width: 100%;
		margin-left: 0px!important;
	}

	.teammember ul {
		margin-left: 0px;
	    margin-top: 10px;
	    background-color: #069ff9;
	    height: 40px;
	    padding: 0px;
	    width: auto;
	}

	.teammember h3 {
		margin-left: 20px;
	}

	.teammember p {
		margin-left: 20px;
	}

	.productFrame {
		width: calc(33.33% - 14px);
		height: calc(33.33% - 14px);
	}

	.mainview h2 {
	    font-size: 20px;
	}

	.blogwrapper {
		width: 100%;
	}
}