 body {
    font: 400 18px Comic Sans MS,  sans-serif; 
    line-height: 1.8;
    color: #000000;
max-width: 1900px;
  margin: auto;
background-color: #ffffff /*#E1341E, #56b0db */
  }

 .bg-ltblue  /*lena and friends background*/ {
    background-color: #a1daf5;      /* #56b0db; #a1daf5; #87c9e9; #66c3ef;(LT LT BLUE) #85ce60; #56b0db;(LTBLUE) #f6f6f6; #85CE60; (LT GREEN) #ffc300(YEL)*/
color: #000000;
  }

 .bg-grey {
    background-color: #f6f6f6;
  }

/*TEXT IMAGE BLOCK*/

* {
  box-sizing: border-box;
}

.form{
  
 width: 100%;
  max-width: 500px;
  margin: 50px auto;
  min-height: 250px;
  padding: 40px;
   
}

.containerhero {
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}

.containerhero img {vertical-align: middle;}

.containerhero .contenthero {
  position: absolute;
  bottom: 4px;
  
  color: #f1f1f8;
  width: 100%;
  padding: 5px;
}


/*END TEXT IMAGE BLOCK*/

    h1 {
    font-size: 55px;
text-align: center;
font-weight: 950px; 
color: #eff6e8; 
   /* text-transform: uppercase;*/
    margin-bottom: 5px;
  }



h2 {
    font-size: 26px;
    /*text-transform: uppercase;*/
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  h4 {
    font-size: 30px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }  
  
  
   
  
  

  .container-fluid {
    padding: 15px 50px;
  }


/*  NAVIGATION BEGIN  */

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* HOVER COLOR YELLOW*/
.topnav a:hover {
  background-color: #FFC300;  /*  #AA1212 dk red1; #C70039; (dk pinkred) #BD2A2A; (dk red) #58ACDF; (ltblue) A92A14; #ae5353; #ddd;    */
  color: black;
}

/*LJB SM active block light blue dark*/

.topnav a.active {
background-color: #333;   /* pur#3f096d; #a1daf5 green; #3A7D36;gren** #1C9016 grnschool; #4CAF50; org#d55c19;    */
font-size: 19px;
  color: #FFC300;  /* FFC300; 7bd689;   9cd649 bbe3f7dkblu*/
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* END NAVE BAR */


/*COLUMNS BEGIN*/


/* Create 4 equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 25px;
  height: 100px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/*END COLUMNS*/


/* FOOT BACK TO TOP*/
 footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
/* END FOOT BACK TO TOP*/