@charset "UTF-8";
/* CSS Document */

/*----------helpful reminder for padding/margin:top, right, botton, left----------*/
/*----------Basics----------*/
html, body {
	height: 100%; 
}

body{
	margin:0;
	background-image: url('images/pattern_bg.jpg');
}

h1,h2,h3{
	margin: 0;
	font-family: 'Sanchez', serif;
	text-align: center;
	letter-spacing:5px;
}

h1{
	text-align: center;
	padding-top:1em;
	padding-bottom:1em;
	font-size: 2em;
	text-transform: uppercase;
}
h2{
	text-align: left;
	font-size: 1em;
}

p{
	font-family: 'Open Sans', sans-serif;
	line-height: 190%;
	margin: 0px;	
	margin-bottom: 1.5em;
}

img{
	max-width:100%;
    height:auto;
}

div{ 
	display: block;
	margin: 0;
}

/*----------Container----------*/

.container {
		background-color: #FFF;
	}

/*----------The video embed----------*/

.embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden;
	 max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*----------The Images----------*/

.polaroid {
  max-width: 700px;
  margin:20px 30px 20px 20px ;
  background-color: white;
  box-shadow:4px 4px 4px #7E7F79;
}

.p_text {
  text-align: center;
  font-weight:600;
  padding: 10px 20px;
}

/*----------Copyright for me :)----------*/

.copy {
  	text-align:center;
 	padding:1.5em 1em 0 1em;
  }
  
.copy p {
 	color: #000;
  	font-size: 0.85em;
}