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

html {
}

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

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


#header {
	width:100%;
	height:130px;
	position:relative;
	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:100%;
	height:55px;
	padding-top:25px;
	text-align: center;
}

.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity:.9;
	transition:.5s;
}

.logo: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;
}

#headright {
	display: none;
}

#rumblepot {
 	margin-left: auto;
 	margin-right: auto;

 	position: relative;
	width:96%;
	
	margin-top:10px;
	
	margin-bottom:150px;

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

#mobtag {
	font-family: 'Josefin Sans', sans-serif;
	color: rgba(255,235,102,1.00);
	font-size: 30px;
	text-align: center;
	text-shadow: 0px 0px 2px rgba(255,235,102,1.00);
}

#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(255,235,102,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:100%;
	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(255,235,102,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;
}

.credit2 {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -55px;
	text-align: center;
	
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	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;
}



#nav {
	display: block;
	width:100%;
	height:275px;
	position: fixed;
	
	bottom:-180px;
	transition:.5s;
}

#nav:hover {
	bottom:20px;
}



#nav a {
	display: block;
	width:100%;
	height:40px;
	margin-top:5px;
	
	background-color: rgba(79,123,143,.90);



	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
	color: rgba(255,208,102,.80);
	font-size: 22px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.50);
	text-decoration: none;text-align: center;
	
	transition: .5s;
	padding-top: 25px;
	

}

#nav a:hover {
	background-color:rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	text-shadow: 0px 0px 4px rgba(0,0,0,.10);
}

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

#copy a {
	text-decoration: none;
	color:rgba(255,255,255,.60);
	transition:.5s;
}

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