div.sticky {
  position: sticky;
  top: 0;
  padding: 8px;
  background-color: #252525;
  color:rgb(238, 62, 62);
  font-size:50px;
  z-index: 999;     /* default is zero, anything higher will stay on top*/
  display: flex; 
  justify-content: space-between;
}

/* Video Section */
.intro {
  display:flex;
  padding: 25px;
  background-color: #1a1a1a;
  background-origin: padding-box;
  background-repeat: no-repeat;
}

#vidtext1 {margin-left: 40%; margin-right: 10%} 

/* Meet the team */
.mttrow {
  margin: auto;
  width: fit-content;
  block-size: fit-content;
}

/* Three columns side by side */
.mttcolumn {
  float: left;
  width: 20%;
  margin-bottom: 16px;
  padding: 0 10px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .mttcolumn {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 25px;
}

/* Some left and right padding inside the container */
.mttcontainer {
  padding: 30px 20px 20px 20px;
}

/* 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: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

/* Testimonials */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
body{
  background-color:#eee;
}

.card{
  
  border:none;
}

.user-content p{
  margin-top:5px;
  font-size:12px;
}


/* Social Media Buttons */
.fa {
  padding: 15px;
  font-size: 35px;
  width: 42px;
  text-align: center;
  text-decoration: none;
  margin: 1px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
background: #3B5998;
color: white;
}

.fa-twitter {
background: #55ACEE;
color: white;
}

.fa-google {
background: #dd4b39;
color: white;
}

.fa-linkedin {
background: #007bb5;
color: white;
}

.fa-youtube {
background: #bb0000;
color: white;
}

.fa-instagram {
background: #C13584;
color: white;
}

.fa-pinterest {
background: #cb2027;
color: white;
}

.fa-snapchat-ghost {
background: #fffc00;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
background: #00aff0;
color: white;
}

.fa-android {
background: #a4c639;
color: white;
}

.fa-dribbble {
background: #ea4c89;
color: white;
}

.fa-vimeo {
background: #45bbff;
color: white;
}

.fa-tumblr {
background: #2c4762;
color: white;
}

.fa-vine {
background: #00b489;
color: white;
}

.fa-foursquare {
background: #45bbff;
color: white;
}

.fa-stumbleupon {
background: #eb4924;
color: white;
}

.fa-flickr {
background: #f40083;
color: white;
}

.fa-yahoo {
background: #430297;
color: white;
}

.fa-soundcloud {
background: #ff5500;
color: white;
}

.fa-reddit {
background: #ff5700;
color: white;
}

.fa-rss {
background: #ff6600;
color: white;
}
