
/*BBanner{ border: 3px; width: 100%;}  Top banner */

#banner{
  width: 550px;
  border: 5px solid white;
  border-radius: 7px;
float: right;
}

/*Menu button*/
#menuBtn {

    left:15px;
    font-size:1.5em;
    transform:scale(1.25,1);
    margin-left: 20px; 
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

#menuBtn:hover {

    color: white
}
/*three bar menu button*/
.menu3 {
  width: 32px;
  height: 4px;
  background-color: #fdcb02;
  margin: 7px 0;
}

#scrollSection {
    height: 200px;
    overflow-y: auto;
}

#

.sectionStyle1 {

    font-size: 20px;
    font-weight: bold;    

background-color: #111; /* Black*/
    padding-top: 20px; /* Place content 60px from the top */

    font-family: "Arial", sans-serif;
    color: rgb(97, 152, 47)	
}



 /* The side navigation menu for small screens */
.sidenav2 {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    font-family: "Arial", sans-serif;

}

.sidenav2 .indent {
    padding: 10px 10px 10px 35px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block
}
.sidenav2 .indent2 {
    padding: 6px 6px 6px 60px;
    font-size: 20px;
}
.sidenav2 .selected {
    color: #FFFFFF
}

.SMspace{
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block
}

#cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  opacity: 0.6;
  background-color: black;
  z-index: 2;
}

/* Position and style the close button (top right corner) */
.sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    font-weight: bold;
    margin-left: 50px;
z-index: 3;
}

.bg1{ /* background #1*/
  position: relative;
  background-color: #303030; /* gray*/
  color: #fdcb02;
  height: 56px;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  border: 0px
}

.bg2{ /* background #2*/
  
  background-color: #000000; /* black*/

  font-size: 40px;
    padding-top: 40px;
    padding-bottom: 10px;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  border: 0px;

}

.bg3{ /* background #3*/
  
  background-color: #FFFFFF; /* black*/

  font-size: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  border: 0px;

}


.textColor1{
  color: rgb(97, 152, 47);/*green*/
}

.textColor2{
  color: white;
  text-decoration: none;
  font-size: 25px;
}

.textColor3{
  color: white;
  text-decoration: none;
  font-size: 25px;
}

.box1 {

  width: 300px;
  border: 3px solid #61982F;
  padding: 10px;
font-size: 25px;
margin-bottom: 50px

  
}

/*three column section*/

* {  box-sizing: border-box;}

/* Create three equal columns that floats next to each other */
.column3 {
  float: left;
  width: 33%;
  padding: 12px;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  color: rgb(94, 94, 94);
  position:relative;
  z-index: 1;
}


.column2 {
  float: left;
  width: 49%;
  padding: 12px;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  color: rgb(94, 94, 94);
  position:relative;
  z-index: 1;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 840px) {
  .column3 {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .column3 {
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .column2 {
    width: 100%;
  }
}


/*end three column section*/

.round {
    border-radius: 50%;
}
  
}
.nh1{/* Top Nav block height#1*/
  height: 72px
}

a:link, a:visited {
  text-decoration: none;
  color: #fdcb02;
}

a:hover, a:active {
  color: white
}

.link2:link, .link2:visited {
  text-decoration: none;
  color: #888888;
}

.link2:hover, a:active {
  color: black
  cursor: pointer;
}

.Vcenter{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.Mspace{
  padding-right: 30px;
}

.LogoL{
  position: absolute;
  left: 90px;
  top: 20px;
  z-index: 2;
  width: 300px
}

.LogoC{
  position: absolute;
  top: 20px;
  left: 240px;

  z-index: 2;
  width: 300px
}

/*drop-down*/

.dropbtn {
  padding: 1px;
  border: none;
  z-index: 2;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;

  background-color: #606060;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: #fdcb02;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
   background-color: #404040;
   color: #ffffff
}

.dropdown:hover .dropdown-content {display: block;}


/*end drop-down*/


/*slideshow section*/
.ci-btn,.ci-button{border:none;border-radius: 15px; display:inline-block;outline:0;padding:8px 10px;vertical-align:middle;overflow:hidden;text-decoration:none;font-size: 24px;color:white;background: rgba(0, 0, 0, 0.4);text-align:center;cursor:pointer;white-space:nowrap}
.ci-tooltip,.ci-display-container{position:relative}.ci-tooltip 
.ci-text{display:none}.ci-tooltip:hover 
.ci-text{display:inline-block}
.ci-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.ci-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.ci-black,.ci-hover-black:hover{color:#fff!important;background-color:#000!important}
/*end slideshow section*/