@font-face {
    font-family: rawen;
    src: url(../fonts/rawengulk.ttf);
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
	font-family: rawen;
}

body {
	background-color: black;
}

a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
}

.page {
	position: relative;
}

#frame1 {
	position: relative;
	height: 100vh;
	background-image: url('../img/bg1.jpg');
	background-size: cover;
	background-position: center;
	z-index: 2;
}

#black {
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
}

#top-button {
	background-color: rgba(0,0,0,0.63);
	padding: 5px;
	padding-right:30px;
	position: fixed;
	right: 0px;
	top: 170px;
	z-index: 1;
}

@keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 0.6;}
}

#black {
    animation: blink 0.7s alternate infinite;
}

#logo {
	position:absolute;
	top: -60px;
	left: 20px;
	height:43%;
	z-index:19;
}

nav {
	position:absolute;
	top: 10px;
	right: 10px;
	height: 80px;
	z-index:19;
	color: rgba(255,255,255,.7);
	text-align: right;
}

.hoverspacing {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
  cursor: pointer;
  letter-spacing: 1px;
}

.hoverspacing:hover {
  letter-spacing: 7px; 
}

#ruins {
	position: absolute;
	bottom:0;
	width: 100%;
	z-index:20;
}

@media (min-width: 700px) {

	#logo {
		left: 70px;
	}


	#ruins {
		margin-left: 15%;
		width: 70%;
	}
	
	nav {
		top: 10px;
		right: 30px;
	}

	
	nav ul li {
		display: inline;
		margin-left: 20px;
	}


}

@media (min-width: 1100px) {

	#ruins {
		margin-left: 25%;
		width: 50%;
	}

}


#geometry {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	z-index:10;
}

#stars{
	max-height:130vh;
	max-width:130vw;
	height:auto;
	width:auto;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 80000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 80000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 80000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
      from {
        -webkit-transform:rotate(0deg);
      }
      
      to {
        -webkit-transform:rotate(360deg);
      }
}


.title {
	margin-left: 50px;
	color: rgba(255,255,255,.7);
	font-size: 30px;
}

.title2 {
	margin-left: 50px;
	color: rgba(255,255,255,.7);
	font-size: 16px;
}

.info {
	margin: auto;
	width: 80%;
	text-align: left;
	color: rgba(255,255,255,.7);
	font-size: 13px;
}

#frame2 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp5c.jpg');
	background-size: cover;
}

#collages ul {
	text-align: center;
}

#collages ul li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}


.imagesize {
	width: 80%;
}

@media (min-width: 600px) {

	#collages ul li {
		width: 48vw;
		display: inline-block;
	}

}

@media (min-width: 900px) {

	#collages ul li {
		width: 24vw;
		display: inline-block;
	}

}


#frame3 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp4bg1.jpg');
	background-size: cover;
}

#prints ul {
	text-align: center;
}

#prints ul li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (min-width: 600px) {

	#prints ul li {
		width: 48vw;
		display: inline-block;
	}

}

#frame4 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp3bg1.jpg');
	background-size: cover;
}

#animation ul {
	text-align: center;
}

#animation ul li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 45vw;
	height: 45vw;
	display: inline-block;
}

.videos2 {
	width: 100%;
	height: 100%;
}

#frame5 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp7.jpg');
	background-size: cover;
}

#branding ul {
	text-align: center;
}

#branding ul li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (min-width: 600px) {

	#branding ul li {
		width: 48vw;
		display: inline-block;
	}

}

#frame5b {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp5c.jpg');
	background-size: cover;
}

#acdc ul {
	text-align: center;
}

#acdc ul li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (min-width: 600px) {

	#acdc ul li {
		width: 48vw;
		display: inline-block;
	}

}

#frame6 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp9bg1.jpg');
	background-size: cover;
}

#posters ul {
	text-align: center;
}

#posters ul li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (min-width: 600px) {

	#posters ul li {
		width: 48vw;
		display: inline-block;
	}

}

@media (min-width: 900px) {

	#posters ul li {
		width: 24vw;
		display: inline-block;
	}

}

#frame7 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100vw;
	background-image: url('../img/comp9bg2.jpg');
	background-size: cover;
}

#contact ul {
	padding-right: 7%;
	padding-left: 7%;
	text-align: center;
	color: rgba(255,255,255,.7);
}

#contact ul li {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (min-width: 700px) {

	#contact ul li {
		width: 40vw;
		display: inline-block;
	}
	
	#footertext2 {
		text-align: right;
	}


}
