
a {
  color: white;
  text-decoration: none; /* no underline */
}


body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica;
}

.bg {
  /* The image used */
  background-image: url("imgs/1NEW-img/Maduve2.jpg");

  /* Full height */
  height: 92%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 26px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 36px;
  color: white;
  font-weight: normal;
}

.bottom-left {
  position: absolute;
  bottom: 8%;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, .3);
}

.bottom-left p{
	color: white;
	font-size: 13px;
}

@media screen and (max-width: 500px) {
  .bottom-left {
    display: none;
  }
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.top-left img{
	width: 30%;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
}



.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #f6f5f5;
     width:350px;  
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 85%;
    right: 50%;
    margin-right: -45px;

 opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.button {
  border-radius: 4px;
  background: rgba(0, 0, 0, .5);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}






/* side by side image*/
* {
  box-sizing: border-box;
}

.column1 {
  float: left;
  width: 25%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row1::after {
  content: "";
  clear: both;
  display: table;
}


.column2 {
  float: left;
  width: 33.33%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row2::after {
  content: "";
  clear: both;
  display: table;
}

.column2 h1 {
	color: #00cc00; 
	font-size: 18px;
}
.column2 h3 {
	color: #00cc00; 
	font-size: 16px;
}
.column2 h2 {
	color: black; 
}


.column3 {
  float: left;
  width: 50%;
  padding: 35px;
color: black; 
}
/* Clearfix (clear floats) */
.row3::after {
  content: "";
  clear: both;
  display: table;
}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column1 {
    width: 100%;
  }
  .column2 {
    width: 100%;
  }
  .column3 {
    width: 100%;
  }
  .column3 img{
  display: none;
  }
}


.one {
  padding: 20px;
}

.one h1, h3{
color: #00cc00;
}


.two {
  padding: 30px;
  background: #f2f2f2;
}

.two h1, h2, h4{
font-weight: normal;
color: #4d4d4d;
}

.two p{
font-size: 14px;
color: black;
}


.button-reg {
  background-color: #00cc00;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

.button-reg:hover {
  background-color: #4d4d4d;
  color: white;
}

.three {
  padding: 10px;
  }






