/* CSS Document */

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

body {
	background-color: #20335d;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif; 
}

/*******Account Section My Appointments********/
#div-repeat{
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
    letter-spacing: 0.05em;
    color: #666666;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 100;
    background-color: rgba(255,255,255,0.6);
}
/*******END of Account Section My Appointments********/

#header {
	background-color: #131f37;
    width: 100%;
    height: 140px;
    margin: auto;
    text-align: center;
    border-bottom: 5px solid orange;
}
#logo-container {
	width: 40%;
	max-width: 500px;
	height: auto;
	margin: auto;
	float: left;
	border: 0px solid red;
}
#logo {
	width: 100%;
	height: 140px;
}
#menu-container {
	width: 58%;
	max-width: 800px;
	height: 100px;
	float: right;
	border: 0px solid yellow;
}
.menu {
	width: 23%;
	max-width: 150px;
	height: 100%;
	float: left;
	border: 0px solid yellow;
}
#phone-number {
	width: 37%;
	max-width: 180px;
}
#menu-phone-number{
	background-image: url("../images/phone-image.png");
	background-repeat: no-repeat;	
	color: white;
	font-size: 18px;
	text-align: left;
	margin: 50px 0px auto 0px;
	padding-left: 30px;
}
#menu-login{
	color: #83b93b;
	font-size: 18px;
	margin: 50px auto auto auto;
}
#menu-get-started{
	margin: 50px auto auto auto;
}
#mobile-menu {
	display: none;
}
#mobile-menu a{
	color: white;
}
#mobile-phone-number {
	background-image: url("../images/phone-image.png");
	background-repeat: no-repeat;
	width: 220px;
	height: 40px;	
	margin: auto;
}

/******repeat portion******/
#repeat-options-container, #price-container, #repeats-container, #faq-container, #services-container{
	width: 100%;
	height: auto;
	margin: auto;
}

#repeats-container {
	padding-bottom: 55px;
}

#repeat-div, .repeat-div {
	width: auto;
	height: 80px;
	margin-top: 20px;
	margin-left: 100px;
}
#repeat-div h3, .repeat-div h3{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
  	font-family: Arial, serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;	
	color: #5f5f5f;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#repeat-div p, .repeat-div p{
	width: 400px;
	color: #424242;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin-top: -10px;
	margin-left: 10px;
	text-align: left;
}
#weekly-repeat-container {
	width: 120px;
	color: #424242;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	margin-top: -10px;
	margin-left: 10px;
	text-align: center;
	float: left;
}
#weekly-repeat, #biweekly-repeat, #monthly-repeat, #never-repeat, .weekly-repeat, .biweekly-repeat, .monthly-repeat, .never-repeat {
	width: 100px;
	color: #424242;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	padding: 12px 6px 12px 6px;
	border-radius: 8px;
	border: 1px solid #b7b7b7;
}


#content-container {
	width: 100%;
	height: auto;
	margin: auto;
}
#content-container-booking {
	background-image: url("../images/pristine-background-03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	width: 100%;
	height: auto;
	margin: auto;
	background-color: white;
}

.content {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
}
#section-1-title {
	background-image: url("../images/pristine-background-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	height: 700px;
}
#section-2{

}
#section-about-us{
	background-image: url("../images/pristine-background-04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center; 
	height: 500px;
}
#section-2-about{
	background-color: white;
}
#section-2-about-end{
	background-image: url("../images/pristine-background-05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left; 
	height: 300px;
}
#section-login{
	background-color: #e9eaed;
	height: 800px;
}

.content h3 {
	color: white;	
	text-align: center;
	font-size: 28px;	
	margin: 15px 0 10px 0;	
}
.content p {
	color: white;	
	text-align: center;	
	font-size: 14px;
	font-weight: 100;	
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
}

