body{
  overflow-x: hidden;
  background-color: ;
  background-image: url('');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Passion One', cursive;
}

@media (min-width: 992px) {
  body {
       /*padding-top: 56px;*/
  }
}
footer{
  background-color: ;

}
li{
  list-style: none;
  display: inline-block;
}
img.crunch{
  border-color: ;
  border-width:5px;
  border-style:double;
}
nav.navbar{
  /*background-color: #ffffff;*/
}
a {
  color:#f83b82;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover{
    color:#f4bfd3;
	  text-decoration: none;
  }
.top-buffer {
  margin-top:20px;
}
.content-container{
  padding: 30px;
  background-color: #ffffff;
  background-image: url('');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 25px;

  }

.intro-section{
        background-color: #ffffff;
        background-image: url('/images/bg.png');
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
       padding: 20px;
       height:100vh;

		 }
.content-a{
  color: #ffffff;
  font-size: 25pt;

}

.car{
  font-size: 25pt;
}
 .grid-1{
   background-color: #f9cdde;

 }


 .grid-2{
   background-color: #f47aa8;

 }
 .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
