img {
	width:100%
}
a.btn.btn-primary {
    display: inherit;
}

.center-div
{
	position: absolute;
	margin: 5% auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

h1.logo {
    font-family: 'Raleway', sans-serif;
    font-size: 45px !important;
    text-align: center;
    margin: 0 auto;
	color: #03a3e4;
}

h3.thetext {
	font-family: 'Raleway', sans-serif;
    font-size: 25px !important;
    text-align: center;
    margin: 0 auto;
}

h3.thefooter {
	font-family: 'Raleway', sans-serif;
    font-size: 25px !important;
    text-align: center;
    margin: 0 0 10% 0;
	padding-bottom: 5%;
}
