@charset "utf-8";
/* CSS Document */

<style>
     
body {
margin: 0px;
background-color: #f8f8f8;
color:#333333;

}

a {
color: black;
} 
     
.header {
  color: #ffffff;
}

.classes_graphic {
     padding-top:50px;
     padding-bottom:50px;
     width:75%; 
}


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}

.col-8 {
  width: 100%;
  font-family: Arial Black, Franklin Gothic Bold, Haettenschweiler, Impact, "Arial Black", "sans-serif";
  font-size:40px;
  background-color: #1e3b8d;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px
}

.col-9 {
  width: 80%;
  font-family: Arial Black, Franklin Gothic Bold, Haettenschweiler, Impact, "Arial Black", "sans-serif";
  font-size:25px;
  background-color: transparent;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px}

.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
     
.sub_text {
     font-size:25px;
     color: white;
     font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
     }

.button1 {
      width: 250px;
      padding: 10px 7px 10px 7px;
      border: none;
      border-radius: 5px; 
      background: #488B3E;
      font-size: 20px;
      text-decoration: none;
      color: #fff;
      cursor: pointer;
      }
.buttonClass1 {
        background-color:#06b6d4;
        color: white; /* White text */
        text-decoration: none;
        font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
        text-weight: none;
        padding: 10px 20px;
        font-size:20px;
        cursor: pointer;
        border-radius: 5px; /* Rounded corners */
        transition: all 0.3s ease;
    }

.buttonClass1:hover {
  background-color: #05a5c0:;
} 
     
.buttonClass2 {
        background-color: transparent; /* Transparent background */
        color: #67e8f9; /* text */
        text-decoration: none;
        font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
        border: 2px solid #67e8f9; /* border color */
        padding: 10px 20px;
        font-size:20px;
        cursor: pointer;
        border-radius: 5px; /* Rounded corners */
        transition: all 0.3s ease;
    }

.buttonClass2:hover {
  background-color: #67e8f9;
  border:  none;
  color: #000;
}    
     
.buttonClass3 {
        background-color: #1e3b8d; /* background */
        color: #67e8f9; /* text */
        text-decoration: none;
        font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
        border: 1px solid #67e8f9; /* border color */
        padding: 10px 20px;
        font-size:18px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 200px;
    }     
     
   /* Container that centers its children */
  .center-row {
    text-align: center; /* Centers inline-block children */
    background: #f0f0f0;
    padding: 10px;
    }


  /* Floated boxes */
  .box {
    display: inline-block; /* Acts like float but allows centering */
    float: none; /* Disable float to allow inline-block centering */
    padding: 10px;
    width: 250px;
    margin: 25px;
    background: #1e3b8d;
    color: white;
    font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
    font-size: 14px;
    border: 1px solid #67e8f9; /* border color */
  }
    
     .box_icon {
      font-size: 50px;
          adding: 0px 150px 20px 0px;
          color: #67e8f9;     
}
     
     .events_header {
          font-weight: bold;
          font-size: 25px;
     }

     .divider {
          height: 50px;
     }

     .about_section {
     width: 60%;
        
     }

     .about_header {
        font-family: Arial Black, Franklin Gothic Bold, Haettenschweiler, Impact, "Arial Black", "sans-serif";
        font-size: 50px;
        padding-bottom: 35px;

     }

     .about_text {
       font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
       font-size: 18px;
       padding: 0px 50px 0px 50px;
       line-height: 1.4em;
     }

     .about_book {
       float: right;
       padding: 20px 10px 20px 40px;

     }

     .join_section {
       background-color: #0e87bf;
       font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
       font-size: 18px;
       color: #fff;
       padding: 75px 0px 100px 0px;

}

     .join_header {
        font-family: Arial Black, Franklin Gothic Bold, Haettenschweiler, Impact, "Arial Black", "sans-serif";
        font-size: 40px;
        padding-top: 60px;
        padding-bottom: 50px;

     }

     .join_text {
       padding: 0px 50px 0px 50px;
       line-height: 1.4em;
     }


     
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Verdana, Geneva, sans-serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 10pt;
	margin: 0;
	outline: 0;
	padding: 15px;
	width: 60%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}

      @media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
     font-size: 20px;
  }
     
  [class*="sub_"] {
     font-size:15px;
     font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
  }

  [class*="button"] {
     font-size:15px;
     font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
  }
      
 
  [class*="box"] {
  /* Floated boxes */
    display: inline-block; /* Acts like float but allows centering */
    float: none; /* Disable float to allow inline-block centering */
    width: 145px;
    height: 100px;
    margin: 15px;
    background: #1e3b8d;
    color: white;
    font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
    font-size: 12px;
    border: 1px solid #67e8f9; /* border color */
  } 
           
  [class*="classes_graphic"] {
     padding-top:40px;
     padding-bottom:40px;
     width:95%;        
   }
    
   [class*="events_header"] {
  /* Floated boxes */
    font-size: 15px;
  }     

     
     [class*="about_section"] {
     width: 95%;
     }

     [class*="about_header"] {
        font-family: Arial Black, Franklin Gothic Bold, Haettenschweiler, Impact, "Arial Black", "sans-serif";
        font-size: 30px;
        padding-bottom: 20px;
     }

     [class*="about_text"] {
       font-family: Arial, Franklin Gothic, Haettenschweiler, Impact, "Arial", "sans-serif";
       font-size: 13px;
       padding: 0px 10px 0px 10px;
       line-height: 1.3em;
     }

     [class*="about_book"] {
       float: right;
       width: 30%;
       padding: 10px 5px 10px 5px;

     }     
     
      [class*="join_header"] {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 20px;

     }    
     

     
     
  }
     
     
</style>     
     
     
     
     
     
     
     




     


     



   