#heading-container {
	width: 100%;
	max-width: 1200px;
	height: 450px;
	margin: auto;
	position: absolute;
	top:  70px; left: 0; bottom: 0; right: 0;
	border: 0px solid red;
}
#button-container {
	width: 140px;
	height: 40px;
	margin: 30px auto auto auto;
}
.signup-button {
	width: 150px;
	height: 24px;
	border-radius: 4px;
	padding: 0.6em;	
	background-color: rgba(160,160,160,0.7);
	color: white;
	font-family: helvetica;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0px; 
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin: auto;
	border: 1px solid rgba(200,200,200,0.7);
}
.signup-button:hover {
	color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background: #83b93b;	
}
.signup-button2 {
	color: white;
	font-family: helvetica;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0px; 
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.signup-button2:hover {
	color: #44ff3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;	
}
.login-button {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	display: inline-block;
	margin-top: 20px;
	font-weight: 400;
	cursor: pointer;
	color: #FFF;
	background-image: linear-gradient(to bottom, #70B92C 0px, #589442 100%);
	background-repeat: repeat-x;
	border: 1px solid #45811B;
	box-shadow: 0px 2px 0px -0.5px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;	
}
.login-button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	background-image: linear-gradient(to bottom, #94d15b 0px, #83b93b 100%);
	background-repeat: repeat-x;    	
}

#estimate-container {
	background-color: white;
	width: 100%;
	max-width: 800px;
	height: 300px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border: 2px solid #b5b5b5;
}

#login-container {
	background-color: white;
	border: 1px solid #e0e1e4;	
	width: 90%;
	max-width: 400px;
	height: 400px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
#login {
	width: 80%;
	height: auto;
	margin: auto;
}

#benefits-container {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
}
.benefits {
	float: left;
	width: 27%;
	max-width: 300px;
	height: auto;
	margin: 80px 0px 80px 30px;
}
.benefit-icon {
	background-repeat: no-repeat;
	background-position:  center; 
	background-color: #bababa;
	border-radius: 50%;
	width: 150px;
	height: 150px; 
	margin: auto;
}
#benefit-icon-cleaning {
	background-image: url("../images/pristine-benefit-icon-cleaning.jpg");
}
#benefit-icon-linen {
	background-image: url("../images/pristine-benefit-icon-linen.jpg");
}
#benefit-icon-satisfaction {
	background-image: url("../images/pristine-benefit-icon-satisfaction.jpg");
}
/* Clearfix */
.clearfix {
  overflow: auto;
  zoom: 1;
}

/**************************Booking**************************/

#booking-container {
	width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 0px;
	margin: auto;
}
#booking-details {
	width: 63%;
	height: auto;
	/*background-color: white;
	/*border: 2px solid #dbdbd9;*/
	/*border: 0px solid #94d8ff;*/
	border-radius: 4px;
	float: left;
	margin: 30px 30px 30px 30px;	
	padding-bottom: 10px;
}
#booking-estimate{
	width: 300px;
	height: 500px;
	background-color: #3d90e1;
	border: 2px solid #94d8ff;
	border-radius: 4px;	
	float: right;
	margin: 30px 30px 0 0;
}
#booking-faq  {
	width: 300px;
	height: auto;
	background-color: white;
	border: 2px solid #94d8ff;
	border-radius: 4px;	
	float: right;
	margin: 30px 0px 0 0;
}

.address-1 {
	width: 100%;
	height: 40px;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	border: 2px solid #dbdbd9;
	border-radius: 0px;
	font-size: 16px;
	color: #959595;
}

.account-input-edit {
	height: 40px;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	border: 2px solid #dbdbd9;
	border-radius: 0px;
	font-size: 16px;
	color: #959595;
}


#booking-name-container {
	width: 46%;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}
#booking-address-1-container {
	width: 95%;
	height: auto;
	margin: 0 0 0 20px;	
}
#booking-address-2-container {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 0 0 20px;	
}
#booking-room-container {
	width: 46%;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}
#booking-linen-container {
	width: 21.5%;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}
#bedrooms, #bathrooms, #hometype, #roomtype, #beds-king, #beds-queen, #beds-full, #beds-twin {
	color: #424242;
}


/*****imported honey booking styles*****/

#estimatedhoursContainer, .estimatedhoursContainer{
	background-color: #dddddd;
	height: auto;
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
}
#estimatedhours-div, .estimatedhours-div {
	background-color: #3d90e1;
	color: white;
	height: 40%;
	width: 100%;
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#estimatedhoursContainer h3 {
	margin-top: 0px;
	padding-top: 10px;
}
#hoursrecommend-div, .hoursrecommend-div {
  line-height: 12px;
  font-size: 45px;
  font-weight: 900;
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
#selectedhours, .selectedhours {
  width: 50%;
  color: #424242;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 550;
  border: 1px solid #6B6B6B;
  background-color: #EAEFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 11px;
}
#selectedhours-div, .selectedhours-div  {
	background-color: #dddddd;
	height: 58%;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	border-top: 0px solid #ffffff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


#pricerecommend-div, .pricerecommend-div {
  line-height: 12px;
  font-size: 25px;
  font-weight: 900;
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  color: #2F2F2F;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}



/***************************Footer***************************/

