body{
  font-family: 'Cormorant Upright', serif;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body {
  height: 100%;
  width: 100%;
}
#body-full {
  animation: 1s bodyFadeIn forwards;
}
@keyframes bodyFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar {
/*  padding: 1rem;*/
}
.btn {
  border-radius: 0;
  padding: 8px;
}
ul {
  list-style-type: none;
}
.bg-light {
  background-color: rgba(0, 0, 0, 0) !important;
}
.emerge-nav-item li {
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.navigation-item a{
  color: #107166;
  padding-left: 10px;
  border-left: 3px solid #ffabba;
}
.nav-link {
  font-size: 1.1em !important;
  color: white !important;
}
/*.carousel-inner img {
  width: 100%;
  height: 100%;
}*/
.carousel > .col-lg-12 {
  padding: 0;
}
.custom-toggle {
  width: 50px;
  /*animation: pulse 1s infinite;*/
}
.custom-social {
  position: absolute;
  display: block;
  max-width: 350px;
}
.ceo-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #107166;
}
.custom-social > a {
  margin: 15px;
}
.toggle-bar {
  margin-bottom: 10px;
  width: 100%;
  height: 8px;
  border-radius: 12px;
  box-shadow: 3px 2px 12px #3d3d3d;
  background-color: white;
}
.custom-toggle:hover {
  cursor: pointer;
}
.carousel-caption {
  left: -25%;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
}
video {
  box-shadow: 5px 5px 10px #000;
  float: right;
}
.space1{
  margin-top: 50px
}
.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #fff;
}
.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #fff;
  padding-bottom: 1rem;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.space {
  margin: 2rem;
}
.linkspace {
  margin-right: 20px;
}
#info {
  background-color: #107166;
  color: white;
}
#pink {
  background-color: #ffabba;
  color: #000;
/*  font-weight: bold;*/
}
.card-title {
  color: #107166;
  font-weight: bold;
}
#background1 {
  background: url(Img/keyboard.jpg);
  background-size: auto, cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #107166;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #myBtn:hover {
    background-color: #ffabba;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {background-color: #107166;}
    to {background-color: #ffabba;}
}

/* Standard syntax */
@keyframes example {
    from {background-color: #107166;}
    to {background-color: #ffabba;}
}








/*---Media Queries --*/
@media (max-width: 1200px) {
  .social a {
    font-size: 3rem;
    padding: 2rem;
  }
  }
@media (max-width: 900px) {
  .carousel-caption .btn {
  top: 35%;
}
.carousel-caption h1 {
  font-size: 350%;
}
.carousel-caption h3 {
  font-size: 140%;
  font-weight: 400;
  padding-bottom: .2rem;
}
.carousel-caption .btn {
  font-size: 95%;
  padding: 8px 14px;
}
.display-4 {
  font-size: 200%
}
.social a {
  font-size: 1rem;
  padding: 1rem;
}
}
@media (max-width: 600px) {
.carousel-caption {
  top: 30%;
}
.carousel-caption h1 {
  font-size: 250%;
}
.carousel-caption h3 {
  font-size: 110%;
  font-weight: 400;
  padding-bottom: .2rem;
}
.carousel-caption .btn {
  font-size: 85%;
  padding: 4px 8px;
  top: 35%;
}
.display-4 {
  font-size: 160%
}
.social a {
  font-size: .5rem;
  padding: .5rem;
}
}
@media (min-width: 400px) {
  .carousel-caption {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    size: 50%
  }
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 80%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('./Img/candle.jpg');
  position: fixed;
  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;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}
.back{
    background: #e1e2e0; /* For browsers that do not support gradients */
    background: linear-gradient(#e1e2e0, #ffffff); /* Standard syntax (must be last) */
    color: #000;
}
#mongo {
  float-right;
}
.social a {
  font-size: 2em;
  padding: 1.5rem;
}
.fa-phone {
  color: #fff;
  font-size: 1.5rem;
}
.fa-envelope {
  color: #fff;
  font-size: 1.5rem;
}
.fa-instagram {
  color: #fff;
  font-size: 1.5rem;
}
.fa-facebook {
  color: #fff;
  font-size: 1.5rem;
}
.slinks:hover {
  opacity: 0.7;
}
footer {
  background-color: #3f3f3f;
  color: #dd55d5;
  padding-top: 2rem;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #107166;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.card {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.card img:hover {
  pointer-events: stroke;
  opacity: 0.8;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.colorChange {
  animation: colorRotate 5s linear infinite;
}

@keyframes colorRotate {
  100% {
    -webkit-filter: hue-rotate(360deg);
  }
}
.room{
  margin-top: 15px;
}

#leftb {
  border-left: solid 2px black;
}

.toppad{
  margin-top: 5px;
}
.about-info {
  position: absolute;
  width: 35%;
  padding: 25px;
  top: 10%;
  right: 5%;
}
.about-info p{
  text-align: center;
  color: white;
}
.info-avi {
  display: block;
  margin: 0 auto;
  border-radius: 40%;
}
.info-avi-mobile {
  position: absolute;
  top: 10%;
  left: 30%;
  opacity: 0.6;
}
@keyframes pulse {
  from {
    transform: scale(.9);
  }
  to {
    transform: scale(1.2);
  }
}
.slideNavIn {
  animation: 0.3s navSlideIn forwards;
  transform: translateX(0);
}
.slideNavOut {
  animation: 0.3s navSlideOut forwards;
  transform: translateX(-150%);
}
.clicked-toggle {
  animation: 0.3s rotateCounterClock forwards;
  transform: rotate(-360deg);
}
.Unclicked-toggle {
  animation: 0.3s rotateClock forwards;
  transform: rotate(0deg);
}
.emerge-nav-link-items {
  transform: translateX(-150%);
  top: 75px;
  border-radius: 4px;
  position: absolute;
  padding: 30px;
  background-color: white;
}
@keyframes rotateCounterClock{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateClock{
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes navSlideIn{
  from {
    transform: translateX(-150%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes navSlideOut{
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-150%);
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
/*  animation-name: backgroundfade;
  animation-duration: 1s;*/
}

.modal-content {
  background-color: #f4f4f4;
  margin: 10% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2),0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
} 
.little-ones-section {
  border: 1px solid rgba(0,0,0,.125);
}
.little-ones-section .card {
  border: 0px;
}

.modal-body {
  padding: 10px;
}

.closeBtn {
  color: #107166;
  float: right;
  font-size: 50px;
}
.closeBtn:hover,.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes modalopen {
  from{opacity: 0}
  to {opacity: 1}
}
/*
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) { ... }
*/








