html, body {
  height: 100%;
  margin: 0;
  color: rgb(54, 4, 172);
}
a:link, a:visited {
  /*color: black;*/
  color: rgb(54, 4, 172);
  background-color: transparent;
  text-decoration: none;
}
.title{
  font-size: 32px;
  font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
	/*color: black;*/
  display:block;
  /*padding: 2%;*/
}

.title2{
  font-size: 24px;
  font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	/*color: black;*/
  display:block;
  /*padding: 2%;*/
}

.left{
  text-align: left;
}
.social{
  /*background-color: red;*/
  position:	relative;
	margin: auto;
	margin-bottom: 12px;

	width: 85%;
	max-width: 600px;
	padding: 0px;
	border: 2px solid rgb(54, 4, 172);
	border-radius: 15px;
	-mz-border-radius: 15px;

	font-size: 26px;
	font-style: italic;
	line-height: 2.5em;
}
/*
.social:hover{
	background-color: #EEEEEE;
	-o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition:.25s;
}
*/
.menu{
	width: 90%;
	margin: auto;
	max-width: 600px;
	min-width: 300px;
	line-height: 2.5em;
	font-size: 20px;
    /*font-family: 		    'Commissioner', sans-serif;*/
}
#right{
     float:right;
		 font-size: 18px;
		 color:gray;
		 font-style: italic;
		 font-family: Courier, serif;
}
.flex-container{
	display: 			      flex;
	flex-direction: 	  row;
	flex-wrap:			    wrap;
  justify-content:	  center;
	align-content:		  flex-start;
  align-items:        stretch;
  /*background:		      lightblue;*/
  /*flex-grow: 1;*/
}
.vertical{
	flex-direction: 	  column;
  justify-content:	  flex-start;
  align-items:        center;
  align-content:	   	center;
}
.flexVimeo9x16{
  /*background:		    lightblue;*/
  order: 				      0;
  height:             88vh;
  width:              49.5vh;
}
.flexVimeo16x9{
  /*background:		    red;*/
  order: 				       0;
  width:               88vw;
  height:              49.5vw;
}
.description{
  /*background:         green;*/
  margin-right:       auto;
  position: 			    relative;
  max-width:			    min(800px, 40vw);
  padding:			      0% 6% 4% 6%;
  font-family: 		    'Commissioner', sans-serif;
  font-size: 			    18px;
  text-align:         justify;
  text-justify:       inter-word;
}
.split{
  max-width:          100vw;
  flex-basis:         38%;
}
.images{
  position: 			    relative;
  max-width:			    min(800px, 40vw);
  padding:			      0% 0% 4% 0%;
}



/*format for vertical or phone*/
@media (max-aspect-ratio: 1/1) {
  .flexVimeo9x16{
    flex-basis:			    88%;
    height:             min(88vh, 152vw);
  }
  .description{
  	max-width:			  min(1200px, 80vw);
  }
  .split{
    max-width: 100vw;
    flex-basis:    80%;
  }

  .images{
    position: 			    relative;
    max-width:			    min(1200px, 80vw);
  }

}


iframe{
  width: 100%;
  height: 100%;
  border: 0;

}
