@import "normalize.css";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	background-color: #000000;
	color:white;
	font-family: 'Montserrat', sans-serif;
	max-width: 960px;
	margin: 0 auto;
}

img{
	padding-top: 50px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

form{
	width: 400px;
	display: block;
	margin: 0 auto;
}

h1{
	text-align: center;
}

footer{
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.container{

	display: block;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: black;
}

.container p{
	text-align: center;
}

.dot {
	background: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.divider{
	width: 100%;
	height: 1px;
	background-color: white;
	margin: 0 auto;
}

a{
	color: yellow;
}

.payment{
	display: block;
	width: 960px;
	margin: 0 auto;
}

.description {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.description p{
	font-size: 16px;
	word-spacing: 4px;
	font-weight: 900;
}

.description p span{
	color: yellow;
}

.basicInput input{
	width: 394px;
	margin-bottom: 20px;
}

textarea{
	width: 394px;
}

.thanks{
	margin-top: 100px;
}

#bookeoStartMobile {
    background-color: red !important;
}