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

@font-face { font-family: DADAmechs; src: url('DADAmechs1V3.otf'); } 
      h1 {
         font-family: DADAmechs;
      }

html, body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.2em;
	background-color:#898633;
}

html {
	scroll-behavior: smooth;
}


#menu {
	position: fixed;
	z-index: 30;
	background-color: #fff;
	width: 100%;
	height: 70px;
	 display: flex;
  flex-direction: column;
  justify-content: center;
	
}

#menu ul {

}

#menu li {
	float: left;
	margin: 0 20px;
	list-style: none;
	font-size: 18px;
	
}

#menu li a {
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
	
	
}




div {
	background-color: transparent;
}

#wrapper {
	overflow: auto;
	width: 100%;
	z-index: 14;
	
	}

.flex-column
{
	display: flex;
	flex-direction: column;
}

.flex-row
{
	display: flex;
}

.flex-mobile-centre
{
	display: flex;
}


.flex-container {
  	display: flex;
  	box-sizing: border-box;
 	flex-wrap: wrap;
	margin: 20px 5px;
	/* border: 2px solid #000; */
}

.flex-container div:nth-child(1)
{
	flex: 50 0;
/*	min-width: 320px; */
}

.flex-container div:nth-child(2)
{
	flex: 50 0;
/* 
	min-width: 480px;
 */
}

#bgdImage1 {
background-image: url("images/tumbler1.png");
 background-position: center;
background-size: cover;
background-repeat: no-repeat;
 height: 90vw;
 width: 90vw;
	margin-top: 10vh;
	margin-left: 5vw;
position: fixed;
	left:0;
	z-index: 0;
	filter: drop-shadow(0px 0px 10px rgba(0 0 0 / 30%))
}





#titleScreen {
	background-color: none;
	width: 100%;
	height: 1000px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding: 2vh 0 0 0;
	z-index: 10;
	margin-bottom: 16px;
	clear: both;
	position: relative;
}



#titleScreenContent {
	
margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*   position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);

*/

 h1 {
	font-family: "DADAmechs", "sans-serif";
	font-size: 4em;
	font-weight: 200;
	margin: 0 0 4vh 0;
	text-align: center;
	/* box-shadow: 10px 10px 40px 20px #fff;
	/* in order: x offset, y offset, blur size, spread size, color */
 	/* blur size and spread size are optional (they default to 0) */
	 text-shadow: 0px 0px 40px #fff;
	 
}

 h2 {
	font-family: "DADAmechs", "sans-serif";
	font-size: 3em;
	font-weight: 200;
	margin: 0 0 4vh 0;
}

h3 {
	font-family: "DADAmechs", "sans-serif";
	font-size: 2em;
	font-weight: 200;
	margin: 10vh 0 4vh 0;
	color:#4A4877;
}

.body1 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20vw;
	padding: 4vw;
	background-color:rgba(255, 255, 255, 0.99);
	border-radius: 25px;
	
}

.body1 p {
	
	
}

.body2 {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20vw;
	padding: 4vw;
	background-color:rgba(255, 255, 255, 0.99);
	z-index: 16;
	position: relative;
	border-radius: 25px;
}

#toptitle {
	margin-top: 100px;
	z-index: 16;
	background-color: none;
	padding: 0vw;
}

#titleScreen H3 {
	font-size: 3em;
	font-weight: 200;
	text-decoration: underline;
	margin: 0;
}

.titlepic 
{
	width:500px;
}

#titleScreen H4 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 10px;
}

.arrow {
	width: 2vw;
}


.musicEmbeds {
	min-height: 600px;;
	
}


.static {
	
	background-image: url(images/decoration/staticSquare.gif);
	background-repeat: repeat;
	width: 350px;
	height: 280px;
	border-radius: 15px;
		}

.static img {
	width: 344px;
	height: 274px;
	margin: 3px;
	border-radius: 15px;
}

authors {
	height: 114px;
	background-image: url(images/decoration/staticSquare.gif);
	background-repeat: repeat;
	border-radius: 15px;
}

#authors img {
	height: 108px;
	margin: 3px;
	border-radius: 15px;
}

#home1 {
	height: 192px;
	background-image: url(images/decoration/staticSquare.gif);
	background-repeat: repeat;
	border-radius: 15px;
	width: 350px;
}

#home1 img {
	
	margin: 3px;
	border-radius: 15px;
	width: 344px;
}


#soles {
	height: 166px;
}

#soles img{
	height: 160px;
}

#eduTitle {
	margin-top: 4vh;
}

#bottomSpace {
	height: 400px;
}

/*


#drone {
	position: absolute;
	z-index: 14;
	right: 0;
	top: 0;
	height: 30%;
	opacity: 100%;
	
}

#drone2 {
	position: absolute;
	z-index: 14;
	right: 40%;
	top: 0;
	height: 30%;
	opacity: 100%;
	
}



body {
  min-height: 500vh;
}



