/* CSS Document */
/* Horizontal Tweaks   ----------*/ 
@media all and (min-width: 480px){   
}  
/* HD and Retina Tweaks ---------*/ 
@media only screen and (-webkit-min-device-pixel-ratio: 1.2),        
only screen and (min--moz-device-pixel-ratio: 1.2),       
only screen and (min-resolution: 240dpi) {
	
}   
/* iPad ----------------*/ 
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px) {      
}
.shadow{
	background-color:#000;
	background-image:url(../images/siobhan_logo.png) no-reapet no-repeat center center;
	box-shadow: 1px 5px 10px #fff;
	margin-bottom:10px;
}
.copyright{
	text-align:center;
}

img {
	border-left-width: 1px;
	box-shadow: 2px 2px 5px #666;
}

.size{
	width:80px;
	height:80px;
}
.h2_logo{
	margin-top:-80px;
}
.web_link{
	color:#000;
	text-align:center;
}
.bubbles{
	margin:0 20px 0 0;
}
