/*
Color Pallete (dark to light):
		Brain Education: #4F69C6 , #B7C1E8 , #E3E7F6
		Bullying:#0095B7 ,	#A3EEFF , #DEF9FF
		Conflict Resolution:#00CC99 , #A5FFE8 ,	#CCFFF2
		Emotional Regulation: #9C51B6 ,	#DBC0E4 , #F2E9F6
		Kindness: #FD3A4A ,	#FE9BA3 , #FFE9EB
		Mindfulness: #FA5B3D , #FCAC9D , #FEDCD6
		Trim: #000000 ,	#191970 ,#FFFFFF
background: #C0C0D8 

*/
/*Delius for headers, Hind for everything else.*/

/*GLOBAL Styles*/
html {
    box-sizing: border-box;    
    height: 100%;
}

body{
    font-family: 'Hind', sans-serif;
    margin: 0;
    text-align: center;
    height: 100%;   
    display: flex;
    flex-direction: column;
    height: 100vh;
}

h1, h2, h3 {
    font-family: 'Delius', cursive;
}

a {
    color: white;
}

a:hover{
    text-decoration: none;
}


/*Middle Content */
main{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 95px;
    padding-bottom: 161px;
    flex-direction: column;
    height: 100vh;
    display: inline-table;
    flex:  1 0 auto;
     min-height: 100%;
  margin: 0 auto -141px;
}


/*Navigation Bar*/

.nav-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    position: fixed;
    top: 0;
    max-height: 75px;
}

nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-inner .logo {
        width: auto;
        height: 100%;
        max-height: 75px;
        position: inherit;
        left: 0;
        vertical-align: middle;
        float: left;
        padding-left: 10px;
        align-self:center;
    }

.nav-inner .logo a img {
        max-height: 75px;
        vertical-align: middle;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}


#navigation-sticky {
    width: 100%;
    height: 75px;
    top: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: middle;
    background-color: #028090;
}
#navigation-sticky.dark-nav {
    background-color: #D1D7D7;/*#028090; rgba(34,34,34, 0.95);*/
}

.nav-menu {
    float: right;
    height: 100%;
    max-height: inherit;
}

.topnav {
  overflow: hidden;
    float: right;
    text-transform: uppercase;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
    padding: 25px 16px;
  text-decoration: none;
  font-size: 15px;
    height: 75px;
    vertical-align: middle;
    color: #0095B7;
    font-weight: 700;
}
.topnav .icon {
  display: none;
}

.dropdown-sections {
    float: left;
    overflow: hidden;
   
}

.dropdown-sections .dropbtn {
    font-size: 15px;    
    border: none;
    outline: none;
   color: #0095B7;
/*    padding: 14px 16px;*/
    background-color: inherit;
    font-family: inherit;
    margin: 0;
     padding: 23px 16px 27px 16px;
     height: 75px;
     text-transform:inherit;
    font-weight: 700;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: inherit;
    height: auto;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 2px solid;
    border-left: transparent !important;
    border-bottom: transparent !important;
    border-right: transparent !important;
    padding: 0;
    background-color: #191970;
    opacity: 0.7;
    
}

.dropdown-content a {
    float: none;
    color: #0095B7;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
    height: auto;
}

.topnav a:hover, .dropdown-sections:hover  {
     background-color: #191970;
  color: white;
}

.dropdown-content a:hover {
    background-color: white;
    color: #555;
}
.show {display:block;}


/* Header and Footer
----------------*/
header, footer {
      background: #D1D7D7; /*#028090;*/
    color: #0095B7;/*#FFF;*/
}

header {
    text-align: center;
    position: relative;
    height: auto;
}

header h1, header h2{
    color: #0095B7;
    margin: 0;
}
/* footer */
footer {
    text-align: center;
    bottom: 0;
    position:relative;
    width: 100%;
    height: 141px;
    padding-bottom: 10px;
}
.footer,
.push {
  height: 141px;
}
.contact-info a{    
    color:#0095B7;
    padding: 10px;
    display: inline-block;
    font-size: 20px
}
.content-wrap{
    padding-top: 1px;
}

/*--------INDEX PAGE ---------- */
/*Typer styling*/
.typerParagraph {
    /*If the width of the browser is less than 950 px then it will use 100%*/
    max-width: 950px;
    margin: 0 auto;
    overflow: auto;
    padding: 60px 50px;
   /* text-align: center;
    align-content: center;*/
    font-family: 'Caveat', cursive;
    font-weight: bold;
    display: inline-block;
    
}
.typer{
    background-color: white;
}




/*
.active {
  background-color: #4CAF50;
  color: white;
}
*/





/*----------STYLING FOR SCRENN SIZES LESS THAN 600px------------*/

@media only screen and (max-width: 600px) {
  .topnav a, .dropdown-sections .dropbtn {
    display: none;
      width: 150px;
          height: auto;
    padding: 5px;
  }
  .topnav a.icon {
    float: right;
    display: inline-block;
      text-align: center;
       height: 75px;
      padding: 25px 16px;
  }
    .dropdown-content{
        opacity: 1;
        min-width: 150px;
    }
    .dropdown-content a{
        background-color: #42428A;
        
    }
    
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    right: 0;
    top: 0;
      height: 75px;
      padding: 25px 16px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
    .topnav.responsive a:not(.icon),.topnav.responsive .dropbtn {
    background-color: #191970;
  }
  .topnav.responsive .dropdown-sections {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown-sections .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
    .topnav.responsive a:not(.icon):hover, .dropdown-sections:hover{
    background-color: white;
    color: #555;
}
    .logo{
        padding: 5px;
    }
    .site_logo{
        width: 150px;
        height: auto;
    }

}