footer {
	background-color: #131f37;
	width: 100%;
	height: auto;	
	padding-bottom: 20px;

	margin-bottom: 0px;
}
#footer-container {
	width: 95%;
	max-width: 900px;
	height: auto;	
	margin: auto;
}
.contactsection-left, .contactsection-right {
	width: 33%;
	height: auto;
	min-height: 100px;
	float: left;
	color: white;
	text-align: left;
}
.contactsection-center{
	width: 25%;
	height: auto;
	min-height: 100px;
	float: left;
	color: white;
	text-align: left;
	margin-left: 30px;
}
.contactsection-left a, .contactsection-center a, .contactsection-right a {
	color: #b8adca;
	text-decoration: none;	
	margin-top: 0;
}
.contactsection-right p {
	font-size: 14px !important;
}
#service-areas-section {
	width: 100%;
	height: auto;
	margin: auto;
	color: white;
	text-align: left;	
}


/***************************Font***************************/

h1 {
	color: white; 
	font-family: 'Helvetica Neue', sans-serif; 
	font-size: 75px; 
	font-weight: bold; 
	letter-spacing: -1px; 
	line-height: 1; 
	text-align: center;
	padding-bottom: 30px;
}
h2 {
	color: white; 
	font-family: 'Enriqueta', arial, serif; line-height: 1.25; font-size: 20px; font-weight: bold;
	text-align: center;
}

h7 {
font-size: 14px !important;
}

#heading-container-heading-2 {
	width: 100%;
	max-width: 750px;
	margin: auto;
	color: white; 
	font-size: 24px !important;
	font-family: 'Enriqueta', arial, serif; line-height: 1.25; font-size: 20px; font-weight: bold;
	text-align: center;
	background-color: rgba(0,0,0,0.0);
	text-shadow: 0 2px 3px rgba(0,0,0,1.0);
	border-radius: 8px;
}
#logo-heading {
	display: none;
}
#footer-container p {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #79658E;
}
#footer-container h3 {
	color: #b8adca;
}

.form-group-register {
	margin: 30px 0 0 0;

}

.register-label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #5B5B5B;
	font-size: 18px;
	line-height: 16px;
	text-align: left;
}

#booking-main-heading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #7a7579;
	font-size: 26px;
	line-height: 16px;
	text-align: center;
	margin: 30px 0 0 0;
}
#booking-address-heading {
	color: black;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}
#booking-address-heading-2 {
	width: 90%;
	min-height: 30px;
	color: #70add9;
	font-size: 26px;
	line-height: 16px;
	text-align: left;
	margin: 0 0 0 20px;	
	padding-top: 50px;
}

#section-about-us h1 {
	font-size: 75px !important;
	line-height: 90px;
	margin-top: 40px;
}
#section-2-about h2{
	width: 90%;
	max-width: 800px;
	color: #73d0fc;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 45px; 
	font-weight: normal; 
	letter-spacing: 1px; 
	line-height: 1; 
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 0;
	margin: auto;
}
#about-us-paragraph {
	font-size: 16px !important;
	font-family: 'Enriqueta', arial, serif; line-height: 1.45; font-size: 20px; font-weight: normal;
	text-align: left;
	color: #474747;
	width: 90%;
	max-width: 800px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;

}
#section-login h1 {
	color: #7a7a7a;
	font-size: 35px !important;
	font-weight: normal;	
	line-height: 35px;
	text-align: center;	
}
#section-login h2 {
	color: black;
	font-size: 15px !important;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}

@media (max-width: 1120px) {

#estimatedhoursContainer, .estimatedhoursContainer{
	background-color: #dddddd;
	height: auto;
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
}
#estimatedhours-div, .estimatedhours-div {
	background-color: #3d90e1;
	color: white;
	height: 40%;
	width: 100%;
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#estimatedhoursContainer h3 {
	margin-top: 0px;
	padding-top: 10px;
}
#hoursrecommend-div, .hoursrecommend-div {
  line-height: 12px;
  font-size: 45px;
  font-weight: 900;
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 80px;
}
#selectedhours, .selectedhours {
  width: 50%;
  color: #424242;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 550;
  border: 1px solid #6B6B6B;
  background-color: #EAEFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 11px;
}
#selectedhours-div, .selectedhours-div  {
	background-color: #dddddd;
	height: 58%;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	border-top: 0px solid #ffffff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


#header {
	height: auto;
    min-height: 140px;	
}
#menu-container {
	display: none;
}
#mobile-menu {
	display: initial;	
	margin-top: 0px;
}
#booking-container {
	min-height: 2570px;
}
#booking-details {
	width: 93%;
	max-width: 700px;
	height: auto;
	float: none;
	margin: 30px auto 30px auto;	
	padding-bottom: 10px;
}
#booking-estimate {
	width: 100%;
	max-width: 700px;
	background-color: #3d90e1;
	border: 2px solid #94d8ff;
	border-radius: 4px;	
	float: none;
	margin: 30px auto 0 auto;
}

