*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
	font-family:Arial;
	font-family: "Roboto",sans-serif;
	margin:0px;
	padding:0px;
	xoverflow-x:hidden;
	xoverflow:auto;
	max-width:100vw;
}

a {
	color: blue;
	text-decoration: none;
}

h3 {
	font-weight:100;
}

h5, h6 {
	font-size: 1.64rem;
	margin: .82rem 0 .656rem;
	font-weight:100;
}

.bold {
	font-weight:500;

}

.blue {
    background-color: #2196f3!important;
}

.light-blue {
	background-color: #3da2f5!important;
}

.white-text {
	color:white!important;
}

.wide {
	xborder: 1px solid grey;
	width: 100vw;
}

.section {
	padding-top: 1rem;
    padding-bottom: 1rem;
}

.header-bar {
	xborder: 1px solid grey;
	width: 100vw;
	height:13vh;
	font-size: 40px;
	color:white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;  
	xz-index:500;
}

#topBar {
	height:7vh;
	color:white;
	text-align: center;
	vertical-align: middle;
	line-height: 7vh;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);  
	position:fixed; 
	
}

#topBarCenter {
	xborder: 1px solid green;
	width: 70vw;
	margin: auto auto;
}

#title {
	xborder: 1px solid grey;
	font-size: 30px;
	xswidth:200px;
	float:left;
}

#navbar {
	xborder: 1px solid red;
	xfloat:right;
	xwidth:50vw;
	height:100%;
	position:relative;
}

#navbar > a {
	xborder:1px solid orange;
	float:right;
	height:100%;
	transition: background-color 0.2s;
	color:white;
	font-size: 1rem;
	padding: 0 15px;
}

#navbar > a:hover {
	background-color:rgba(0, 0, 0, 0.1);
}

#navbar > a:active {
	background-color:rgba(0, 0, 0, 0.3);
}

#hero {
	height:40vh;
	background-repeat:no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:white;
	background-color:black;
	padding-top:9vh;
}

.center {
	xborder: 1px solid grey;
	width: 70vw;
	margin: auto auto;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center; 
}

#heroTitle {
	height:40%;
	font-size: 55px;
	font-weight:400;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

#heroSubtitle {
	height:20%;
	font-size: 25px;
	font-weight:300;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

#heroButtons {
	height:30%;
}

#heroButtons > a {
	xborder:1px solid orange;
	border-radius:2px;
	user-select: none;
	transition: .3s ease-out;
	letter-spacing: .5px;
	height:50px;
	padding: 0 2rem;
	margin-right:5px;
	transition: background-color 0.2s;
	font-size: 1rem;
	box-shadow: inset 0 0 100px 100px rgba(255,255,255,.1);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;  
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}

#featureList {
	xborder:1px solid grey;
	width:70%;
	margin: auto auto;
}

#featureList > .row {
	xborder:1px solid green;
	width:100%;
	display: flex;
	justify-content: center;
}

.feature {
	xborder:1px solid grey;
	width:20%;
	padding: 3rem .75rem;
	text-align: center;
	color: rgba(0,0,0,.77);
}

.feature > .icon {
	xborder:1px solid grey;
	color:#2196f3;
	font-size:45px;
}

.feature > .title {
	xborder:1px solid grey;	
	font-weight:400;
}

.feature > .description {
	xborder:1px solid grey;
	font-weight:300;
	color: rgba(0,0,0,.67);
}


#pricingList {
	xborder:1px solid grey;
	width:70%;
	xmin-height:40vh;
	margin: auto auto;
	display: flex;
	justify-content: center;
	xposition:relative;
	xz-index:100;
}

#pricingList > .item {
	xborder:1px solid grey;
	xborder-radius:10px;
	width: 35%;
	text-align: center;
	margin: 0px 10px;
	xcursor:pointer;
	xz-index:-1;
	xposition:relative;
}

#pricingList > .item > .name {
	xborder:1px solid grey;
	font-size: 1.64rem;
	font-weight:100;
	padding: 15px 0px;
	margin:0px;
	cursor:pointer;
	xuser-select:none;
}

#pricingList > .item > .collection {
	xborder:1px solid red;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#pricingList > .item > .collection > .list {
	xborder:1px solid green;
	padding:20px;
	font-weight:400;
}


#pricingList > .item > .collection > .list > .list-item > .item-tooltip  {
	visibility: hidden;
	opacity:0;
	display:inline-block;
	background-color: #323232;
	color: #fff;
	font-weight:300;
	text-align: center;
	padding: 8px 15px;
	border-radius: 3px;
	position: absolute;
	margin-top:-90px;
	z-index: 1;
	transition: opacity 0.2s, margin-top 0.2s;
}

.item-tooltip:after { /* add speech bubble arrow on bottom of tooltip */
	content: '';
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top-color: #323232;;
	border-bottom: 0;
	border-left: 0;
	margin-left: -14px;
	margin-bottom: -14px;
}

  
#pricingList > .item > .collection > .list > .list-item:hover .item-tooltip {
	visibility: visible;
	opacity:1;
	margin-top:-60px;
}

#pricingList > .item > .collection > .list > .list-item:hover {
	background-color: rgba(0,0,0,0.05);
}

#pricingList > .item > .collection > .list > .list-item {
	border:1px solid #e0e0e0;
	xborder-bottom: 1px solid #e0e0e0;
	padding:10px 20px;
	line-height: 1.5rem;
	text-align:left;
	transition: background-color 0.05s;
}

#pricingList > .item > .collection > .list > .list-item:nth-of-type(1) {
	border-radius: 2px 2px 0px 0px;
}

#pricingList > .item > .collection > .list > .list-item:nth-of-type(even) {
	border-top:none;
	border-bottom:none;
}

#pricingList > .item > .collection > .list > .list-item:last-of-type {
	border-bottom:1px solid #e0e0e0;
	border-radius: 0px 0px 2px 2px;
}




#pricingList > .item > .price {
	xborder:1px solid grey;
	border-radius: 0px 0px 2px 2px;
	font-size: 3.0rem;
	font-weight:200;
	padding: 15px 0px;
	xmargin:0px;
	xposition:absolute;
	xwidth:100%;
	cursor:pointer;
}

#pricingList > .item > .action-button {
	xborder:1px solid black;
	position:relative;
	background-color: #f44336;
	height:70px;
	width:70px;
	margin-top: -35%;
	margin-left: 78%;
	border-radius: 50%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
	text-align:center;
	color:white;
	font-size:30px;
	transition: background-color 0.05s;
	cursor:pointer;
}

#pricingList > .item > .action-button:hover {
	background-color: #f66055;
}

#pricingList > .item > .action-button > .icon{
	xborder:1px solid black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


#faqArea {
	xmin-height:40vh;
}

#footer-big {

	height:200px;
	margin-top:20px;
	padding:10px;
	background-color:rgb(31, 31, 31);
	color: rgb(60, 148, 255);
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}

#miniFooter {

}













