@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_bg1.jpg');
}

h1,h2,h3,h4{
	margin: 0;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	letter-spacing:5px;
}
.upper{
	text-transform: uppercase;
	font-size: 3em;
	text-align: center;
	width:75%;
	border: 0;
	padding-right: 3em;
	padding-left: 3em;

}
h1{
	color: #008CBA;
	text-align: left;
	padding-top:1em;
	padding-bottom:.5em;
	font-size: 2.5em;
}
h2{
	text-align: center;
}

hr{
margin: 3em 2%;
width: 96%;
color: #008CBA;
border: dotted 1px;
}

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

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

div{ 
	display: block;
	margin: 0;
}
a:link, a:visited a:hover, a:active{
	text-decoration: none;
 }

/*----------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: left;
  font-weight:600;
  padding: 10px 20px;
}
/*----------The Button----------*/

.button, .button:visited {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
}
.button:hover, .button:active {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color:white;
}

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

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