@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif
}

header { padding: 32px; }

footer
{
	padding: 20px 30px 0px 30px;
	background-color: #CCC;
}

.footer-text { font-size: 13px; }

.style-logo
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul
{
	list-style-type: none;
}
.style-nav ul li a
{
	text-decoration: none;
	color: #333;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.row:before, .row:after
{
	content: "";
	display: table;
}
.row:after
{
	clear: both;
}

.easytimer
{
	background-color: #3e3e3e;
	padding: 20px 20px 50px 20px;
	color: #FFF;
	text-align: center;
}

.easytimer-logo
{
	width: 100%;
	max-width: 512px;
}

.comingsoon
{
	background-color: #b9a88e;
	color: #FFF;
	padding: 30px 20px 30px 20px;
	text-align: center;
}

.aboutrobothead
{
	background-image: linear-gradient(325deg, #307ae0, #3a92ff);
	color: #FFF;
	padding: 30px 20px 30px 20px;
	text-align: center;
}

h1
{
	font-size: 57px;
	font-weight: 200;
	margin-bottom: 30px;
}

h2
{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4
{
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
	margin-top: 35px;
}

p
{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button
{
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFF;
	text-decoration: none;
}


/*Tablet View*/

@media (min-width: 768px)
{
	.style-nav ul li
	{
		display: inline-block;
	}
	
	.style-nav ul
	{
		text-align: center;
	}
}

/*Desktop View*/

@media (min-width: 1024px)
{
	.style-logo
	{
		float: left;
	}
	
	.style-nav
	{
		float: right;
	}
}