*,
::after,
::before {
  box-sizing: border-box;
}
* {
  min-height: 0;
  min-width: 0;
}
html {
  interpolate-size: allow-keywords;
}
body {
  font-family: 'Helvetica', serif;
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
}

a {
  cursor: pointer;
  pointer-events: all;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}

.site-menu-navigation-wrap {
  padding:30px 0;
}

.site-menu-navigation-con {
  max-width: 100%;
  width: 1110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-menu-navigation-con .login-logo {
  color:#249BC6;
  font-size:20px;
  line-height:25px;
}

.site-menu-navigation-wrap .login-menu {
  display:flex;
  align-items: flex-end;
  justify-content: center;
}
.site-menu-navigation-wrap .login-menu a {
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none; 
  box-sizing: border-box; 
  color:#fff;
  font-size:25px;
  line-height:30px;
  padding:20px;
}

.login-menu .menu-signin {
  background:#249BC6;
  margin-right:20px;
}
.login-menu .menu-createaccount {
  background:#94C248;
}
.template-makingmusic .container {
  max-width: 100%;
  width: 1110px;
  margin: 0 auto;
  position: relative;
}

.global-section {
  position: relative;
  padding-block: 60px;
}

.flex-row {
  display: flex;
  justify-content: space-between;
}
.align-this-center {
  align-items: center;
  align-content: center;
}
.justify-this-flex-start {
  justify-content: flex-start;
}
.justify-this-center {
  justify-content: center;
}
.justify-this-space-between {
  justify-content: space-between;
}
.justify-this-flex-end {
  justify-content: flex-end;
}
.justify-evenly {
  justify-content: space-evenly;
}

.flex-column {
  flex-direction: column;
}

.flex-50,
.flex-60,
.flex-40,
.flex-33,
.flex-25 {
  margin: 0;
  padding: 0;
}
.flex-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.flex-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-50:first-child {
  padding-right: 30px;
}
.flex-50:last-child {
  padding-left: 30px;
}

.flex-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.flex-33 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.flex-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-hold .headline {
  font-size: 38px;
  line-height: 43px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.flex-hold .headline.font-big{
  font-size: 52px;
  line-height: 55px; 
}

.flex-hold p {
  font-size: 26px;
  line-height: 31px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin:0px;
}

.flex-100 .flex-hold img {
  margin:0 auto 40px;
}

.flex-hold img {
  width: auto;
  height: auto;
}
.flex-hold .cta-wrapper {
  margin: 30px auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-hold .cta-wrapper .global-btn {
  background:#249BC6;
  padding: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flex-hold .cta-wrapper .global-btn span {
  color:#fff;
  font-size:35px;
  line-height:40px;
}
.flex-hold .cta-wrapper .global-btn:hover {
  cursor: pointer;
}

.bg-blue{background:#249BC6;}
.bg-green{background:#94C248;}
.bg-red{background:#E0345B;} 

.global-section.bg-blue .flex-hold .headline,
.global-section.bg-blue .flex-hold  p {
  color: #fff;
}
.global-section.bg-red .flex-hold .headline,
.global-section.bg-red .flex-hold  p {
  color: #fff;
}


.global-section.first-section .headline.font-big{
  width:800px;
  margin:0 auto 30px;
}

a.view-demo-cta{
  color:#249BC6;
  font-size:25px;
  line-height:30px;
  text-align: center;
  margin:0 auto 20px;
  display: block;
}
   
.primary-footer {
  padding:20px 0px;
  background:#249BC6;
}
.subfooter-copyright p {
  text-align: center;
  color:#fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

.global-section.slider-section .flex-60 .flex-hold{
  padding:0px 40px 0px 0px;
  position: relative;
}

.composing-kidmain-caption p {
  display:block;
  margin-bottom:10px;
}
.composing-kidmain-caption span {
  display:block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.composing-kid-testi-con .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.composing-kid-testi-con .slick-dots li {
  margin: 0 5px;
}

.composing-kid-testi-con .slick-dots button {
  font-size: 0;
  background: #CFD1D1;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.composing-kid-testi-con .slick-dots li.slick-active button {
  background:#94C248;
}
@media only screen and (max-width: 1440px) {
  .template-makingmusic .container {
    width: 1170px;8um8998uu
  }
}

@media only screen and (max-width: 1330px) {
  .template-makingmusic .container {
    width: 1024px;
  }
  .global-section {
    padding-block: 100px;
  }
  .flex-50:first-child {
    padding-right: 20px;
  }
  .flex-50:last-child {
    padding-left: 20px;
  }
  .flex-hold .headline {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-menu-navigation-wrap {
    padding: 30px;
  }
  .site-menu-navigation-con {
    width:100%;
  }
  .template-makingmusic .container {
    width: 1024px;
  }
  .global-section {
    padding: 60px 30px;
    padding-block: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-makingmusic .container {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .site-menu-navigation-wrap .login-menu a {
    width:175px;
    height:50px;
    font-size: 18px;
    line-height: 23px;
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .flex-60,
  .flex-50,
  .flex-40,
  .flex-33,
  .flex-25 {
    flex: 100%;
    max-width: 100%;
    margin:0 auto 20px;
  }
  .flex-50:first-child {
    padding-right: 0px;
  }
  .flex-50:last-child {
    padding-left: 0px;
  }
  .flex-reverse .flex-50:first-child {
    padding-left: 0px;
  }
  .flex-reverse .flex-50:last-child {
    padding-right: 0px;
  }
  .flex-hold img {
    margin:0 auto;
  }
  .flex-hold p {
    font-size:22px;
    line-height: 26px;
  }
  .flex-hold .headline {
    font-size: 40px;
    line-height: 45px;
  }
  .flex-hold .cta-wrapper {
    margin: 30px 0 0;
  }
  .flex-hold .cta-wrapper .global-btn {
    padding: 15px 20px;
  }
  .flex-hold .cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .global-section.first-section .headline.font-big {
    width:100%;
  }
  .flex-hold .headline.font-big {
    font-size: 45px;
    line-height: 50px;
  }
  .global-section.slider-section .flex-40{
    margin-top:80px;
  }
  .global-section.slider-section .flex-60 .flex-hold {
    padding:0px;
  }
}

@media only screen and (max-width: 565px) {
  .site-menu-navigation-con {
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-menu-navigation-wrap .login-menu{
    margin-top: 20px;
  }
  .global-section {
    padding: 40px 25px;
    padding-block: 40px;
  }
  .flex-hold .headline {
    font-size: 32px;
    line-height: 37px;
  }
  .flex-hold p {
    font-size: 20px;
    line-height: 25px;
  }
  .flex-hold .cta-wrapper .global-btn span {
    font-size:20px;
    line-height:25px;
  }  
  .flex-hold .headline.font-big {
    font-size: 38px;
    line-height: 43px;
  }
  
}
