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

html {

}

body {
	height:100%;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	
	font-family: 'Roboto', sans-serif;
}

#tippytop {
	width:100%;
	height:20px;
	background-color: rgba(255,208,102,.80);
	position: fixed;
	top:0px;
	
	z-index:100;
	
	display:block;
	box-shadow: 2px 1px 5px rgba(0,0,0,.50);
}

#header {
	width:100%;
	height:130px;
	position:absolute;
	background-color: rgba(79,123,143,.90);
	
	font-family: 'Josefin Sans', sans-serif;
	color: rgba(255,235,102,1.00);
	font-size: 40px;
	text-shadow: 0px 0px 4px rgba(255,235,102,1.00);
	
	display: flex;
}

#headleft {
	width:40%;
	height:55px;
	padding-top:25px;
	text-align: left;
}

.logo{
	display: block;
	opacity:.7;
	transition:.5s;
}

.logo:hover {
	opacity:1;
}

#headright {
	width:58%;
	height:40px;
	margin-top: 20px;
	padding-top:40px;
	padding-right:2%;
	
	text-align: right;
}


#rumblepot {
	display:block;
	left:0;
 	right:0;
	
	top:140px;

 	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 290px;

 	position: relative;
	width:80%;

	padding-top: 20px;
	padding-bottom: 20px;
	
	background-color: rgba(0,0,0,.85);
	border-radius:15px;
	
}


#mobtag {
	display: none;
}

#content1 {
	width:85%;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	flex-direction: column;
	align-items: center;
}


#content1 p {
	color: rgba(255,235,102,1.00);
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

#content1 p a {
	text-decoration: none;
	color: rgba(136,218,255,1.00);
	transition: .5s;
	
	
}

#content1 p a:hover {
	text-decoration: none;
	color: rgba(255,235,255,1.00);
}


#content2 {
	width:85%;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	flex-direction: column;
	align-items: center;
}

#content2 img {
	margin-top: 20px;
	width:740px;
	display: flex;
}

#content2 p {
	color: rgba(255,235,102,1.00);
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

#content2 p a {
	text-decoration: none;
	color: rgba(136,218,255,1.00);
	transition: .5s;
	
	
}

#content2 p a:hover {
	text-decoration: none;
	color: rgba(255,235,255,1.00);
}


.credit {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
	color: rgba(255,255,255,1.00);
	font-size: 12px;
	text-shadow: 0px 0px 4px rgba(0,0,0,.10);
	text-decoration: none;
}

#logos {
	width:98%;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	
	
	display: flex;
	align-items: center;
  	justify-content: center;
}

.logo2 {
	width:200px;
	opacity:.7;
	transition: .5s;
}

.logo2:hover {
	opacity:1;
}

#slideshow {
	width:98%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
  	justify-content: center;
}

.pa-gallery-player-widget {
	width:900px;
	height:900px;
}



#nav {
	width:100%;
	position: fixed;
	bottom:2%;

	
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	background: radial-gradient(circle farthest-side, rgba(79,123,143,1.0), rgba(79,123,143,.90), rgba(0,0,0,.00));
	padding-top: 5px;
	padding-bottom:5px;

}

#nav a {

	width:200px;
	height:40px;
	margin-left: 30px;
	background-color:rgba(255,208,102,.60);
	border-radius:10px;
	text-align: center;
	
	line-height: 2.1;

	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
	color: rgba(0,0,0,1.00);
	font-size: 20px;
	text-shadow: 0px 0px 4px rgba(0,0,0,.10);
	text-decoration: none;
	
	transition: .5s;
	
	padding: 10px;
}

#nav a.hidden {
	display:none;
}

#nav a:hover {
	background-color:rgba(255,255,255,1.00);
}


#copy {
	width:100%;
	height:16px;
	padding-top:3px;
	background-color: rgba(255,208,102,.50);
	position: fixed;
	bottom:0px;
	
	display:block;
	box-shadow: 2px -1px 5px rgba(0,0,0,.40);
	
	text-align: center;
	color:rgba(0,0,0,1.00);
	
	font-size: 12px;
}

#copy a {
	text-decoration: none;
	color:#000;
	transition:.5s;
}

#copy a:hover {
	text-decoration: none;
	color:#FFF;
}
