body {
    font-family: 'Epilogue', sans-serif;
}

header h3, .h3 {
    font-family: 'DM Serif Display', serif;
}

h4, .h4 {
    font-family: 'DM Serif Display', serif;
}

.card-title {
    font-family: 'DM Serif Display', serif;
}

.stats p {
    font-family: 'DM Serif Display', serif;
}
.sticky-top {
    transition: all 0.25s ease-in-out;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding-top: 7px !important;
    padding-bottom: 3px !important;
    height: 50px;
    transition: all 0.25s ease-in-out;
}

.stuck .navbar-brand {
    height:100px;
}

.stuck .navbar-brand img {
    height: 50px;
    width: 75px !important;
    margin-top: 23px;
    transition: all 0.25s ease-in-out;
}

.stuck .navbar .btn {
    padding: 11px 30px;
    margin-top: -3px;
    font-size: 14px;
    transition: all 0.25s ease-in-out;
}
  .btn {
      border-radius:0px !important;
  }

  .bg-sea {
background:#0f627d;
  }

  .bg-sky {
      background:#39dfff;
      color:#0f627d;
  }

  .text-primary {
      color:#39dfff !important;
  }

  .bg-primary {
    background:#39dfff !important;
  }


.btn-link {
      color:#FFF;
  }

  .btn-link:hover {
    color:#F2F2F2;
    text-decoration:none;
  }

  body a {
      color:#39dfff;
  }

  body a:hover {
      color:#FFF;
  }

.btn-primary {
    background:#39dfff;
    border-color:#39dfff;
    color:#0f627d;
}

.btn-primary:hover {
    background:#0f627d;
    border-color:#0f627d;
    color:#FFF;
}

.top-menu {
    z-index: 14;
    background:#000;
}

.top-menu a {
    color:#FFF;
}

.top-menu a:hover {
    color:#39dfff;
}

.navbar {
    padding:0px; 
    z-index: 2;
    margin-bottom: -17vh;
}

.nav-link {
    text-transform: uppercase;
    color:#FFF !important;
    border-bottom: 2px solid transparent;
}
.navbar .nav-link:hover {
    border-bottom: 2px solid #39dfff;
}

.navbar-brand:hover {
    text-decoration: none !important;
}

.list-inline-item:not(:last-child) {
    margin-right: -1rem;
}

.card {
    border-radius:0px;
}

.headline {
        width: 100%;
        height: 55px;
        position: relative;
}

.headline::after {
    content: '';
    display: block;
    position: absolute;
    top: 61%;
    width: 7%;
    left: 0%;
    border-bottom: 2px solid #39dfff;
}


.stats h6, .h6 {
    font-size:3rem;
}


ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }
.social-icon-big {
    background: #0f627d;
    padding: 10px;
}  
.artist-definition p {
    font-size: 3vh;
}
/*------------------------------------
  FAQS
------------------------------------*/

.ftco-faqs .myaccordion {
    margin: 0 auto;
    overflow: hidden;
}

.ftco-faqs .myaccordion .card,
.ftco-faqs .myaccordion .card:last-child .card-header {
    border: none;
    background: transparent;
}

.ftco-faqs .myaccordion .card-header {
    border: none;
    background: transparent;
}
.ftco-faqs .myaccordion .card-header p {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}

.ftco-faqs .myaccordion .fa {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.3);
}

.ftco-faqs .myaccordion .btn {
    width: 100%;
    font-weight: 600;
    color: black;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 0 !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}

.ftco-faqs .myaccordion .btn-link:hover,
.ftco-faqs .myaccordion .btn-link:focus {
    text-decoration: none;
}

.ftco-faqs button[aria-expanded="true"] {
    background-color: #0f627d;
    color: #fff !important;
}

.ftco-faqs button[aria-expanded="false"] {
    background-color: #fff;
}
.ftco-faqs .card-body {
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    font-size:14px;
}


.ftco-faqs button[aria-expanded="true"] .fa {
    color: #fff !important;
}
.ftco-faqs .myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.ftco-faqs .myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.ftco-faqs [data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-style: normal;
}

.ftco-faqs [data-toggle="collapse"] .fa:before {
    content: "\f068";
    font-family: "FontAwesome";
    font-style: normal;
}

.ftco-faqs .img {
    height: 450px;
    -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
}
.img, .blog-img, .user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*------------------------------------
  Masthead
------------------------------------*/

