@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');

* {
	color:#cee0ff;
	margin: 0;
	padding: 0;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: .98em;
	line-height: 1.1em;
	letter-spacing: .1em;
}
body{
	background: url('https://violetgazesf.com/images/VGtagBG.gif') no-repeat center center fixed #000020;
	background-size: cover;
	width:100%;
	z-index:-50;
	overflow: hidden;
}
html{

}

/* POSITION */

.C {
	margin: 0 auto 2.5em 0;
	text-align: center;
}
.L{
	float:left;
}
.R{
	float:right;
}

p{
	text-align: left;
	line-height: 1.5em;
	font-size: .9em;
}

.pg img{
  border: none;
  outline: none;
  margin: 1.5em;
  width: 350px;
}

/* FOOTER */

footer{
	width:100%; 
	right: 0;
	bottom:0px;
	position:fixed;
}
.tag{
	margin: 0px auto 2em auto;
	max-width:1000px;
}
.copyright{
	color:rgba(206,224,255,.5);
	font-size: .7em;
	float:right;
	margin: 0px 15px 15px 0px;
}

/* MEDIA QUERIES */

@media screen and (min-width: 1800px) {
.pg img{
  width: 620px;
	}
.tag{
	font-size:2em;
	}
}

@media screen and (max-width: 600px) {
.pg img{
  width: 220px;
  text-align: center;
  margin:1em;
	}
.tag{
	margin:1em;
	}
}
