.ct-navigation {
    position: fixed;
    z-index: 999;
    width:100%;
}

.ct-navigation .ct-top-menu ul.wp-block-navigation__container li {
    padding: 8px 12px;
}

.ct-herohome {
    width:100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom;
    position:relative;
}


.ct-herohome .logo-hero {
    position:relative;
    width: 90%;
    top:100px;
}

.ct-herohome .ct-welcomeImage {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom:0px;
}

.ct-section-bg {
    background:url(images/radial-bg.png) #FAF8FF no-repeat top right;
}

/*
@media only screen and (max-width: 600px) {
    .ct-herohome .logo-hero {
        width: 90%;
        margin-top:100px;

    }
}

@media screen and (min-width: 1400px) {
    .container {
      width: 1370px;
    }
  }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1570px;
    }
  }
  @media screen and (min-width: 1900px) {
    .container {
      width: 1870px;
    }
  }
*/