


.mainContainer{
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}


canvas {
  border: 1px solid #666;
  display: inline;
}

video {
  /*display: none;*/
}

.cf {
	clear:both;
}



.san, .bos{
	width:50%;
	height: 100%;
	float:left;
	position: fixed;
	background-size: cover;
}

/*#SAN{
	background-image: url(../img/San.jpg);
	left: 0;

}

#BOS{
	
	background-image: url(../img/Bos.jpg);
	right:0;
	
}*/

.container {
	width: 50vw;
	height: auto;
	position: relative;
	display: flex;
    justify-content: space-between;
}

.sanOverlay{
	background-image: url(../img/san.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	z-index: 0;

}

.bosOverlay{
    background-image: url(../img/bos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	right: 0;
	z-index: 0;

}

.button{
  width: 280px;
  padding: 15px 0px;
  border-radius: 65px;
  text-align: center;
  align-self: flex-end;
  font-size: 35px;
  font-weight: 400;
}

 a .button{
	color: #fff;
}


.button.home.left:hover{
 background-color: rgb(144, 121,196);
 border-color: rgb(144, 121,196);
}


.button.home.right:hover{
 background-color: rgb(102, 161, 211);
 border-color: rgb(102, 161, 211);
}



.sosoLogo{

	Padding-bottom: 7px;     margin-top: 26px;


	width: 120px;

}

h1{ font-size: 100px; }


/*--------MEDIAQUERIES----------*/
/*1201-1400*/

@media only screen and (max-width: 1400px){

.container{
	width: 60vw;
}
	.button.home.left{
		left: 50%;
		width: 250px;

	}

	.button.home.right{
		right: 50%;
		width: 250px;
	}

	h1{
    font-size: 85px;
  }

}

/*normal desktop 1024-1200*/

@media only screen and (max-width: 1200px){

	.button.home.left{
		width: 230px;

	}

	.button.home.right{
		width: 230px;
	}

	h1{
    font-size: 75px;
 	 }


 	.button{
 		font-size: 25px;
 	}

 	 .container {
 	 	width: 60vw;
 	 }



}

/*tablet 767-1024*/

@media only screen and (max-width: 1024px){

	.container{
		width: 65vw;
	}

.button.home.left{
		width: 200px;

	}

	.button.home.right{
		width: 200px;
	}

.button{
	font-size: 20px;
}



}

/*667 and under*/

@media only screen and (max-width: 667px) {


.desktop-only{
	display: none;
}

	.container{
		display: inline;
	}
	
#introText{
	position: absolute;
	top: 30%;
	width: 100%;
}

.button {
	font-size: 22px;
	text-align: center;
	padding: 15px 0px;
}

a {
	color: #fff;
}

.button.home.left, 
.button.home.right{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  width: 80%;
  border-radius: 60px;
}


.mobileHeader {
	height: 50vh;
	width: 100%;
	position: relative;
	background-color: rgb(35, 37, 44);
	float: left;
	
}

.mobileHeader p {
	padding-left: 10%;
	letter-spacing: 1px;

}

.mobileText{
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	line-height: 1.3;
	padding-left: 10%;
	float:none;

}

h4 {
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	padding-left: 10%;
	padding-top: 10px;
}

.san, .bos{
	width:100%;
	height: 25vh;
	position: relative;
}

















