

#title {
  color: white;
  text-align: center;
  /*font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; /*this needs changed !!! not working */
  font-family: 'Montserrat', sans-serif;
  font-size: 12vw; /* units force resizingbased on screen width*/

}

.subtitle {
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 5vmin;

}

html{
	height: 100%;
	overflow: hidden;
	margin: 0;
    padding: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
    background-color: black;
    background-image: url("background2.png");
    background-repeat: repeat;
    background-size: auto 425px;
    background-position: center top;
    overflow: hidden;
}

#scroll-container{
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
	height: 100%;
    scroll-snap-type: y mandatory;
}
.full-screen-container {
   scroll-snap-align: start;
   scroll-snap-stop: always;
   color: white;
   opacity: 0;
   transition: opacity 350ms;
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   max-width: 100%;
   /*border: 1px solid green; /* note: this creates horrizontal scroll bars when width/height are 100; only use for debugging*/
}

.center-div-pg0{
  /*border: 1px solid yellow; /**/
  position: sticky;
  top: 30%;
  height: 35%;
/*  left: 50%;
  transform: translate(-0%, -50%);*/
}

.up-arrow{
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	position:absolute;
	text-align: center;
	bottom: 0;
	left: 50%;
	user-select: none;
	font-size: 55px;
	transform: rotate(90deg);
}

#message{
	opacity: 0; /* this hides the debug message*/
	color: white;
	position: fixed;
	top: 0;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);

}

.visable{
	opacity: 1;
	transition: opacity 350ms;
}
/*============================================= page 1 stuff ==================*/
.page1-solid{
	/*border: 1px solid red; /**/
	background: #141414;
}
.textColumn{
	padding: 0;
	margin: 0;
	/*border: 1px solid blue; /**/
	position: relative;
	display: inline-block;
	width: 50%;     /*this needs to change based on screen width to make it reflow*/
	height: 100%;
	bottom: 0;
	font-size: 16px; 
	float: left;
}
@media screen and (max-aspect-ratio: 11/12){
.textColumn{
	width: 100%;
	height: 50%;
}
}
.columnHeader{
text-align: center;
font-size: 4vmin;
font-weight: bold;
width: 100%;
}
.bulletPointText{
	font-size: 3vmin;
	list-style-type: circle;
	list-style-position: outside;
	width:80%
}
@media screen and (max-aspect-ratio: 3/5){
.bulletPointText{
	font-size:4vmin;
}
}
.list-item{
	margin: 2vmin;

}
.column-container{
	/*border: 1px solid orange;/**/
	margin: 0;
	position: sticky;
	width: 100%;
	top:43%;
	height:57%;
	bottom:0;
	font-size: 0;
	box-sizing: border-box;
	background-origin: border-box;
	border-top: 10px solid #353535;
	padding-top: 10px;
}
.center-div-pg1{
	/*border: 1px solid yellow; /**/
	position: sticky;
	top: 30%;
	height: 14%;
	display: flex;
	justify-content: center;
	align-items: center; 	
}
/*============================================= page 2 stuff ==================*/
.center-div-pg2{
	margin-top: 50%;
	background: #141414;
	/*border: 1px solid yellow; /**/
	position: sticky;
	top: 30%;
	height: 35%;
	font-size: 0;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;	
}
.Column-pg2{
	padding: 0;
	box-sizing: border-box;
	padding-top: 40px;	
	margin: 0;
	/*border: 1px solid blue; /*debug outline*/
	position: relative;
	display: inline-block;
	width: 33.33%;    /*set this to 33.33 when debug outline is disabled, 32.5 when enabled*/
	height: 100%;
	bottom: 0;
	font-size: 16px; 
	float: left;
}
@media screen and (max-aspect-ratio: 5/7){
.Column-pg2{
	width: 100%;
	height: 33.3%;
}
.center-div-pg2{
	height: 70%;
}
}
.columnHeader-pg2{
	text-align: center;
	font-size: 4vmin;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: center;
}
.pg2-link{
	color:black;
	text-decoration: none;
	background-color: grey;
	padding: 14px 25px;
	width: 55%;
	padding: 10px 15px;
	
}
.pg2-link:visited{
	color:white;
}
.pg2-link:hover{
	color:black;
	background-color: #454545;
}
.pg2-link:active{
	color:blue;
}
.pg2-text{
	margin-top: 3%;
	margin-left: 5%;
	margin-right:5%;
	text-align: center;
}
/* ============================================ menu stuff ====================*/
.bar{
	width: 35px;
	height: 5px;
	background-color: white;
	margin: 6px 0;
	transition: 0.4s;
}
#menu-icons{ /*div that contains all the icons*/
	position: absolute;
	/*border: 1px solid red; /**/
	display:inline-block;
	margin-top: 5px;
	margin-left: 50px;
	width:83vw;
	user-select: none;
}
.menu-icon{ /*each individual icon*/
	color:white;
	/*border: 1px solid blue; /**/
	position: relative;
	text-align: center;
	display: inline-block;
	height: 40px;
	vertical-align: top;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 28px; /*this may need further testing to be sure it works on small displays. may need to make smaller for them. smaller looks terrible on desktop*/
}

#menu-open-icon {
	position: fixed;
	padding-top: 5px;
	padding-left: 10px;
	/*border: 1px solid green; /**/
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	cursor: pointer;
}
#search-circle{
	position: absolute;
	border: 4px solid white;
	border-radius: 16px;
	color: white;
	height: 16px;
	width: 16px;
	margin: 0;
	transform:  translate(10px,0px)
}
#search-handle{
	position: absolute;
	border: 3px solid white;
	width: 12px;
	height: 0px;
	transform:  translate(0px,23px) rotate(-45deg);

}

