body {
	font-size: 22px;
	color: #000;
	background-color: #FFF;
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.black { color: #000000; }
.blue { color: #3a53a4; }
.dblue { color: #064469; }
.yellow { color: #e6b517; }
.white { color: #FFFFFF; }

.bluebg { background-color: #3a53a4; }
.dbluebg { background-color: #064469; }
.yellowbg { background-color: #e6b517; }
.whitebg { background-color: #FFFFFF; }

h1, h2, h3, h4, h5 {
}

p {
	font-size: 26px;
}

p strong {
	font-weight: 500;
}

p a {
	color: inherit;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(-30px); }
	60% { transform: translateY(-15px); }
}

h1.description {
	font-size:48px;
	text-transform: none;
	margin: 0 0 40px 0;
}

.enquire-button, .enquire-button:active {
	color:#000;
	font-size:26px;
	background-color: #e6b517;
	border-radius:5px;
	padding: 15px;
	border: 0;
	text-decoration: none;
    margin: 15px 0 0 0;
	text-align: center;
	width:100%;
}

.enquire-button:hover {
	color: #14213D;
	background-color: #E5E5E5;
	border: 0;
}

footer p { font-size: 16px; margin: 0; }

@media (max-width: 1024px) {
	h1.description { font-size: 28px; }
}