/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	
	margin-top:3%;
	

	
}

.full {
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 background-color:#000;

 
}



#contact_container{
	
	
background:url('../images/black-box.jpg') repeat-y;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	position:fixed;
	bottom:0;
       
	
	
	
}



/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
@media (min-width:320px) {

#circle-image{ width:60%;}

#contactinfo{width:100%;}

#facebooklink{width:80px;margin-top:10px;}






	}
/* smartphones, Android phones, landscape iPhone */
@media (min-width:480px) { 

#circle-image{width:60%;}


#contactinfo{width:100%;}

#facebooklink{width:80px;margin-top:10px;}






 }
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width:600px) {

#circle-image{width:40%;}

#contactinfo{width:80%;}
#facebooklink{width:80px;margin-top:10px;}



	}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:801px) { 


#circle-image{width:40%;}

#contactinfo{width:70%;}
#facebooklink{width:80px;margin-top:10px;}

 }
/* big landscape tablets, laptops, and desktops */ 
@media (min-width:1025px) {


#circle-image{width:50%;}

#contactinfo{width:50%;}
#facebooklink{width:80px;margin-top:10px;}

	}
	
	

 /* hi-res laptops and desktops */
@media (min-width:1281px) {



#circle-image{width:40%;}

#contactinfo{width:50%;}
#facebooklink{width:80px;margin-top:10px;}

	}
	
	



@media only screen and (orientation: landscape) {


#circle-image{width:30%;}

#contactinfo{width:50%;}
#facebooklink{width:60px;margin-top:10px;}
	
	
	
}	

@media (min-width:1400px){
	

body {
	
	background: none;
	
	margin-top:150px;
	
	
}	
	
	
	
}
	
	
	