html {
  font-size: 14px;
}

body {
background-color: #f0f3e6 !important;	
}

.footer {
	background-color: #b8dba3;
}

.navbar-nav,
.mr-auto {
flex: 1;
margin: auto !important;
display: flex;
justify-content: space-between;
}

.double {
  font-family: 'Brush Script MT', cursive;
  font-size: 4.5rem;
  line-height: normal;
  color: #993300;
}

.RAsia {
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: normal;
}

.twins {
  font-family: 'Brush Script MT', cursive;
  font-size: 4rem;
  line-height: normal;
	color: #993300;
}

.teaser {
	font-size: 1.5rem;
	font-weight: 200;
	line-height: normal;
}

.text-danger {
  	 text-decoration: underline;
	color: #993300 !important;
  font-weight: 400;
}

a.text-danger:hover, a.text-danger:focus {
  color: #660000 !important;
  font-weight: 400;
}

.orange {
  color: #993300 !important;
}

.pricing-header {
	background-color: #fff;	
	color: #333;
}

.card-deck .card {
  min-width: 220px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
	.border-right {	
	border-color: #f8f9fa !important;
}
	.container {
  max-width: 960px;
}
}

@media (max-width: 768px) {
  
   .border-right {
   border-color: #b8dba3 !important;
	  }

	
.double {
  font-family: 'Brush Script MT', cursive;
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
  color: #993300;
	}

.RAsia {
  font-family: Georgia, serif;
  font-size: 1.75rem;
  line-height: normal;
}
	
.twins {
  font-family: 'Brush Script MT', cursive;
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
  color: #993300;
}
.teaser {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
} 
}