#booking-faq  {
	width: 100%;
	max-width: 700px;	
	height: auto;
	float: none;
	margin: 30px auto 0 auto;
}

}

@media (max-width: 750px) {

/******repeat portion******/
#repeat-options-container, #price-container, #repeats-container, #faq-container, #services-container{
	width: 98%;
	max-width: 600px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;	
}

#repeats-container {
	padding-bottom: 185px;
	margin: auto;
}

#repeat-div, .repeat-div{
	width: auto;
	max-width: 600px;
	height: auto;
	margin: auto;

}
#repeat-div h3, .repeat-div h3{
	width: 95%;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
  	font-family: Arial, serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;	
	color: #5f5f5f;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#repeat-div p, .repeat-div p{
	width: 90%;
	color: #424242;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin-top: -10px;
	margin-left: 10px;
	text-align: left;
}
#weekly-repeat-container {
	width: 45%;
	height: 120px;
	color: #424242;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	margin-top: -10px;
	margin-left: 10px;
	text-align: center;
	float: left;
}
#weekly-repeat, #biweekly-repeat, #monthly-repeat, #never-repeat, .weekly-repeat, .biweekly-repeat, .monthly-repeat, .never-repeat {
	width: 85%;
	color: #424242;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	margin-left: 5%;
	padding: 15px 10px 15px 10px;
	border-radius: 4px;
	border: 1px solid #b7b7b7;
}

#estimatedhoursContainer, .estimatedhoursContainer{
	background-color: #dddddd;
	height: auto;
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
}
#estimatedhours-div, .estimatedhours-div {
	background-color: #3d90e1;
	color: white;
	height: 40%;
	width: 100%;
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#estimatedhoursContainer h3 {
	margin-top: 0px;
	padding-top: 10px;
}
#hoursrecommend-div, .hoursrecommend-div {
  line-height: 12px;
  font-size: 45px;
  font-weight: 900;
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 80px;
}
#selectedhours, .selectedhours {
  width: 50%;
  color: #424242;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 550;
  border: 1px solid #6B6B6B;
  background-color: #EAEFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 11px;
}
#selectedhours-div, .selectedhours-div  {
	background-color: #dddddd;
	height: 58%;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	border-top: 0px solid #ffffff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#logo {
	background-image: none;
	width: 70%;
	height: 100px;
	border: 0px solid yellow;
	padding-top: 10px;
	padding-left: 20px;
}
#logo-image {
	display: none;
}
#section-1-title {
	background-image: url("../images/pristine-background-01-mobile.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	height: auto;
	min-height: 600px;
}
#heading-container {
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border: 0px solid red;
}
.benefits {
	float: none;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 80px auto 80px auto;
	border: 0px solid yellow;
}

#section-login {
	height: 500px;
}
#login-container {
	background-color: #e9eaed;
	border: none;	
	width: 90%;
	max-width: 400px;
	height: 400px;
	margin: auto;
	position: relative;
	top: 0; left: 0; bottom: 0; right: 0;
}
#login {
	width: 100%;
	height: auto;
	margin: auto;
}


/************* Booking (max-width: 750px) *************/

#booking-container {
	min-height: 4300px;
}
#booking-details {
	width: 93%;
	height: auto;
	float: none;
	margin: 30px auto 30px auto;	
	padding-bottom: 10px;
}

#booking-estimate{
	width: 100%;
	max-width: 700px;
	height: 500px;
	background-color: #3d90e1;
	border: 2px solid #94d8ff;
	border-radius: 4px;	
	float: none;
	margin: 30px auto 0 auto;
}

#booking-faq  {
	width: 93%;
	height: auto;
	float: none;
	margin: 30px auto 0 auto;
}

#booking-name-container, #booking-address-1-container, #booking-address-2-container, #booking-room-container, #booking-linen-container  {
	width: 80%;
	height: auto;
	float: none;
	margin: 0 0 0 10%;
}


/************* Footer   (max-width: 750px) *************/


.contactsection-left, .contactsection-center, .contactsection-right {
	width: 90%;
	height: auto;
	min-height: 0px;
	float: none;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	color: white;
	text-align: center;
}


/************* Font    (max-width: 750px) *************/

h1 {
	color: white; 
	font-size: 55px; 
	font-weight: bold; 
	letter-spacing: -1px; 
	line-height: 65px; 
	text-align: center;
}

h2 {
	color: white; 
	text-align: center;
}

#logo-heading {
	color: white !important;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: inline;
	text-decoration: none;
}

}















