
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #024832;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #42bfc2;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

img { max-width: 100%; }

::-moz-selection { background: #42bfc2; color: #fff; text-shadow: none; }
::selection { background: #42bfc2; color: #fff; text-shadow: none; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
	padding: 75px 0 40px 0;
}

.coming-soon p {
	margin: 60px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}


/***** Footer *****/

footer {
	margin-top: 10px;
	padding: 20px 0 15px 0;	
	background-color: #024832;
} 

.footer-copyright p {
	margin: 0;
	font-size: 18px;
    line-height: 32px;
    color: #024832;
    text-align: left;
}

.footer-copyright a { color: #024832; border-bottom: 1px dotted #024832; }
.footer-copyright a:hover { color: #024832; border: 0; }




