/* 	bloom launch page css stylesheet
	author: 	pasan weerasinghe
	objectives: concise, DRY, reusable, readable, organized
*/

/* anti-alias fix for chrome: local webfonts */
@font-face {
    font-family: 'Roboto Slab';
    src: url('webfonts/RobotoSlab-Regular-webfont.eot');
    src: url('webfonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/RobotoSlab-Regular-webfont.svg') format('svg'),		
		 url('webfonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('webfonts/RobotoSlab-Regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('webfonts/RobotoSlab-Light-webfont.eot');
    src: url('webfonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/RobotoSlab-Light-webfont.svg') format('svg'),		
		 url('webfonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('webfonts/RobotoSlab-Light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('webfonts/RobotoSlab-Bold-webfont.eot');
    src: url('webfonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/RobotoSlab-Bold-webfont.svg') format('svg'),		
		 url('webfonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('webfonts/RobotoSlab-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('webfonts/quicksand-regular-webfont.eot');
    src: url('webfonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/quicksand-regular-webfont.svg') format('svg'),
		 url('webfonts/quicksand-regular-webfont.woff') format('woff'),
         url('webfonts/quicksand-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Quicksand';
    src: url('webfonts/quicksand-bold-webfont.eot');
    src: url('webfonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/quicksand-bold-webfont.svg') format('svg'),
         url('webfonts/quicksand-bold-webfont.woff') format('woff'),
         url('/webfonts/quicksand-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Quicksand';
    src: url('webfonts/quicksand-light-webfont.eot');
    src: url('webfonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/quicksand-light-webfont.svg') format('svg'),
		 url('webfonts/quicksand-light-webfont.woff') format('woff'),
         url('webfonts/quicksand-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



/*	set box model to border-box	  */
*,
*:before,
*:after {
  
  	  -webkit-box-sizing: border-box; 
    	 -moz-box-sizing: border-box; 
	          box-sizing: border-box; 
}

body {
	background-color: #ffffdb;
	color: #963;
}

.content_container {
	width: 780px;
	margin: 0 auto;
}

.email_form {
	border-radius:5px;
	border: 1px solid #963;
	background-color: #fffff6;
}

.main {
	padding: 40px 0 0 0;
	font-family: "Roboto Slab", serif;
	background-color: #fffff6;
	margin-left: auto;
	margin-right: auto;
}

.content_background {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fffff6;
}

.footer_background {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #ffffdb;
}

img.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.banner {
	padding: 30px 0 30px 0;
}

footer {
	padding: 60px 0;
	line-height: 3em;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h2, h3 {
	margin: 0 0;
}

h1 {
	font-size: 30pt;
	letter-spacing: -0.025em;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18pt;
	display: inline-block;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-family: "Quicksand", sans-serif;
	text-align: right;
	letter-spacing: -0.035em;
	margin: 0 0 15px 0;
}

p {
	font-size: 12pt;
	margin: 0 0;
	font-weight: 300;
	text-indent: 40px;
	line-height: 1.8em;
}

ul {
	margin: 0 0;
	font-size: 10pt;
	font-weight: 300;
}

section {
	margin: 0 0 50px 0;
	text-align: center;
}

textarea {
	display: inline-block;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	font-size: 10pt;
	line-height: 1.25em;
	resize: none;
}

input[type="text"] {
	border:0px solid white;
	border-bottom: 1px solid #963;
	border-radius: 1px;
	width: 50%;
	margin-left: 10px;
}

.card_container {
	width:780px;
}

.button {
	background: #b7f1fe;
	float: right;
	border:0px solid white;
	border-radius: 5px;
	padding: 10px;
	font-size: 18pt;
	font-weight: 700;
}

.program_card {
	text-align: left;
	display: inline-block;
	height: 175px;
	border-radius: 15px;
  	margin: 2.5% 2.5% 5% 2.5%;
 	width: 45%;
}

.image_card {
	text-align: left;
	display: inline-block;
	height: 175px;
	border-radius: 15px;
  	margin: 0% 2.5% 0% 2.5%;
 	width: 45%;
}

.image_card img {
	border-radius: 15px;
	width: 100%;
	height: auto;
	margin-bottom: 15%;
	filter: opacity(70%);
}

.program_card img {
	margin-top: -20px;
}

.email_card {
	height: 330px;
	width: inherit;
	border: 2px solid #963;
	border-radius: 15px;
	padding: 15px 30px;
	line-height: 2em;
	margin-bottom: 15px;
}

.card_title {
	width: 107px;
	height: 145px;
	display: inline-block;
	margin-right: 20px;
	margin-left: 15px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0;
}

.card_content {
	width: auto;
	height: 145px;
	display: inline-block;
	vertical-align: top;
	padding: 15px 0;
	line-height: 1.2em;
}

.card_details {
	position: relative;
	width: 100%;
	bottom: 0px;
	right: 0px;
	height: 30px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	padding: 5px 15px;
	vertical-align: middle;
	text-align: right;
	font-weight: 700;
}

.program_header{
	margin: 0 0 35px 0;
}

.contact_section {
	margin-bottom: 60px;
}

.contains_cards {
	margin-bottom: 5px;
	width:100%;
}

.childcare {
	background-color: #ffebff;
}

.fine_arts {
	background-color: #e8feea;
}

.dance {
	background-color: #ffffd1;
}

.music {
	background-color: #f3e6f9;
}

.childcare_details {
	background-color: #ff9aff;
	color: #e6338e;
}

.fine_arts_details {
	background-color: #9fffa7;
	color: #69bc63;
}

.dance_details {
	background-color: #fbee68;
	color: #F7A700;
}

.music_details {
	background-color: #e8a6ff;
	color: #8739b7;
}

.text_icons {
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 10px;
}

.message_label {
	margin-bottom: 10px;
}

body .buorg {
	    background:#b7f1fe;
	    color: #008EAD;
	    text-align: center;
	    border-bottom: 0;
}

body .buorg a, body .buorg a:visited, body .buorg a:link {
    color:#983;
    font-weight: 700;
}

li {
	margin-left: -20px;
}

h5 {
	font-size: 14pt;
	font-weight: 300;
	display:inline;
}

strong {
	font-weight: 700;
}

a, a:visited {
  color: inherit;
  text-decoration: none; /* no underline */
  cursor: pointer;
}

.notice {
  background: #f9ecd4;
  border-radius: 8px;
  font-family: "Roboto Slab", serif;
  padding: 7px;
  margin: 0 7px 30px 0px;
  font-weight: 700;
  font-size: 12pt;
  text-align: center;
}