@import url("https://fonts.googleapis.com/css?family=Proxima+Nova");
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}

.jumbotron {
  background: url(../img/Main-Bnner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 105vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
  margin-bottom: 0px;
}

@media (max-width: 700px) {
  .jumbotron {
    background: url(../img/mobile1/Main-Banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px;
    height: 90vh;
  }
}

@media (max-width: 100px) {
  .jumbotron {
    background: url(../img/Main-Bnner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px;
    height: 85vh;
  }
}

.jumbotron .programme {
  display: block;
  color: #FFFF00;
  margin: 4px auto;
  font-weight: bolder;
  font-size: 1.1rem;
}

@media (max-width: 700px) {
  .jumbotron .programme {
    font-size: .8rem;
    margin: 4px auto;
  }
}

.jumbotron .memorial {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 700px) {
  .jumbotron .memorial {
    width: 100%;
  }
}

.jumbotron .mobile {
  display: none;
}

@media (max-width: 700px) {
  .jumbotron .mobile {
    display: block;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 700px) {
  .jumbotron .desktop {
    display: none;
  }
}

.jumbotron h3 {
  font-size: 1.3rem;
}

@media (max-width: 700px) {
  .jumbotron h3 {
    font-size: .8rem;
    width: 60%;
    margin: auto;
  }
}

.jumbotron .name-desktop {
  width: 45%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 23% auto 0px;
}

@media (max-width: 700px) {
  .jumbotron .name-desktop {
    display: none;
    margin: 75% auto 0px;
    width: 90%;
  }
}

@media (max-width: 100px) {
  .jumbotron .name-desktop {
    display: none;
    margin: 75% auto 0px;
    width: 90%;
  }
}

.jumbotron .name-mobile {
  display: none;
}

@media (max-width: 700px) {
  .jumbotron .name-mobile {
    display: block;
    width: 80%;
    margin: 72% auto 0px;
  }
}

@media (max-width: 100px) {
  .jumbotron .name-mobile {
    display: block;
    width: 60%;
    margin: 70% auto 0px;
  }
}

.jumbotron .name2 {
  width: 45%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

@media (max-width: 700px) {
  .jumbotron .name2 {
    display: none;
  }
}

@media (max-width: 100px) {
  .jumbotron .name2 {
    display: none;
  }
}

.jumbotron .year-desktop {
  width: 20%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 0px;
}

@media (max-width: 700px) {
  .jumbotron .year-desktop {
    display: none;
  }
}

.jumbotron .year-mobile {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 700px) {
  .jumbotron .year-mobile {
    display: block;
    width: 30%;
    margin: auto;
  }
}

.service-of-song {
  background: black;
  color: white;
  height: 100vh;
}

@media (max-width: 700px) {
  .service-of-song {
    height: auto;
  }
}

@media (max-width: 100px) {
  .service-of-song {
    height: 60vh;
  }
}

.service-of-song .row {
  height: 100%;
}

@media (max-width: 700px) {
  .service-of-song .row {
    height: auto;
  }
}

@media (max-width: 700px) {
  .service-of-song .row .desktop-col {
    display: none;
  }
}

.service-of-song .row .mobile-col {
  display: none;
}

@media (max-width: 700px) {
  .service-of-song .row .mobile-col {
    display: block;
  }
}

.service-of-song .row .col-sm-5 {
  padding: 0px;
  height: 100%;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-5 {
    height: 300px;
  }
}

@media (max-width: 100px) {
  .service-of-song .row .col-sm-5 {
    height: 100%;
  }
}

.service-of-song .row .col-sm-5 .mobile {
  display: none;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-5 .mobile {
    display: block;
  }
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-5 .desktop {
    display: none;
  }
}

.service-of-song .row .col-sm-5 .img-fluid {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
}

.service-of-song .row .col-sm-7 {
  padding: 40px 50px;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 100px) {
  .service-of-song .row .col-sm-7 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 50px 20px;
  }
}

.service-of-song .row .col-sm-7 .img-fluid {
  width: 80%;
  padding: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
}

.service-of-song .row .col-sm-7 p, .service-of-song .row .col-sm-7 small {
  margin-left: 20px;
  font-size: 1.1rem;
  padding: 0px;
  line-height: 10px;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 p, .service-of-song .row .col-sm-7 small {
    font-size: .8rem;
    line-height: unset;
    padding: 0px;
    margin: auto;
  }
}

@media (max-width: 100px) {
  .service-of-song .row .col-sm-7 p, .service-of-song .row .col-sm-7 small {
    font-size: .8rem;
    line-height: unset;
    padding: 0px;
    margin: auto;
  }
}

.service-of-song .row .col-sm-7 small {
  font-size: .8rem;
}

.service-of-song .row .col-sm-7 .stream {
  color: #FFFF00;
  line-height: -10px;
  font-weight: lighter;
  margin-top: 20px;
}

.service-of-song .row .col-sm-7 .link-div {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .link-div {
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 100px) {
  .service-of-song .row .col-sm-7 .link-div {
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.service-of-song .row .col-sm-7 .link-div .fas {
  color: red;
  font-size: 2rem;
  margin-right: 10px;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .link-div .fas {
    font-size: 1rem;
  }
}

.service-of-song .row .col-sm-7 .link-div a {
  color: #FFFF00;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .link-div a {
    font-size: .8rem;
  }
}

.service-of-song .row .col-sm-7 .video {
  background-color: gray;
  height: 250px;
  width: 70%;
  margin-left: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .video {
    height: 150px;
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 100px) {
  .service-of-song .row .col-sm-7 .video {
    height: 250px;
    width: 100%;
    margin: auto;
  }
}

.service-of-song .row .col-sm-7 .video .img-fluid {
  height: 80px;
  margin-top: 15%;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .video .img-fluid {
    height: 50px;
    margin-top: 15%;
  }
}

@media (max-width: 100px) {
  .service-of-song .row .col-sm-7 .video .img-fluid {
    height: 50px;
    margin-top: 20%;
  }
}

.service-of-song .row .col-sm-7 .mobile {
  display: none;
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .mobile {
    display: block;
    margin: auto;
  }
}

@media (max-width: 700px) {
  .service-of-song .row .col-sm-7 .desktop {
    display: none;
  }
}

.service-of-song.two {
  background-color: #fa4343;
}

.tribute-div {
  height: 50vh;
  padding-top: 100px;
  background: url(../img/collage/tribute.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 700px) {
  .tribute-div {
    background: url(../img/collage/Mobile-Version-tibute-collage.jpg);
    background-size: 100%;
    padding-top: 120px;
  }
}

@media (max-width: 100px) {
  .tribute-div {
    padding-top: 150px;
  }
}

.tribute-div .img-fluid {
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  height: 100px;
}

.tribute-div .mobile {
  display: none;
}

@media (max-width: 700px) {
  .tribute-div .mobile {
    display: block;
    height: 50px;
  }
}

@media (max-width: 700px) {
  .tribute-div .desktop {
    display: none;
  }
}

.tribute-div a {
  color: #FFFF00;
  font-size: 1.5rem;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .tribute-div a {
    font-size: 1rem;
  }
}

footer {
  background-color: #FFFF00;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 0px;
  height: 60vh;
  padding: 40px;
}

@media (max-width: 700px) {
  footer {
    height: 50vh;
  }
}

@media (max-width: 100px) {
  footer {
    padding: 50px;
    height: 50vh;
  }
}

@media (max-width: 700px) {
  footer .img-fluid {
    width: 50%;
  }
}

footer .contact {
  height: 100px;
  padding: 10px;
}

footer .contact p {
  font-size: 1.8rem;
  padding: 0px;
  line-height: 15px;
  font-weight: bold;
}

@media (max-width: 700px) {
  footer .contact p {
    font-size: 1rem;
  }
}

.modal {
  padding: 0px;
}

.modal .modal-content {
  margin-top: 20%;
  height: 50%;
  width: 100%;
}

@media (max-width: 700px) {
  .modal .modal-content {
    margin-top: 40%;
  }
}

.modal .modal-content .modal-body {
  position: relative;
  padding: 0px;
}

.modal .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

.modal .modal-content .modal-body .close {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 5px;
  color: white;
}
/*# sourceMappingURL=index.css.map */