@charset "UTF-8";

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
All images are attained from https://creativecommons.org/ with no attribution required. More specifically I downloaded them from https://unsplash.com/photos/d3ci37Gcgxg 
https://opensource.org/licenses/MIT

*/


body {
background:rgba(117,66,53,1.00);
  color: #754235;
  padding-bottom: 20px;
}

a {
  color: #F2C7AE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-weight:600;
  font-size: 60px;
  padding-top: 20px;
  text-align: center;
  color:#F5A18A;
  font-family: 'Bad Script', cursive;
}

h2 {
  padding-top: 20px;
  text-align: center;
  color: #F2C7AE;
  font-family: 'Bad Script', cursive;
  font-size: 30px;
  font-weight:200;
}

h3{
  padding: 20px 10px;
  text-align: center;
  color: #754235;
  font-family: 'Bad Script', cursive;
  
}

nav {
  padding-top: 10px;
	padding-bottom: 20px;
  text-align: center;
}

p {
  border: 1px solid #734930;
  overflow: hidden;
  padding: 10px 0 ;
  text-align: center;
}

article{
	background:rgba(242,199,174,0.50);
	border-radius: 5px;
}

aside{
	background:rgba(242,199,174,0.50);
	border-radius: 5px;
}

footer{
	color:#F5A18A;
	position:absolute;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px; background:rgba(242,199,174,0.30);
	border-radius: 5px;
}

.download{
	text-align:center;
}

.container_16bg {
  background-image: url("../img/16_col.jpg");
}

.index_bg{background-image:url("../img/pink_forest.jpg") ;
	background-repeat: repeat-x;
}

.index_h2{
	color: #754235;
}

.index_footer{
	background:rgba(117,66,53,0.80);
	border-radius: 5px;
}

.grid_bg{
	background:
		linear-gradient(rgba(117,66,53,1.00), rgba(242,199,174,1.00));
}
