.custom-flex-video-class {
  @include flex-video-container();
}

h2 {
  margin-top: 40px;
  font-weight: 200;
  color: #333;
}

.centered-text {
  text-align: center;
}
.quote-marks {
  font-size: 100px;
  font-family: Garamond;
  color: #0078BB;
}
.move-right {
  position: relative;
  text-align: right;
}
.quote {
  border-radius: 5px;
}
.quote p {
  font-weight: 300;
}
@media only screen and (max-width: 40em) {
  .quote p {
    padding-left: 20px;
  }
}
.student {
  margin-left: 25px;
  margin-bottom: 80px;
}

.student .photo {
	background-color: #ccc;
	border-radius: 100px;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 15px;
}

.photo1 {
  background-image: url(../images/client1.jpg);
}
.photo2 {
  /*background-image: url(../images/client2.jpg);*/
  background-image: url(../images/client2.jpg);
}
.photo3 {
  background-image: url(../images/client3.jpg);
}

.photo4 {
  background-image: url(../images/client4.jpg);
}

.photo5 {
  background-image: url(../images/client5.jpg);
}

.photo6 {
  background-image: url(../images/client6.jpg);
}


.student p {
  position: relative;
  top: 5px;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #0078BB;
}
.student p:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  color: #00bba1;
}



@import url(//fonts.googleapis.com/css?family=Roboto:400,500,300,100,700,900);
.card {
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #0078BB;
  border-radius: 2px; 
}

.card .title {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 300; 
}

.card .content {
    padding: 1.3rem;
    font-weight: 300;
    border-radius: 0 0 2px 2px; 
}

.card p {
    margin: 0; 
}

.card .action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 1.3rem; 
}

.card a {
    color: #ffab40;
    margin-right: 1.3rem;
    transition: color 0.3s ease;
    text-transform: uppercase;
    text-decoration: none; 
}

.card .image {
    position: relative;
}

.card .image .title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1.3rem;
      color: #000; 
}

.card .image img {
      border-radius: 2px 2px 0 0;
}


.bump {
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
}



.profile-card {
  padding-top: 15px;
  padding-bottom: 0px;
  border-radius: 5px;
  background: #0078BB;
  overflow: hidden;

}

.profile-card h4 {
  font-family: "Proxima Nova","proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 26px;
}

.profile-card h4 span {
  font-size: 20px;
  color: #FFF;
  display: block;
}

.profile-card img {
  border-radius: 50%;
  border: 4px solid #69708C;
}

.profile-card .button-group {
  width: 101%;
}

.profile-card .button-group .button {
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-right: 2px solid #2B2937;
  border-bottom: none;
  background-color: #00bba1;
  height: 80px;
  padding-top: 15px;
  margin-top: 20px;
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  box-shadow: none;
}

.profile-card .button-group .button span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.profile-card p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}

.profile-card i {
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
  color: #00bba1;

}

@media only screen and (max-width: 767px) {
  .profile-card img {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .profile-card h4, .profile-card p {
    text-align: center;
  }
  .profile-card .button-group .button {
    font-size: 14px;
  }
  .profile-card .button-group .button span {
    font-size: 20px;
  }
}




h5, h4{
	color: #0078BB;
}

.greenpool {
	color: #00bba1;
}



#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}




.features {
  text-align: center; 
} 

.features hr {
    width: 25%;
    margin: 1rem auto; 
}

.features .round-icon {
  background-color: #00bba1;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0px auto 1rem;
  width: 100px;
  font-size: 3rem; 
}

.features .round-icon span {
  color: #fff;  
  display: table-cell;  
  text-align: center;  
  vertical-align: middle; 
}

@media only screen and (max-width: 40em) {
.features .columns {
  margin-bottom: 5rem;
} 
}


/*body {
  marging-top: 2rem; }*/

.title-bar {
  background: #333;
  padding: 0.5rem; }

.top-bar {
  background: #333; }
  .top-bar ul {
    background: #333; }
    .top-bar ul li {
      background: #333; }
      .top-bar ul li a {
        color: #fff; }

.menu-text {
  color: #fff; }
  @media only screen and (max-width: 40em) {
    .menu-text {
      display: none !important; } }

@media only screen and (min-width: 40em) {
  .menu:last-child {
    border-left: 1px solid #4e4e4e; }

  .menu:first-child {
    border-left: none; }

  .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e; } }
.dropdown.menu .submenu {
  border: none; }

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: #fff transparent transparent; }

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff; }

.js-drilldown-back::before {
  border-color: transparent #fff transparent transparent; }
  
 .myContainer {
		width: 90%; 
		margin: 0 auto;
 }
 
 .menu {
	 color: #0078BB;
	 font-family: "Proxima Nova","proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	 font-size: small;
 }
 
 footer .menu li:not(:last-child) {
	border-right: none;
 }
