@import url('https://fonts.googleapis.com/css?family=Titillium+Web');



body {
  min-height: 100%;

}


#mainNav {
  box-shadow: none;
  opacity: 0.91;
}


.occasion-sec {
  padding-top: 150px;
  background-image: url(../img/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
}

h1 {
  font-size: 65px;
  margin-bottom: 20px;
}

.snip1360 {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  min-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  background-color: #ffffff;
}

.snip1360 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1360 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1360 figcaption {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 25px 55px;
  position: relative;
  height: 225px;
}

.snip1360 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.snip1360 figcaption .btn-g {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 10px;
  background-color: #B28A51;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.95;
  font-family: 'Titillium Web', sans-serif;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

.snip1360 figcaption a:hover {
  opacity: 1;
}

#courses-btn-contact {
  color: #fff;
  float: left;
  border-right: 1px solid;
  border-radius: 0;
}

#courses-btn {
  color: #fff;
  float: right;
  border-left: 1px solid;
  border-radius: 0;
}

.snip1360 h2 {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}

.snip1360 p {
  margin: 0 0 10px;

  font-size: 0.9em;

  letter-spacing: 1px;

  opacity: 0.9;


  width: 100%;

  text-align: left;

  overflow: hidden;
}

@media screen and (max-width:500) {
  .snip1360 {
    max-width: 320px;
  }

  .snip1360 figcaption {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 25px 55px;
    position: relative;
    min-height: 225px;
    max-height: 330px;
  }
}

.price-c {
  color: #fff;

  font-size: 24px;

  float: right;

  position: absolute;

  top: 0;

  right: 0;

  background: #B28A51;

  padding: 10px;

  width: 175px;

  text-align: center;
}