/*
    Document   : getting organized book landing page style
    Created on : Dec 12, 2014
    Author     : Greg Skloot

/* ============================== GLOBAL ============================== */

body {
	    font-family: 'Source Sans Pro', sans-serif;	
/*	    background-image: url('../images/cream_dust.png');
*/}

h1 {
	font-size: 70px;
	color: #626262;
	font-weight: 600;
	margin-bottom: 0;
}

h2 {
	font-size: 35px;
	color: #626262;
	font-weight: 300;
	margin-top:10px;
	margin-bottom: 0;
}

h3 {
	font-size: 22px;
	color: #626262;
	font-weight: 600;
	margin-top:50px;
	margin-bottom: 20px;
}

blue {
	color: #007caf;
}

.circle_blue {
	  background: #007caf;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
	font-size: 22px;
}

#main_container {
	margin-top: 15px;

	font-size: 22px;
	color: #626262;
	font-weight: 300;	
}

#row_footer {
   border-top:1px dotted #8c8c8c;
   padding-top: 20px;
	margin: 30px 70px 0px 0px;
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 300;
}

	.copyright {
		font-size: 13px;
		padding-right:0px;
		text-align: right;
	}

	@media (max-width: 1240px) {

		#main_container {
			font-size: 18px;
		}

		.copyright {
			text-align: center;
			margin-top: 15px;
			margin-bottom: 15px;
		}  

	}

	@media (max-width: 767px) {

		.btn_download {
			margin-top: 15px;
		}
	}

@media (max-width: 768px) {

	body {
		margin-left:7px;
		margin-right: 7px;
	}

	#main_container {
		font-size: 18px;
	}

	.center_small {
		text-align: center;
	} 



	#row_footer {
	margin: 30px 0px 0px 0px;
	}

	.form-group-lg {
		display: inline-block;
	}
}



/*#footer {
	width: 100%;
	height: 300px;
	background-color:#007caf;
	margin-top: 40px;
	color: #fff;
	font-size:16px;
	font-weight: 300;
    }


a.whitelink:link {color: #fff;text-decoration:none;border-bottom:1px dotted #fff;}
a.whitelink:active {color: #fff;border-bottom:1px dotted #fff;}
a.whitelink:visited {color: #fff;}
a.whitelink:hover {color: #ffdf31; border-bottom:1px dotted #ffdf31;}*/


.title {
		font-size: 18px;
		color: #8c8c8c;
		font-weight: 600;
	}

	.name {
		font-size: 16px;
		color: #8c8c8c;
		font-weight: 400;
	}

	.reason {
		margin-bottom:10px;
	}

	.col_bio {
  		padding-left: 0px;
  	}

  	@media (max-width: 1240px) {
	  .col_bio {
	  	margin-left: 15px;
	  }
  	}



@media (max-width: 768px) {
  .book {
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
  }

  .reason {
  	margin-left: 15px;
  	font-size: 20px;
  }

  .header_reason {
  	margin-left: 15px;
  }

  @media (min-width: 770px) {
  .copyright {
    text-align: right;
  }
}



