@charset "utf-8";
/* CSS Document */

@media (min-width: 1001px) and (max-width: 1200px) {
	
/* =============================================================================
   LEMONADE
   ========================================================================== */
	
.frame {
  	margin: 0 30px;
  	max-width: 100%; 
}

/* =============================================================================
   BASIC
   ========================================================================== */
	
h1 {
	font-size: 35px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
p {
	font-size: 16px;
}

/* =============================================================================
   HERO IMAGE
   ========================================================================== */

.random_bg{
	margin-top: 70px;
	padding-top: 38%;
	position: relative;
    width: 100%;
}
.random_bg_1200{
	margin-top: 70px;
	padding-top: 45%;
	position: relative;
    width: 100%;
}
#random_1920 {
	display: none;
}
#random_1200 {
	display: block;
}
#random_640 {
	display: none;
}	
	
/* =============================================================================
   BLUE BOX
   ========================================================================== */

.blueBox {
	background-color: #1a2b49;
	margin-top: -20px;
	padding: 25px 0 35px 0;
	position: relative;
	z-index: 300;
}
.blueBox h2 {
	color: #fbc5c5;
}
.blueBox p {
	color: #fbc5c5;
}
.moreIndent {
	padding: 0 0;
}
	
/* =============================================================================
   DOCTOR DETAILS
   ========================================================================== */
	
.doctorVideo {
	width: 480px;
	padding: 0 0 30px 0;
	text-align: center;
}
	
}
