body.page:not(.home) #primary {
    margin-top: 200px;
}
body.single #primary {
    padding-top: 40px;
}
    
}
body {
    overflow-wrap: anywhere !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
.fp-watermark {
    display: none;
}

p a {
    color: black;
}

.description {
    font-size: 22px !important;
    line-height: 34px !important;
}

.cc-container {
    -margin-top: 150px !important;
}

#fullpage a.arrow-down {
    bottom: 25px !important;
}

#fullpage .intro-text {
    bottom: 140px !important;
}

.logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .logo img {
        max-height: 65px !important;
        max-width: 65px !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .logo img {
        max-height: 65px !important;
        max-width: 65px !important;
    }
    .container {
        margin: 0 4% !important;
    }
    #fullpage .intro-text {
        bottom: 100px !important;
        margin-left: 40px !important;
    }
    .arrow-down img {
        max-width: 70% !important;
    }
    #fullpage a.arrow-down {
        bottom: 20px !important;
    }
    h1 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
    h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    body.page:not(.home) #primary, body.single {
        margin-top: 80px !important;
    }
    .cc-container {
        margin-top: 40px !important;
    }
    .underline {
        margin: 0 !important;
    }
    .main-head {
        width: 100% !important;
        -margin-left: 60px !important;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait)  {
    p {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    img {
        max-width: 100% !important;
        width: auto !important;
    }
    .logo img {
        max-height: 65px !important;
        max-width: 65px !important;
    }
    h1 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
    h2 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .movies h2,
    .music h2,
    .related h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    #fullpage .intro-text {
        bottom: 130px !important;
    }
    #fullpage a.arrow-down {
        bottom: 50px !important;
        width: 40px !important;
    }
    .music {
        -display: inherit !important;
        -overflow: hidden !important;
    }
    .container {
        margin: 0 5% !important;
    }
    .main-head {
        width: 97% !important;
    }
    .cc-container {
        margin-top: 0px !important;
    }
    body.page:not(.home) #primary, body.single {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 38px !important;
        line-height: 42px !important;
    }
    h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .cc-container {
        margin-top: 0px !important;
    }
    body.page:not(.home) #primary, body.single {
        margin-top: 110px !important;
    }
    #fullpage .intro-text {
        bottom: 100px !important;
    }
    body.single #primary {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1640px) {
    .logo img {
        max-height: 120px !important;
        max-width: 120px !important;
    }
    .container {
        margin: 0 130px !important;
    }
    header {
        height: 125px;
    }
}

.music {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}