/*
color; #e7ff00;
color; #21FC0D;
color; #0FF0FC;
color; #FE019A;
color; #ff9800;
color; #D5141C;
color; #336fc2;
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: black;
  box-sizing: border-box;
}

.how-section1 h2,
.container h2 {
  color: #21fc0d;
  font-weight: extra-bold;

}

/*SOCIAL MEDIA button LINKS*************************/
a.social {}

/*NAVIGATION**************************/


.topnav-right {
  color: black;
  background-color: #ff9800;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  background-color: #ff9800;
  color: white;
  font-weight: 600;
  font-size: 20px;
  z-index: 1;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #21FC0D;
  color: black;

}

.active {
  height: 8rem;
  width: auto;
}




.responsive-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  display: block;
}


.how-section1{

    padding: 10%;
}
.how-section1 h4{
    color: #ff9800;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #336fc2;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

.about-sec {
  background-color: #ff9800;
}


/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rbga(250, 152, 5, 0);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

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

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #ff9800;
  text-align: center;
  cursor: pointer;
  width: 100%;

}

.button:hover {
  background-color: #21FC0D;
}

footer {
  background-color: #ff9800;
}

.submit {
  background-color: #21FC0D;

}
