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

@media screen and (min-width: 800px) {
	
	
iframe{position:fixed; 
	top:200px; left:0; 
	bottom:0; right:0; 
	width:100%; height:100%; 
	border:none; margin:0; 
	padding:0; overflow:hidden; 
	z-index:999999;}
	
	.socialvertical{display: none
	
}}


@media screen and (max-width: 800px) {
iframe{display: none
	}
	
.socialvertical{
		margin:0px;
       width: 100%;
       background-color: #C6C6C6;
       color: #171717;
       font-family: 'SIx caps';
		font-weight: bold;
       font-size:5vw;
       padding-left: 0px;
	    padding-top: 4px;
	   padding-bottom: 4px;
	  letter-spacing: 15px;
	text-align: center;
	}
	
	a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
	a { color: inherit; } 
	
}