@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/*============= RESET =============*/
html,
body {
  overflow-x: hidden;
  /* height: 100%; burger menu gets messed up in iOS hence commented */ 
  width: 100%;
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Open Sans',sans-serif */
  /* font-size: medium; */
  /* color: #505962; */
}

/*============= NAVIGATION =============*/
.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .15rem;
  /* background: rgba(0, 0, 0, .6) !important; */
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .5);
}

.navbar-brand img {
  height: 2.2rem;
}

.nav-item {
  padding-right: 1rem;
}

.nav-link {
  color: white!important;
}

.nav-link-active,
.nav-link:hover {
  color: #44C5EF!important; /* blue in logo */
}

.title-1 {
  font-size: 0.72rem;
}

.title-2 {
  font-size: 0.62rem;
}

.border-top {
  border-top:.1rem solid #44C5EF!important;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.dropdown-item {
  font-weight: 700;
  font-size: .9rem;
}

.dropdown-item:hover {
  background-color: #343a40 !important;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
		margin-top: 0;
	}

	.navbar .nav-item:hover .nav-link {
		color: #fff;
	}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
}

/* Devices under 992px (xl) */
@media (max-width: 991.98px) {
  .dropdown-menu {
    padding-left: 1rem;
  }  
}


/*============= CAROUSEL =============*/
.carousel {
  height: calc(100vh - 56px);
}

.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transition: transform 2s ease;
}

.carousel-indicators li {
  width: 40px;
  height: 6px;
  margin-right: 4px;
  margin-left: 4px;
}

.carousel-caption2 {
  width: 25%;
  position: absolute;
  top: 10%;
  left: 5%;
}

.carousel-caption3a {
  width: 25%;
  position: absolute;
  top: 10%;
  left: 5%;
}

.carousel-caption3b {
  width: 25%;
  position: absolute;
  top: 40%;
  left: 10%;
}

.carousel-caption3c {
  width: 25%;
  position: absolute;
  top: 70%;
  left: 5%;
}

.bg-custom {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 1rem;
}

.carousel-quote {
  text-align: left;
  font-size: 1.25rem;
  font-style: italic;
  font-family: sans;
}

.carousel-quote-author {
  text-align: right;
  font-size: 1.1rem;
  font-style: italic;
  font-family: sans;
}

/*-------------------------------
.carousel-control-prev,
.carousel-control-next {
  opacity: 1!important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  background: #00C0FF;
}

.carousel-control-prev-icon {
  left: 0;
}

.carousel-control-next-icon {
  right: 0;
}

.fa-angle-left,
.fa-angle-right {
  position: absolute;
  font-size: 1.5rem;
  z-index: 9;
}

.fa-angle-left {
  left: 0.75rem; 
}

.fa-angle-right {
  right: 0.75rem;
}
-------------------------------*/

/*============= SOCIAL MEDIA STICKY BAR =============*/
.jumbotron {
  background: linear-gradient(to right, #f2f2f2, #FBFBFB);
  padding: 1rem 0 .5rem;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
}

ul.social {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0 auto;
}

ul.social li {
  margin: 0 auto;
}

.jumbotron .svg-inline--fa {
  font-size: 2rem;
  margin: 0 1rem;
}

.jumbotron .svg-inline--fa:hover {
  color: gray!important;
}

/*============= COLUMN CONTENT =============*/
input {
  width:20rem!important;
}

/*===== FIXED BACKGROUND IMG =====*/
.fixed-background {
  padding: 12rem 0;
  border-top: .05rem solid black;
  border-bottom: .05rem solid black;
  margin-bottom: 2px;
}

.fixed {
  background-image: url('../img/teach.jpg');
  position: fixed;
}

/*============= FOOTER =============*/
.footer-logo {
  height: 4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-contact span {
  color: #44C5EF; /* blue in logo */
}

.footer-contact a {
  color: white !important;
  text-decoration: none !important;
}

.footer-contact a:hover {
  color: #44C5EF !important; /* blue in logo */
  text-decoration: none !important;
}

.footer-link a {
  color: white;
  text-decoration: none;
}

.footer-link a:hover {
  color: #44C5EF; /* blue in logo */
  text-decoration: none;
}

.footer-link span {
  color: #44C5EF; /* blue in logo */
}

#go-to-top {
  background-color: #00C0FF;
  color: white;
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.5rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0px 7px;
  padding-right: 9px 15px;

  text-align: center;
  z-index: 99;
  -webkit-box-shadow: 0 0 rgba(250, 242, 242, 0.35);
  -moz-box-shadow: 0 0 rgba(250, 242, 242, 0.35);
  box-shadow: 0 0 15px rgba(250, 242, 242, 0.35);
} 

.fb-post {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
.facebook {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
}

@media (min-width: 992px) {
.facebook {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
}

@media (min-width: 768px) {
.facebook {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
}

@media (min-width: 576px) {
.facebook {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}

/* Devices under 992px (xl) */
@media (max-width: 991.98px) {

}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}

/* Devices under 576px (sm) */
@media (max-width: 575.98px) {

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}

.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
