@charset "utf-8";

body {
	min-height: 100vh;
	padding: 12px;
	max-width: 100%;
	margin: auto;
    background-image: url(bground1.png);
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position-x: center;
    background-size: 100%;
    background-color: #050100;
}

header {
    max-width: 100%;
    height: 120px;
	background-color: rgba(5,2,5,0.50);
    text-align: center;
}
	
nav {

	max-width: 88%;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	text-align: center;
	background: #330033;
	box-shadow: inset;
    box-shadow: 6px 6px 6px 0px rgba(50, 50, 50, 0.75); 
}

a {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 28px;
	text-shadow: -1px 2px 1px #24002D;
    color: #FFFFFF;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: none;
    color: #BC77FF;
}
a:active {
    text-decoration: none;
    color: #DAABF9;
}

titles .subtitles {
    display: flex;
	margin: auto;
	position: relative;
	z-index: 1;
	}

article {
	max-width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding: 18px;
	text-align: justify;
	font-size: 22px;
    font-family: Calibri;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: inset;
    box-shadow: 6px 6px 6px 0px rgba(50, 50, 50, 0.75);  
}

display1 {
	display: flex;
	flex-direction: row;
	height: auto;
}

box {
    flex: 40%;
	height: auto;
	margin-left: 12px;
	margin-right: 12px;
	padding: 12px;
	text-align: justify;
	font-size: 22px;
    font-family: Calibri;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: inset;
    box-shadow: 6px 6px 6px 0px rgba(50, 50, 50, 0.75); 
}

boxsoc {
    flex: 40%;
	height: auto;
	margin-left: 12px;
	margin-right: 12px;
	padding: 12px;
    text-align: justify;
	font-size: 22px;
    font-family: Calibri;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: inset;
    box-shadow: 6px 6px 6px 0px rgba(50, 50, 50, 0.75); 
}

cent {
	width: 80%;
	display: block;
	padding: 6px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #F6EAFD;
	background: #330033;
	box-shadow: inset;
    box-shadow: 6px 6px 6px 0px rgba(50, 50, 50, 0.75); 
}
	
.under {
    display: block;
	margin-left: auto;
	margin-right: auto;
}



.boxi img {
	display: block;
	margin: auto;
	background-color: rgba(5,2,5,0.50);
	box-shadow: inset;
    box-shadow: 6px 4px 6px 0px rgba(50, 50, 50, 0.75);
}

iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(5,2,5,0.50);
	box-shadow: inset;
    box-shadow: 6px 4px 6px 0px rgba(50, 50, 50, 0.75);
}
    
footer {
	max-width: 100%;
	height: 24px;
    padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
    background-color: rgba(5,2,5,0.50);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}



@media (max-width: 1000px) {
	
	
article {
		width: 94%;
	    font-size: 3.2vw;
	}
	
display1 {
		flex-direction: column;
	    height: auto;
  }	
	
box {
		margin: 12px;
		height: 100%;
	    font-size: 5vw;
}	
	
	
box img {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
	
.under {
    display: block;
	margin-left: auto;
	margin-right: auto;
	

}
	
iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(5,2,5,0.50);
	box-shadow: inset;
    box-shadow: 6px 4px 6px 0px rgba(50, 50, 50, 0.75);
}
	
cent {
	width: 80%;
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #F6EAFD;
	background: #330033;
	box-shadow: inset;
    box-shadow: 6px 6px 6px 0px rgba(50, 50, 50, 0.75); 
}
	
boxsoc {
	margin: 12px;
	height: 100%;
	font-size: 5vw;
}
	
}
