* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;

}

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background: linear-gradient(57deg, #8ac926, #77c950);
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 35px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #6dba49;
    color: white;
}

/* Style the active/current link*/
/* change this one  */
.header a.active {
  color: white;
  font-size: 21px;
  font-weight: bold;
  text-decoration: underline;

}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;

  }

  .header-right {
    float: none;

  }
}

/* End of Header */
/* Float four columns side by side */
.column {
  float: left;
  width: 33.3%;
  padding: 30px;
}

/* Remove extra left and right margins, due to padding */
.row {
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 90px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;

}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;

  }
}

/* .card img{
  border-radius: 50%;
  width: 200px;
  height: 200px;
} */
/* Button of Blackboard and others */
.w3-btn {
  margin-bottom: 10px;

}

/* Footer */
/* Footer */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: black;
   text-align: center;
}

/*                                                                                       */
@import url('https://fonts.googleapis.com/css?family=Allura|Josefin+Sans');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  /* background: #ccffcc; */
  font-family: 'Josefin Sans', sans-serif

  ;
}

.wrapper {
  margin-top: 50px;

}

.wrapper h1 {
  font-family: 'Allura', cursive;
  font-size: 52px;
  margin-bottom: 60px;
  text-align: center;

}

html{
  background: #FAF3EB
}

.team {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;

}

.team .team_member {
  background: #ebebe0;
  margin: 5px;
  margin-bottom: 50px;
  width: 600px;
  padding: 40px;
  line-height: 20px;
  color: black;
  position: relative;

}


.team .team_member h3 {

  font-weight: 500;
  color: #81c644;
  font-size: 26px;
  margin-top: 50px;
}


/* after the name */
.team .team_member p.role {
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;

}




/*  image border  */
.team .team_member .team_img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;


}



.team .team_member .team_img img {
position: center;
  border-radius: 60%;
  width: 100px;
  height: 120px;
}





/*  */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background: linear-gradient(57deg, #8ac926, #77c950);
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 35px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #6dba49;
  color: white;
}

/* Style the active/current link*/
/* change this one  */
.header a.active {
  color: white;
  font-size: 21px;
  font-weight: bold;
  text-decoration: underline;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

/* End of Header */
/* Float four columns side by side */
.column {
  float: left;
  width: 33.3%;
  padding: 30px;
}

/* Remove extra left and right margins, due to padding */
.row {
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 90px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}



/* the button  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buttons {
  margin: 0%;
  text-align: center;
}

.btn-hover {
  width: 200px;

  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  height: 30px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-5 {
  background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

/* the button  */





.footer {
  font-size: 19px;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: black;
  text-align: center;
}
