@media all and (max-width: 1400px) {
#first-screen h1 {
    font-size: 100px;
}
.fs-text {
    max-width: 440px;
    margin: -89px 0px 0px auto;
}
.site-name > div:first-child {
    font-size: 150px;
}
.site-name > div:last-child {
    max-width: 160px;
}

}

@media all and (max-width: 1200px) {
#first-screen {
    height: auto;
    min-height: 100vh;
}
#second-screen .row > div:last-child {
    padding-left: 15px;
}
.fs-text {
    max-width: unset;
    margin: 20px 0px 0px 0px;
}
.down {
    bottom: 30px;
}

}

@media all and (max-width: 960px) {
body {
    font-size: 16px;
}
.site-name > div:first-child {
    font-size: 100px;
    transform: unset;
    writing-mode: unset;
    text-align: center;
}
.site-name > div:last-child {
    max-width: unset;
}
#first-screen h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
}
#first-screen h1 br {
    display: none;
}
.fs-text {
    text-align: center;
    padding-bottom: 60px;
}
.fs-text br {
    display: none;
}
#second-screen {
    padding: 30px 0px;
}
#second-screen .site-name {
    display: none;
}
#first-screen {
    height: 100vh;
    padding: 0px 0px 100px 0px;
}
#first-screen .container {
    padding: 30px 15px;
}
.fs-text {
    padding-bottom: 0px;
}
.down {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin: 20px auto 0px auto;
}

}

@media all and (max-width: 767px) {
.site-name > div:first-child {
    font-size: 80px;
}
#first-screen h1 {
    font-size: 32px;
}

}