@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova-regular-webfont.eot'); /* IE9 Compat Modalitys */
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), /* Super Modalityrn Browsers */
      url('../fonts/proximanova-regular-webfont.woff') format('woff'), /* Pretty Modalityrn Browsers */
      url('../fonts/proximanova-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
html, body {
    margin:0;
    height: 100%;
    width: 100%;
    font-size: 62.5%;
}
body {

}
html, body, input[type="text"], textarea {
    font-family: "ProximaNovaRegular", Helvetica, sans-serif;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.danceup-header nav {
  margin:0 !important;
  width:100% !important;
  padding:20px 0 !important;
}
.clearfix{
    margin-left: 0 !important;
    padding-right: 0 !important;
    max-width:100% !important;
}

.danceup-header nav img {
  padding-left:20px;
}

header .phone {
  margin-right:40px;
}

.dance_up {
    background-color: #fff;
}
.dance_up .container {
    background-color: #fff;
    box-shadow: 0 0 2px 1px #aaa;
    width: 100%;
    height: auto;
    max-width: 600px;
    box-sizing: border-box;
    margin:25px auto;
    border-radius: 5px;
    padding: 40px 20px;
    transition: height 400ms;
}


.faq-title{
    font-size: 2.1rem;
}


.info-title{
    color: #fff;
    background-color:#EF3030;
    min-height:100px;
    padding:0 50px;
}

.info-title h1{
    font-size: 4.5rem !important;
    max-width:600px;
    margin:0 auto;
    padding:25px 0;
    text-align:center;
}

.info-data{
    font-size: 1.7rem;
    max-width:100%;
    margin: 0px auto;
}

.contact-details {
    overflow: hidden;
}

.contact-details-img {
    float: left;
    width:100%;
    margin-bottom:10px;
}

.contact-details-data {
    float: left;
    width:100%;
}

.contact-details-img img{

    width:90%;
}


.contact-details-data .first-header{
    font-size: 4.5rem;
    margin:0px !important;
    padding:0px !important;
    color:#ff0000;
    line-height:1.2em;
}

.contact-details-data .second-header{
    font-size: 6.0rem;
    margin:0 0 10px 0 !important;
    padding:0px !important;
    color:#ff0000;
    line-height:1.2em;
}

.contact-details-data p{
    width:100%;
    margin-top:16px;
}

.contact-details-data span{
    padding-left:8px;
    font-family: "ProximaNovaRegular" !important;
}

.contact-details-data .social a{
    margin-right: 9px;
}

.dance_up .character {
    margin: auto;
    display: block;
}
.dance_up h1 {
    color: #000;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;

    padding:0;
}
.dance_up h2 {
    color: #666;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 auto 30px;
    padding:0;
}
.dance_up p {
    color: #000;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px auto;
    padding:0;
    font-weight: 700;
}
.dance_up ol {
    margin: 20px auto;
    max-width: 400px;
    text-align: left;
}
.dance_up ol li {
    text-align: left;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px auto;
    padding:0;
}
.dance_up .share {
    background-color: #F61F8E;
    padding: 20px;
    margin: 40px auto 0;
    max-width: 400px;
}
.dance_up .share p {
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.dance_up .share input {
    background-color: #fff;
    color: #000;
    padding:10px;
    border-width: 0;
    outline-width: 0;
    font-size: 2rem;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    border-radius: 5px;
    margin:20px auto 0;
}
@media (max-width: 768px) {
    .dance_up .container {
        box-shadow: none;
        border-width: 0;
        border-radius: 0;
        max-width: 100%;
        margin-top: 0;
    }

    .info-data{
      max-width:100%;
      margin: 20px auto;
  }
}



@media (min-width: 992px) {

    .contact-details-img {
        float: left;
        width:55%;
    }

    .contact-details-data {
        float: left;
        width:45%;
    }
}



.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}




  .services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-links {
    position: relative;
    padding: 25px 0px 50px 0px;
    display: block;
    text-align: center;
    flex-basis: 25%;
  }

  .services-links__link {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #0299d8;
    letter-spacing: 0;
    line-height: 24px;
  }

  .services-links__link .fas{
    font-size: 12px;
  }

  .services-links__img img{
    width: 80px;
  }

  .services-links__title {
    height: 38px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #50535a;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 12px;
    margin: 0;
  }


@media only screen and (max-width: 768px){

  .services-links {
    flex-basis: 100%;
  }

}

@media only screen and (min-width: 1201px){

  .services-links__title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .services-links__text {
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    max-width: 320px;
    margin: 0 auto;
    height: max-content;
  }

  .services-links__img-container {
    display: table;
    width: 100%;
  }


  .aui .services-links__img {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    height: 64px;
    max-width: 140px;
    margin: auto;
  }

  .aui .services-links__title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
  }

}
