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


	body{
		background-image:url(../newmap2.jpg);
		background-repeat: no-repeat;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		font-weight: 400;
		margin:0px;
		padding: 0px;
		overflow:auto;
		
		

	}
	html{
		width:6000px;
		height:3273px;
		margin:0px;
		padding: 0px;
		
	}
	
	li {display:block;
    list-style-type:none;
    line-height:1.2;
    margin:0px;
    padding:0px;
    }

.linediv{
background-image: url(../line2.png);
	
position:absolute;
width:116px;
	height: 21px;
z-index: 2;
}
.arrowdiv{
background-image: url(../arrow.png);
	
position:absolute;
width:116px;
	height: 21px;
z-index: 2;
}


#about{
	margin-left: 40px;
	padding: 60px 40px;
	height:100%;
	width:70%;
	overflow-y: visible;
	overflow-x: hidden;
	background-color: white;
}



	.marker{
		position:absolute;
		z-index: 3;
		height:50px;
		width:50px;
		stroke:green;
	}



	.barbox{
		display: inline-block;
		margin-top: 0px;

	}

	
	a:link, a:visited{
		font-family: 'Montserrat', sans-serif;
		font-size: 18 px;
		text-decoration: none;
		font-weight: 800;
		color: black;
		cursor:auto;

	}
	a:hover { font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		text-decoration: none;
		font-weight: 800;
		color: dimgray;
		cursor:pointer;

}

.essaycontainer{
height:100%; width:auto; padding: 0px 12vw 10vw 12vw; align:justify; margin:0px; overflow: scroll; -webkit-overflow-scrolling: touch;}

.container {
    	
    	position: fixed;
		top:10px;
		left:10px;
		z-index:10;
		width:40px;
		height:40px;
		margin:0px;
		cursor: pointer;
		display:block;
 
}


	#menu{
	display: inline-block;
		cursor: pointer;
		color:white;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		font-weight: 600;
		text-shadow: -3px 3px 5px #888888;
		
		vertical-align: top;
  height: 100%;
	}


#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	margin: auto ;
	
	text-align: center;
	background-color: white;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 11; /* Stay on top */
    top: 0;
    left: 0;
    background-color:rgba(255, 246, 133, 0.7);
    overflow: hidden; /* Disable horizontal scroll */
    padding-top: 10vh; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
a.side {
    padding: 2px 5px 2px 25px;
	font-weight: 800;
    text-decoration: none;
    font-size: 2.4vw;
cursor:auto;
    color: black;
    display: block;
}
/* When you mouse over the navigation links, change their color */
a.side:hover, .offcanvas a:focus{
    color:black;
    background-color:rgba(232, 150, 192, 0.7);
	cursor:pointer;
}

/* Position and style the close button (top right corner) */
a.sidenav2 {
	color: black;
    font-size: 1.8vw;
		margin: 2px 5px 10px 25px;
		font-weight: 800;
		padding-right:10px;
}
a.sidenav2:hover, .offcanvas a:focus{
    color:#303030;
background-color:rgba(232, 150, 192, 0.7);
	margin: 2px 5px 10px 25x;
	cursor:pointer;
	padding-right:10px;
	
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
	color: black;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
background-color:none;
}
#aboutoverlay{
position:fixed;
left:25vw;
top:0px;
width:75vw;
height:100%;
background-color:rgba(255,255,255,0.7);
z-index:6;
visibility: collapse;
}

#notesoverlay{
position:fixed;
left:25vw;
top:0px;
width:75vw;
height:100%;
background-color:rgba(255,255,255,0.7);
z-index:6;
visibility: collapse;
}

#sociallogos {
	
    position:absolute;
    bottom: 12vh;
    margin: 0px 0px 0px 25px;
    background-color:none;
    height:auto;
    width:100%;
}

.acelog{

height:auto; 
width:40%;
display:inline;
padding-bottom:0px;
}

.soclog{
height:auto; 
width:8%; 
padding-left:8%; 
padding-bottom:0px;
}

#broadcastlist{display:none; margin:0px;padding:0px;width:100%;}







/********************************************************************************************************************************/


	
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px), screen and (orientation:portrait),screen and (max-width: 500px) {
   
   
   
/********************************************************************************************************************************/




   body{
		background-image:url(../newestmap.png);
		}
   
	#menu{
	display: inline-block;
		cursor: pointer;
		color:white;
		font-family: 'Montserrat', sans-serif;
		font-size: 26px;
		font-weight: 600;
		text-shadow: -3px 3px 5px #888888;
		
		vertical-align: top;
  height: 100%;
	}

#broadcastlist{display:none; margin:0px;padding:0px;width:100%; }
li {display:block;
    list-style-type:none;
    line-height:2;
    margin:0px;
    padding:0px;
    }
    
#essaylist{
display:none; 
margin:0px;
padding:0px;
width:100%; 

}

/* The side navigation menu */
.sidenav {
    min-height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 11; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgba(255, 246, 133, 0.7);
    overflow-y: auto; 
    padding: 10vh 0px 0px 0px; /* Place content 60px from the top */
    
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
a.side {
    padding: 2px 1px 2px 10px;
	font-weight: 800;
    text-decoration: none;
    font-size: 2.4 vmin;
    color: black;
    display: block;
}
/* When you mouse over the navigation links, change their color */
a.side:hover, .offcanvas a:focus{
    color:black;
	background-color:rgba(232, 150, 192, 0.7);
}

/* Position and style the close button (top right corner)   background-color:rgba(255, 246, 133, 0.7); */
a.sidenav2 {
 	color: black;
 	font-size: 1.5vw;
    padding-right: 2px;
    padding:0px;
	margin: 0px 0px 0px 10px;
	font-weight: 600;
	display: block;
	
		
}
a.sidenav2:hover{
    color:#303030;
	background-color:rgba(232, 150, 192, 0.7);
	display:inline-block;
	padding:0px;
	margin: 0px 0px 0px 10px;
	display: block;
	padding-right: 2px;
	

}

	
	
#sociallogos {
position:relative;
	display:block;
    margin: 0 0 2px 10px;
    
    
}	
.soclog{
height:auto; 
width:8%; 
padding-left:5%; 
padding-bottom:0px;
}
	
	
	
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
display: block;
position: absolute;
		color: black;
    top: 0;
    right: 10px;
    font-size: 20px;
    margin-left: 50px;
background-color:none;
}
}






	