

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
lt-blue #24abe2
orange #f6931f
purple #2b3691
yellow #f8ef1f
*/

@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Ubuntu');

body {
	background-color: black;
}
.col-centered {
    float: none !important;
    margin: 0 auto !important;
}
h3 {
	color: white;
}
.highlight {
	color: #24abe2;
	font-size: 2em;
	letter-spacing: 0.1em;
}
a {
	color: #f6931f;
}
a:hover {
	color: #f8ef1f;
}
.img-responsive {
	margin: 0 auto;
}

h3.service {
	color: #f8ef1f;
	font-size: 3em;
	font-family: 'Rubik Mono One', sans-serif;
}
h3.contact {
	font-size: 2em;
	font-family: 'Ubuntu', sans-serif;
}


/* form */
form {
    font-family: 'Ubuntu', sans-serif;
}
label {
	color: #24abe2;
}
p {
    display: inline-block;
}

input {
    font-family: Verdana, Arial, sans-serif;
    color: #777;
}

textarea {
	vertical-align: top;
	width: 400px;
	color: #777;
}

#inputs {
	width: 200px;
	clear: both;
}

#inputs input {
	width: 100%;
	clear: both;
}

.btn-submit {
	background-color: 
}

footer {
	text-align: center;
}


