@font-face {
    font-family: hanson;
    src: url(/fonts/Hanson-Bold.ttf);
    font-weight: bold;
  }
  @font-face {
    font-family: optima;
    src: url(/fonts/OPTIMA.TTF);
  }
body {
  /* Location of the image */
  /*background-image: url("/img/background.jpg");*/
  
  /* Image is centered vertically and horizontally at all times 
  background-position: center center;*/
  
  /* Image doesn't repeat 
  background-repeat: no-repeat;*/
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height 
  background-attachment: fixed;*/
  
  /* This is what makes the background image rescale based on its container's size 
  background-size: cover;*/
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  /*background-color:#030303!important;*/
  background: rgb(2,0,36);
background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(86,37,63,1) 34%, rgba(234,9,76,1) 100%);
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}
html,body { height:100%; 
color:black;}
.download:hover {
	border-color:#1a9a77;
    background-color: #1a9a77;
    color: #332a81!important;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.txtbaselinecolors{
    color:#b9bab5!important;
}
.popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}
.song-info{
    color: #113a46;
}
.description{
    color: #113a46;
}
button {
    background-color: #3aaa35;
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin: 4px 2px;
    cursor: pointer;
    min-width: 210px;
    letter-spacing: 2px;
    border-radius: 50px;
}
.popuptext {
    visibility: hidden;
    width: 300px;
    background-color: #113a46;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 106%;
    left: 44%;
    margin-left: -80px;
  }
  /* Toggle this class - hide and show the popup */
.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
#services li {
  float: left;
  list-style: none;
  text-align: center;
  background-color: #fff;
  margin-right: 30px;
  width: 100%;
  line-height: 60px;
}
#services li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
}

#services li:hover {
  background: #dbd9d9;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
#services {
	margin-left: -40px;
}
.servicebutton{
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #fff;
    -webkit-filter: saturate(90%);
    filter: saturate(90%);
    color: #000;
    border-radius: 6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    -webkit-transition: width .1s ease-in-out,opacity .5s ease-in-out;
    transition: width .1s ease-in-out,opacity .5s ease-in-out;
}
.container{
	margin-top: 2%;
}
.page-warpper{
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
}
.form-control{
	margin-left: auto;
	margin-right: auto;
	width: 70% !important;
	margin-bottom: 20px;
}
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #3aaa35;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    max-width: 46%!important;
}

}
@media  screen and (max-width: 1100px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    max-width: 70%!important;
}
.popuptext {
    margin-left: -120px!important;
  }
  .container{
	margin-top: 5%;
}

}