﻿/*
      New Perspectives on HTML, CSS, and JavaScript
      Tutorial 14

      
      Author: Amber Ridgeway
      Date: 03.21.16 

      Filename:index.css
      Supporting files:    index.html, index.css, style.css picture.html, picture.css, video.html, video.css, 
      calender.html, calender.css, testimonies.html, testimonies.css, form.html, form.css,background.jpg, Background-Images-WSP061.jpg,
       download.jpg, images.jpg, IMG_0130.JPG, IMG_0639.JPG, IMG_0673.JPG */
      
      
      
      
      
      
article {
display: block;
clear:both;
float:left;
margin-left: 400px;
margin-right: 600px;
margin-top: -600px;

font-size: 1.0em;
float:right;

	}
	
p{
width:900px;	
margin-left: 350px;
margin-right: 200px;
	}


h2{
margin-left: 350px;
margin-right: 200px;
color:gray;
 text-shadow:black 1px 1px 0px,
		red 5px 5px 10px;

	}


header img{
width:100%;
height:10%;
}

h1{text-align:center;
	
}

.box{
display:block;
margin-top:200px;
margin-right:100px;
float:right;	
}