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


            /* Start Site Wrapper */
.site-wrap {
    max-width: 1000px;
    min-width: 320px;
    height: auto;
    margin: auto;
    background-color: #E6E6E6;
}
            /* End Site Wrapper */


            /* Start Top Nav */
/* Background color for the top navigation bar */
.topnav {
    background-color: #777777;    /* Static Background */
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #FFFFFF;    /* Static Font Color */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;    /* Hover Background */
    color: #000000;                       /* Hover Font */
    text-shadow: 0px 0px 16px;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #b30000;    /* Active Page Background */
    color: FFFFFF;                             /*  Active Page Font */
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
            /* End Top Nav */

  
/* Start Header Section*/

.showcase-logo {
	padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
}

.showcase-logo-brain {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}

.header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

.header_content-wrap {
    padding-top: 0.5em;
    padding-right: 1.0em;
    padding-left: 1.0em;
    padding-bottom: 0.5em;
    text-align: center;    
}

.header_content-wrap a {
	color: #0000FF;
	text-decoration: none;
}

.header_content-wrap a:hover {
	text-shadow: 0px 0px 10px;
	
}

/* Applies to All Pages */
.main-info {
    text-align: center;
}

  /* index page */
.sub-info-index {
    width: 320px;
	max-width: 100%;
    height: auto;
    background-color: #061020;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}
/* index page */
.sub-info-classroom {
    width: 600px;
    min-width: 360px;
    max-width: 100%;
    height: auto;
    background-color: #061020;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.sub-info-classroom-ul {
    color: #FFE700;
    text-align: justify;
    font-family: actor;
    font-style: normal;
    font-weight: 600;
    font-size: 1.0em;
    list-style-type: none;
}
.sub-info-classroom  a{
	color: #ffe700;
	text-decoration: none;
    
}
    
.sub-info-classroom  a:hover{
    text-decoration: none;
    text-shadow: 1px 1px #FFE700;
}

.footer-info {
    font-size: medium;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #777777;
    color: #DDDDDD;
   
}

          /* Start Core Styles */

body {
    margin: 0;
    padding: 0;
    background-color: #333333;
}

h1 {
    font-style: normal;
    font-size: 1.5em;
    color: #000000;
    line-height: 1.15em;
    text-align: center;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Myriad Pro Bold";
}
h2 {
    font-style: normal;
    font-size: 1.4em;
    color: #FFE700;
    line-height: 1em;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-family: artifika;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 10px;
}
h3 {
    font-style: normal;
    font-size: 2em;
    color: #FFE700;
    line-height: 1em;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Myriad Pro Bold";
    text-align: left;
    padding-top: 20px;
}
h6 {
    font-family: actor;
    font-style: normal;
    font-size: 1.1em;
    text-align: left;
    padding-right: 0px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #FFE700;
    margin-left: -20px;
    margin-right: auto;
    padding-bottom: 10px;
}
  
p {
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    font-size: 1.1em;
    margin-left: 20px;
    margin-right: 20px;
}

hr {
	display: block;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}



.btn {
    display: inline-block;
    background: #FEE780;
    color: #000000;
    text-decoration: none;
    padding: 5px 5px;
    border: 0.0px solid #FEDE4D;
    margin: .5 em 0;
}

.child-brain a {
    color: #000000;
    text-decoration: none;
   
}

.child-brain a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 16px;
    
}
/* End Core Styles */



/* Start Responsive Image CSS Code */

.responsive-image-container {
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    text-align: center;
}

.responsive-image-container-90 {
    max-width: 90%;
    height: auto;
    opacity: 1.0;
    text-align: center;
}


.responsive_250-500 {
    width: 100%;
	max-width: 350px;
    height: auto;
    opacity: 1.0;
    background-position: center center;
    background-size: cover;
   
}
.responsive_350-800 {
    width: 100%;
    min-width: 350px;
	max-width: 800px;
    height: auto;
    opacity: 1.0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

/* End Responsive Image CSS Code */


/* Start Responsive Video CSS Code */

.responsive-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.responsive-video-container  iframe {
	position: absolute;
	top: 0;  left: 0;
	width: 100%;
	height: 100%;
}
.a.one:link {
	color: #ffe700;
    text-decoration: none;
    text-shadow: 0px 0px 10px;
}

  /* End Responsive Video CSS Code */


                                                          /* Begin Media Queries */

           /* Start Navbar Media Query */

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

           /* End  Navbar Media Query */



           /* Start Other  Media Queries */

@media screen and (min-width: 800px) {
	
	h2 {
	font-size: 1.5em;
	}
	
	h6 {
        font-size: 1.2em;
	}
	
	p {
	font-size: 1.0em;
	}
	
}
