body{
  overflow-x: hidden;
  background-color: #ffffff;
  background-image: url('../images/bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Oswald', sans-serif;
  font-size: 20pt;
}

@media (min-width: 992px) {
  body {
       /*padding-top: 56px;*/
  }
}
li{
  list-style: none;
  display: inline-block;
}
li.footer{
  padding-right: 10px;
}
footer{
  background-color: #ffffff;

}
img.crunch{
  border-color: #ffc000;
  border-width:5px;
  border-style:double;
}
nav.navbar{
  /*background-color: #ffffff;*/
}
a {
  color:#b53b8b;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover{
    color:#d02f6a;
	  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{
       padding: 20px;
       height:25vh;

		 }
.content-a{
  padding: 20px;
}
