.letters {
    display: inline-block;
    width: auto; 
    text-align: center;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: 5px 5px black;
    font-size: 8.5vw;
    text-shadow: 1px 1px black;
    cursor: pointer;
}

.section_wrapper {
	position: absolute
}

.section_wrap_paragraph, .section_wrap_paragraph_click {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	}
	
.sidebar_left {
	width: 10%;
	}


.section_wrapper h3 {
text-transform: none;
}

.middle_part {
    display: flex;
    justify-content: center;
}
.img_buttons {
display: flex;
    justify-content: center;
}

.img_buttons a {
display: block;
    max-width: 250px;
    min-width: 100px;
margin: 20px;

}

#close_btn img {

width: 100%;
cursor: pointer; 

}

.img_buttons img {
display: block;
width: 100%;
}

.img_buttons img:hover { 
transform: scale(1.1);
}
 

.class_tools {

position: relative;
height: 400px;
align-items: center;

}

.class_tools h3 {

position: absolute;
color: rgb(80, 80, 80);
cursor: pointer; 

}

.class_tools h4 {

color: #f49542;
padding: 5px;
border: 1px solid #f49542;
border=radius: 2px;
cursor: pointer;

}

.class_tools .letters {

-webkit-text-stroke-color: #F1EDEC;

}

.clickable_w {
height: 400px;
display: flex;
border: 2px solid #005ce6;
border-radius: 3px;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
border: 3px solid black; 
padding: 28px; 
border-radius: 10px; 
position: absolute; 
z-index: 10000; 
background: white; 
top: 41.5%;   
transform: translateY(-50%);   
-webkit-transform: translateY(-50%);   
-ms-transform: translateY(-50%); 
margin-left: auto; 
margin-right: auto; 
left: 0; 
right: 0; 
max-width: 900px;

}

.imgs {

width: 50%;
position: relative;

}

.imgs img {

width: 100%;
max-width: 400px;
position: absolute;
top: 50%;
transform: translateY(-50%);     -webkit-transform: translateY(-50%);
}

.txts {

width: 50%;
    padding-left: 20px;
    font-size: 18px;
    overflow: scroll;
}


.about_copy {

	position: absolute;
	width: 100%;
	z-index: 10000;
	top: 8%;
	background: white;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: none;
	padding: 20px;
	max-height: 550px;
	border-radius: 10px;
	border: 3px solid black;
	overflow: scroll;
	
	}


html {

	overflow: hidden;
	}
	

.about_copy_wrapper span {


    font-size: 18px!important;
    font-family: "lato"!important;
    line-height: 1.2;
     
} 

.about_copy_wrapper { 

	overflow: hidden;
		
	}



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

.letters {
font-size: 12.5vw;

}

}

.logo_wrapper {
    float: left;
    margin-top: 6%;
    margin-left: 7%;
    max-width: 340px;
    width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    }
    
    .logo_wrapper img {
    width: 70%;
    height: auto;
    max-width: 574px;
    }
    
    .main_menu_wrapper a {
     font-size: 15px;
    }
    .main_menu_wrapper ul {
     text-align: center;
    }
    .main_menu_wrapper li {
    display: inline-block;
    width: 150px;
    }
    
    .main_menu_wrapper .has_children li {
    text-align: center;
    }
    
    .main_menu_wrapper {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    }
	.topic_class  {
	font-size: 15px;
    width: 100%;
    text-align: center;
    color: #2d4089;
	}
    footer {
    margin-left: 0px;
    }
    #siteseal {
    display: block;
    width: 200px;
    margin: 30px auto 0px auto;
    }
    
    .top_part_wrapper  {
    height: 180px;
    } 




 @media only screen and (max-width: 830px) {
 .logo_wrapper {
 position: relative;
}
 .video_content {
 	position: relative;
 	}
 
 
 .logo_wrapper {
	margin: 0 auto;
    float: none;
    }
    
.logo_wrapper img {
	width: 100%;
	}
.main_menu_wrapper {
	    text-align: center;
    margin-left: 0;
    }
    
.main_menu_wrapper li {
	text-align: center;
	}	
	
.has_children li:last-of-type {
	margin-bottom: 0px;
    }
    
   footer {
    margin-left: 0;
    bottom: -409px;
    }
    
    }
    
    
