@charset "UTF-8";
/*!
Responsive CSS for http://malayamoores.com
Author: Hazel de Mesa
Author URI: http://demesa.com/
Version: 2021.0.1
*/

body  {
	background-color: #FFFFFF;
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Heading */
#heading {
	text-align: center;
	padding-top: 20px;
  padding-bottom: 20px;
}

#content {
  text-align: center;
}

a {
  color: #3498DB;
  text-decoration: none;
}

h1 {
	font-size: 24px;
}

h2 {
  font-size: 13px;
  font-weight: lighter;
}

.row {
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom: 10px;
}

/* Button */
.button {
	background-color: #3498DB;
	color: white;
	padding: 20px;
	margin-top: 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 16px;
}

.button:hover, .button:focus {
  background-color: #2980B9;
}

.button a {
	color: white;
	text-decoration: none;
}