.masthead {
    padding: 4rem 0 2rem;
    position: relative;
    background-color: #000;
    background-size: cover;
    z-index: 0;
    background: rgb(57,223,255);
    background: linear-gradient(0deg, rgba(57,223,255,1) 4%, rgba(15,98,125,1) 84%);
    margin-top: -4px;
}
.masthead svg.wave {
    position: absolute;
    bottom: -1px;
    left: 0
}

.masthead h1 {
    font-family: 'DM Serif Display', serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    z-index: 1
}

.masthead h2 {
    font-family: 'Epilogue', sans-serif;
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
    z-index: 1;
}

.masthead a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    z-index: 1
}

.masthead a:hover {
    color: #fff
}

.masthead a:active {
    text-decoration: none
}

.masthead .masthead-cards {
    position: relative;
    z-index: 1
}

.masthead .masthead-cards .shape {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.masthead .masthead-cards .card {
    opacity: 1;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .05rem;
    color: #FFF;
    transition: .15s all;
    border-radius: 9%;
    background:transparent;
border:0px !important;
}

.masthead .masthead-cards .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem
}

.masthead .masthead-cards .card:active {
    margin-top: inherit;
    margin-bottom: inherit
}

.masthead-page {
    padding: 1rem 0 4rem;
}


/*------------------------------------
  Transitions
------------------------------------*/
/* 3D Hover */
.transition-3d-hover {
    transition: all 0.2s ease-in-out;
  }
  
  .transition-3d-hover:hover, .transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  



sub {
    bottom: 0em;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0px;
    color: #6b6c6d;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 52px;
    padding: 0px;
    line-height: 1.42857143;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 10px;

}

.form-control:focus {
    color: #34b2a4 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #34b2a4;
    font-size: 12px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input[type=checkbox],
input[type=radio] {
    margin: 8px 0 0;
    margin-top: 12px;
    line-height: normal;
}

input::-webkit-input-placeholder {
    color: #6b6c6d !important;
}

input:focus::-webkit-input-placeholder {
    color: #34b2a4 !important;
    bottom: 20px;
    position: relative;
}

textarea::-webkit-input-placeholder {
    color: #6b6c6d !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #34b2a4 !important;
    bottom: 20px;
    position: relative;
    font-size: 12px;
}

.input-group-addon {
    background-color: transparent;
    border: 1px solid #34b2a4;
    border-radius: 0px;
}

.focus {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    background-color: #fff;
}

.focus:focus {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border-color: #0f627d;
    background-color: #fff;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #0f627d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #a94442;
    background-color: #fff;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #0f627d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon:last-child {
    border-left: 0;
    border-right: transparent;
    border-top: transparent;
}

.input-group-addon i {
    color: #0f627d;
}

option {
    color: #0f627d;
}

hr {
    border-top: 1px solid #e4e9e8;
    margin-bottom: 40px;
    margin-top: 40px;
}
.mb60{margin-bottom:60px;}
.btn {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 6px;
    line-height: 1.8;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
}

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pdt20 {
    padding-top: 20px;
}

.contact-pageheader {
    position: relative;
    background: #39dfff;
    margin-bottom: 70px;
}

.contact-caption {
    position: relative;
    top: 180px;
}

.contact-caption-text {
    font-size: 23px;
    color: #272d2c;
}

#contact-map {
    height: 450px;
    width: 100%;
    position: relative;
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    bottom: 0px;
    top: 100px;
}

.contact-section {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
}

.contact-section .contact-icon {
    float: left;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 25px;
    color: #0f627d;
    padding-right: 20px;
    position: initial;
}

.contact-section .contact-info {
    padding-top: 10px;
    font-weight: 700;
}

.contact-social ul li {
    float: left;
}


.location-block {
    border-radius: 2px;
    border: 1px solid #eaeaea;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}


.location-block ul li {
    line-height: 2.2;
    font-size: 15px;
}

.location-icon {
    color: #0f627d;
    padding-right: 10px;
    font-size: 15px;
}


#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #0f627d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #0f627d !important;
    padding: 0 20px;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #0f627d !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/*   Inner Pages */

.funding-img {
    background-image: url(http://165.227.63.112/img/for-theatre.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
    }
    .newsletter .form-control:focus {
    box-shadow: none;
    border: 2px solid #0f627d;
    }
    .newsletter .btn {
    min-height: 50px; 
    border-radius:0;
    background: #0f627d;
    color: #fff;
    font-weight:600;
    } 