@charset "utf-8";
body {
	min-height: 100vh;
	padding: 36px;
	max-width: 100%;
	margin: auto;
    background-image: url(WP_20141124_003.png);
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position-x: center;
    background-size: 100%;
    background-color: #050100;
	display: flex;
	flex-direction: column;
}
	
header {
    max-width: 100%;
	margin-top: 24px;
	margin-bottom: 48px;
    height: 120px;
	text-align: center;
}

.logo1 {
    position: relative;
	top: -48px;
}

.libra1 {
    position: relative;
	top: -246px;
}

.title1 {
	z-index: 1;
    position: relative;
	left: -176px;
	bottom: 24px;
	line-height: 120px;
	
}

nav {
	border-style: solid;
	border-color: #000000;
    max-width: 100%;
	margin-bottom: 48px;
    padding: 12px;
	background-color: rgba(5,2,5,0.50);
	text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

a { 
	text-decoration: none;
}
a:link {
    text-decoration: none;
	color: rgba(255,255,255,1.00)
}
a:visited {
    text-decoration: none;
    color: #FF006E;
}
a:hover {
    text-decoration: none;
    color: #412BF9;
}
a:active {
    text-decoration: none;
    color: #F0FF00;
}

.navwords {
	position: relative;
	left: -26px;
}

section {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: row;
}

leftmenu {
  border-style: solid;
  flex: 50%;
  height: 100%;
  margin-left: 24px;
  margin-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  text-align: justify;
  background-color: rgba(5,2,5,0.50);
}

.blucorner1 {
	position: relative;
	left: -50px;
	top: -40px;
}
.magcorner1 {
	position: relative;
	right: -50px;
	top: -40px;
}
.yelcorner1 {
	position: relative;
	left: -50px;
	top: 40px;
}
.blacorner1 {
	position: relative;
	right: -50px;
	top: 40px;
	margin-bottom: 12px;
}

h1 {
  font-family: "Comic Sans MS";
  font-size: 18px;
  color: #FFFFFF;
}

grid {
  flex: 50%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

mainmen {
	display: grid;
	grid-template-columns: auto auto;
    background-image: url(memen1.png);
	background-repeat: no-repeat;
  	background-position:  200px 50px;
}

men1 {
	z-index: 1;
    position: relative;
	top: -40px;
}

men2 {
    z-index: 1;
    position: relative;
	top: -40px;
}

men3 {
	z-index: 1;
    position: relative;
padding-top: 80px;
}

men4 {
	
padding-top: 80px;
}

comen {
 	padding-left: 48px;
	display: flex;
	flex-direction: row; 
}

.imageshadow {
	border-style: solid;
	border-color: #000000;
	margin: auto;
	margin-right: 12px;
	background-color: rgba(5,2,5,0.50);
	box-shadow: inset;
    box-shadow: 6px 4px 2px 0px rgba(3,3,2,0.5);
}

iframe {
	border-style: solid;
	border-color: #000000;
	margin: 6px;
	background-color: rgba(5,2,5,0.50);
	box-shadow: inset;
    box-shadow: 6px 4px 2px 0px rgba(3,3,2,0.5);
}

footer {
	border-style: solid;
	border-color: #000000;
    max-width: 100%;

    padding: 12px;
	background-color: rgba(5,2,5,0.50);
	text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

@media (max-width: 1000px) {
	section {
		flex-direction: column;
  }
	
.title1 {
	z-index: 1;
    position: relative;
}
	
.logo1 {
	width: 227px;
	height: 227px;
    position: relative;
	top: -18px;
}

.libra1 {
	width: 225px;
	height: 152px;
    position: relative;
	top: -168px;
}

.title1 {
	position: relative;
	left: -52px;
}

h1 {
	font-size: 3.2vw;
	}

nav { 
	padding-left: 182px;		
	}
	
a {
	font-size: 3.2vw;
	}
	
comen {
	flex-direction: column;
	}

leftmenu {
		margin-right: 24px;
	}
	
mainmen {
	background-image: url(memen1.png);
	background-repeat: no-repeat;
  	background-position:  350px 70px;
}

}

