/* your styles go here */

font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;

P {
font-family: 'Raleway', sans-serif;
}

body, .navbar, .intro p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Raleway', sans-serif;
}

div.container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-responsive {
	max-width: 100%;
}

h4, .h4 {

	text-align: center;
}

div.icon>img.img-responsive {
	max-width: 50%;
} 

.btn-primary {
	color: #fff;
	background-color: #20bad9;
	border-color: transparent;
	font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2dc2e0;
	border-color: transparent;
}

.btn-secondary {
	color: #20bad9;
	background-color: #fff;
	font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
}

.btn-secondary:hover {
	color: #20bad9;
	background-color: #d8f4f9;
}

input[type=submit] {
	color: #fff;
	background-color: #20bad9;
	font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
}

input[type=submit:hover] {
	color: #fff;
	background-color: #2dc2e0;	
}

.form-control:focus {
    border-color: #50b7d6;
}

#gerry {
	box-shadow: 3px 4px 5px 4px #d0b0b0;
}


#gerry:hover {
	box-shadow: 2px 2px 1px 3px #ebebeb;
}

