@font-face {
  font-family: "Avenir-bold";
	src: url('../fonts/AvenirNextLTPro-Bold.otf'),
	url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
	url('../fonts/AvenirNextLTPro-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: "Avenir-regular";
	src: url('../fonts/AvenirNextLTPro-Regular.otf'),
	url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
  url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
  url('../fonts/AvenirNextLTPro-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: "Avenir-medium";
  src: url('../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
  url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'),
  url('../fonts/AvenirNextLTPro-Demi.ttf')  format('truetype');
}
body, html {
	font-family: "Avenir-regular";
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}
.row{
	margin: 0px;
}
.navbar-default{
	border-color: #fff;
	padding-top: 7px;
	min-height: 65px;
	background: white;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default .navbar-nav>li>a {
  color: #5b93d5;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  font-family: "Avenir-bold";
  color: #5b93d5;
  background-color: white;
}
#hero-image{
	height: 463px;
	margin-top: 65px;
  background: url('../img/violin.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  background-size: cover;
}
.hover {
	cursor: pointer;
}
#flower{
	position: relative;
	top:-70px;
}
#flower h1{
	font-family: "Avenir-medium";
	font-size: 23px;
	font-weight: bold;
	color:#5b93d5;
}
.universal_l-padding, .teachers-padding, .steps-padding, .why-padding, .points-padding, .value-explained-padding, .conversation-padding{
	padding: 40px;
}
#universal_l .title{
	font-size: 20px;
}
.universal_subheader{
	font-size: 18px;
}
#universal_l .description, #steps .description{
	font-size: 18px;
}
#universal_l h2{
	font-size: 23px;
	color:#5b93d5;
}
#universal_l{
	background: white;
}
#about{
	min-height: 550px;
  background: url('../img/hello_school.png') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  background-size: cover;
  position: relative;
}
#about .layer {
  background-color: rgba(216, 177, 23, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about h2{
	padding-top: 20%;
	font-size: 48px;
}
#teachers-3{
	min-height: 550px;
  background: url('../img/nina.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
}
#teachers-3 .layer {
  background-color: rgba(147,201,58,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#teachers-3 h2{
	padding-top: 20%;
	font-size: 48px;
}
#teachers-3 p, #about p{
	font-size: 16px;
}
#steps{
	background: #ebebeb;
}
#why .description{
	font-size: 18px;
}
#why h2{
	font-size: 23px;
	color:#5b93d5;
}
#why{
	background: white;
}
#why p{
	font-size: 18px;
}
#points {
	background: #ebebeb;
}
#points p{
	font-size: 18px;
}
#music-verb{
	min-height: 440px;
  background: url('../img/musical_bg.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  background-size: cover;
  position: relative;
}
#music-verb h2{
	padding-top: 10%;
	font-size: 34px;
}
#music-verb p{
	font-size: 19px;
}
#value{
	min-height: 550px;
  background: url('../img/HomeUse.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  background-size: cover;
  position: relative;
}
#value .layer {
  background-color: rgba(230,56,143,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#value h2{
	padding-top: 20%;
	font-size: 48px;
}
#value-explained p{
	font-size: 18px;
}
#value-explained .margin-top-values{
	margin-top: 40px;
}
#value-explained h2{
	font-size: 20px;
	color: black;
}
#conversation{
	min-height: 440px;
  background: url('../img/black_const.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  background-size: cover;
  position: relative;
}
#conversation h2{
	font-size: 23px;
}
#conversation p{
	font-size: 20px;
	color: white;
}
.bold{
	font-family: "Avenir-bold";
}
.medium{
	font-family: "Avenir-medium";
}
.blue {
	color:#5b93d5
}
.green{
	color:#659b2d
}
.yellow {
	color:#e0ad00
}
.white {
	color: #fff;
}
.red {
	color: #c5635a
}
.blue-2 {
	color:rgb(97, 179, 219)
}
.yellow-2 {
	color:rgb(250, 179, 47)
}
.red-2 {
	color: rgb(235, 97, 94)
}
.uppercase{
	text-transform: uppercase;
}
.btn-primary {
  color: #fff;
  background: #5b93d5;
  border-color: transparent;
}
.btn {
  padding: 14px 18px;
}
.btn2 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.circle {
	width: 180px;
	height: 180px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	margin: 0 auto;
	border: 2px solid #5b93d5;
	border-style: dotted;
}
.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.btn-success{
	background: rgb(0, 189, 59);
}
.btn-important{
	background: #5B93D5;
	color: white!important;
}
.btn-important:hover{
	background: #4391ed!important;
	color: white!important;
}
#footer{
	background: rgb(20, 20, 20);
	padding: 30px;
}
#points .padding{
	padding:10px 55px;
}
#why .padding{
	padding: 45px;
}
hr {
  border-color: rgb(86, 86, 86);
  background: rgb(86, 86, 86);
  color: rgb(86, 86, 86);
}
@media screen and (max-width: 1106px) {
	.up h1{
		font-size: 32px;
		top: 100px;
	}
}
@media screen and (max-width: 680px) {
	#about h2{
		margin-top: 25%;
	}
	#teachers-3 h2{
		margin-top: 25%;
	}
	#value h2{
		margin-top: 25%;
	}
	#points .padding{
		padding: 10px 0px;
	}
	#teachers .padding1 {
		padding:0px 10px;
	}
	#teachers .padding2 {
		padding:20px 0px;
	}
	#why .padding{
		padding: 20px;
	}
	#value-explained .margin-top-values{
		margin-top: 0px;
	}
	.no-padding-680{
		padding: 0px;
	}
}
.spinner {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top:0px;
  left:0pc;
  bottom:0px;
  right:0px;
  background: rgba(0, 0, 0, 0.8);
  z-index:999999999999;
  text-align: center;
}
.spinner > div {
  border-radius: 5px;
  background-color: #fff;
  height: 60px;
  width: 6px;
  display: inline-block;
  position: relative;
  margin-top:25%;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner > p {
	color: white;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
#video_modal .modal-body{
	padding:0px;
}
#video_modal .modal-header{
	background:#5b93d5;
	color: white;
}
#video_modal .modal-content{
	border: none;
}