﻿body{
	margin:0;
	background-color:#E2E1D3;
	height: 100%;
//	position: relative;

}
.nav{
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.nav a:link{
	color:white;
	text-decoration:none;
}

.nav a:visited{
	color:white;
}

.nav a:hover{
	color:red;
}

.nav a:active{
	color:green;
}


.center-nav{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
}

.right-nav{
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
}

.left-nav{
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
}

.main-right{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.main-center{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	vertical-align:top;
}

.main-left{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	vertical-align:top;
}

.plans-header-center{
	background-color:blue;
	color:yellow;
	text-align:center;
}

.plans-center{
	text-align:center;
}

.plans-center a:link{
	color:black;
	text-decoration:none;
}

.plans-center a:visited{
	color:black;
}

.plans-center a:hover{
	color:red;
}


.plans-center-highlight{
	background-color:lime;
	text-align:center;
}

.plans-center-highlight a:link{
	color:black;
	text-decoration:none;
}

.plans-center-highlight a:visited{
	color:black;
}

.plans-center-highlight a:hover{
	color:red;
}


.main-container {
	min-height: 100vh; /* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 40px; /* height of your footer */
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-menu{
	background-color: #0000CC;
	color:white;
	font-size:12px;
	text-align:center;
	/*	position: absolute;
        bottom: 0;
        width: 100%;
    */}

.foot-menu a:link{
	color:white;
	text-decoration:none;
}

.footer-menu a:visited{
	color:white;
}

* {
	box-sizing: border-box;
}*:before,
 *:after {
	 box-sizing: border-box;
 }

.features{
	color:blue;
	font-size:12px;
}


.features a:link{
	color:blue;
	font-size:14px;
	font-weight:bold;
}

.features a:visited{
	color:blue;
}

.features a:hover{
	color:red;
}

.tooltip {
	color:blue;
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 240px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.computertitle {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color:black;
}

.button-cool ,
a.button-cool{
	display: inline-block;
	padding: 0.3rem 1.2rem;
	margin: 0 0.1em 0.1em 0;
	border: 0.16em solid rgba(255,255,255,0);
	border-radius: 2em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto', Sans-Serif;
	font-weight: 300;
	font-size: 1.2rem;
	color:white;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align: center;
	transition: all .2s;
	cursor: pointer;
}
.button-cool:hover{
	border-color: rgba(0,0,0,1);
}
@media all and (max-width: 30em){
	a.button-cool, .button-cool{
		display: block;
		margin: 0.2em auto;
	}
}

.header-title{
	width: 33%;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
}
.header-title a{
	color: black;
	text-decoration: none;
}
.header-title a:visited{
	color: black;
}
.header-number{
	width: 33%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.header-login{
	width: 33%;
	padding-right: 30px;
	text-align: right;
	font-size: 30px;
}

.main-offering{
	text-align: center;
	font-size: 30px;
	font-family: arial, serif;
}

.main-list{
	text-align: left;
	font-size: 24px;
	font-family: arial, serif;
}

.main-list-bottom{
	text-align: center;
	font-size: 24px;
	font-family: Arial, serif;
}

.plans-center-tan{
	width: 20%;
	text-align: center;
	font-size: 20px;
	font-family: Arial, serif;
	background-color: #b5b5b5;
	color: black;
	border-right: 1px solid white;
}

.plans-center-black{
	text-align: center;
	font-size: 20px;
	font-family: Arial, serif;
	background-color: black;
	color: white;
}

.plans-center-brown{
	width: 40%;
	text-align: center;
	font-size: 20px;
	font-family: Arial, serif;
	background-color: brown;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.plans-center-list{
	text-align: center;
	font-size: 18px;
	font-family: Arial, serif;
	color: black;
	height: 35px;
}

.plans-left-list{
	text-align: left;
	padding-left: 10px;
	font-size: 18px;
	font-family: Arial, serif;
	color: black;
}

.plans-left-list a{
	color:black;
}

.plans-left-list a:visited{
	color: black;
}

.order-header{
	font-family: Arial, serif;
	font-size: 26px;
	text-align: center;
	color: black;
}

.order-items{
	text-align: center;
}

input[type='checkbox'] {
	-webkit-appearance:none;
	width:20px;
	height:20px;
	background:white;
	border-radius:5px;
	border:2px solid #555;
	vertical-align: middle;
}
input[type='checkbox']:checked {
	background: #B89878;
}

input[type='text'], input[type='password'], select{
	background: #fafafa;
	width:210px;
	border:1px solid #ccc;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	font-size: 16px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


textarea{
	background: #fafafa;
//    width:210px;
	border:1px solid #ccc;
//    height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	font-size: 16px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

label {
	margin:20px 0 0 0;
	position:relative;
	display:inline-block;
}

.textmove {
	padding:10px;
	pointer-events: none;
	position:absolute;
	left:5px;
	top:0;
	transition: 0.2s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	opacity:0.5;
}

input:focus + span, input:not(:placeholder-shown) + span {
	opacity:1;
	transform: scale(0.75) translateY(-100%) translateX(-30px);
}

input:focus + span, input:not(:-ms-input-placeholder) + span {
	opacity:1;
	transform: scale(0.75) translateY(-100%) translateX(-30px);
}

.label-header{
	font-size: 12px;
	color: black;
	padding-left: 10px;
	text-align: left;
	left: 10px;

}

.port-number{
	display: none;

}