#back_btn {
	position: absolute;
	left: 0;
	max-width: 26px;
	top: 0;
	}
	
#back_btn img {
	width: 100%;
	cursor: pointer;
	
	}

	

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

.class_tools {
	height: 208px;
	}
	
.page_wrapper {
	height: auto!important;
	

}
.top_part_wrapper {
	height: 0px;
	}
.letters {
	font-size: 11.5vw;
	}
.section_wrapper {
	top: 215px;
	}
.about_copy {
	max-width: 500px;
	
	}
	
.class_tools {
	height: auto;
	flex-direction: column;
	top: 0!important;     
	transform: translateY(0)!important;     
	-webkit-transform: translateY(0)!important;     
	-ms-transform: translateY(0)!important;
	}
	
.class_tools h3 {
	position: relative!important;
	display: block;
	left: auto!important;
	top: auto!important;
	width: 100%;
	font-size: 24px!important;
	text-align: center;
	}

html {
	overflow: scroll;
	
	}

	
.class_tools.selected .letters {
	display: none;
	}

.clickable_w {
	top: 0;
	-webkit-transform: translateY(0%);
	height: 200px;
	
	}
	
.txts .imgs {
	display: none;
	}

.txts {
	font-size: 14px;
	}

}




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

.img_buttons {
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 5px;
       
}


.imgs {
	display: none;
	}

.txts .imgs {
	display: block;
	}  

.section_wrap_paragraph, .section_wrap_paragraph_click {
	font-size: 16px;
	}

.about_copy {
	max-width: 280px;
	
	}
	
.about_copy_wrapper span {
	font-size: 15px!important;
	}

html { 
	overflow: auto;
	}

.top_part_wrapper {
	height: 0px;
	}
	
.section_wrapper {
	top: 300px;
	}
.section_wrapper h3 {
	font-size: 21px;
	}

.img_buttons a {
	max-width: 145px;
	margin: 6px;
	}
.letters {
	font-size: 11.5vw;
	}
.class_tools .letters {
	display: none;
	}
	
.class_tools h3 {
	position: relative!important;
	display: block;
	left: auto!important;
	top: auto!important;
	width: 100%;
	font-size: 24px!important;
	text-align: center;
	}
	
.class_tools {
	height: auto;
	flex-direction: column;
	top: 0!important;     
	transform: translateY(0)!important;     
	-webkit-transform: translateY(0)!important;     
	-ms-transform: translateY(0)!important;
	}

.txts, .imgs {
	width: 100%;

}

#360-tour-frame {
	width: 100%;
	}

.clickable_w {
	display: block;
	overflow: hidden;
	height: 400px;
}
.imgs img {
	position: relative;
	top: 0px;
	transform: translateY(0%);     -webkit-transform: translateY(0%);
	
	}
.txts {
	padding-left: 0;
	height: 400px;
	overflow: scroll;
	}
.page_wrapper h2 {
	font-size: 24px!important;
	color: #0047b3;
	}

.page_wrapper {
	height: auto!important;
	

}
	}


	
@media only screen and (min-width: 1650px) { 
.letters {
	font-size: 40px;
	}
	}
    
    
   .iframe-container {
        background: #ccc;
        position: relative;
        height: 0;
        width: 100%;
        padding-bottom: 75%;  /* 4/3 on mobile, padding = 3/4 */
    }
    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0; 
        width: 100%; 
        height: 100%;
    }

    @media all and (min-width: 24em) {
        .iframe-container {
            padding-bottom: 46.25%;  /* 16/9 on desktop, padding = 9/16 */
        }
    } 
    
    
    
    

