﻿html, body {
		background-color: #F3C4BF;
}

#logo img {
	width: 50%;
	padding-top:10px;
}

#intro p {
	color: white;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
}

#counter .countdown {
	color: black;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
}


#icons {
    text-align:center;
	padding-top:20px;
}

#icons .fa {
    color:black;
    margin:5px 15px;
    position:relative;
    bottom:0;
    transition:all 0.2s ease-in-out;
}

#icons .twitter:hover {
    color:#6cadde;
    bottom:5px;
}

#icons .facebook:hover {
    color:#3b5998;
    bottom:5px;
}

#icons .google:hover {
    color:#ea4335;
    bottom:5px;
}

#icons .instagram:hover {
    color:#517fa6;
    bottom:5px;
}

#signup {
    text-align:center;
    color:white;
	padding-top: 20px;
}

#signup .btn-signup {
    background-color:rgba(161,186,226,0.5);
    transition:all 0.3s ease-in-out;
    color: white;
}

#signup .btn-signup:hover {
    background-color:rgba(37,165,82,1);
}