* {
    font-family: "Unica One", "Tinos", sans-serif;
    color: white;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
 
body {
    background-color:#f4e7ff;
}

::-webkit-scrollbar {
    width: 0.5%;
}
  
::-webkit-scrollbar-track {
    background:  white;
}
  
::-webkit-scrollbar-thumb {
    background: #ad27d6;
}

::-webkit-scrollbar-thumb:hover {
    background: #4f017c;
}


.navbar {
    width: 100%;
    height: 8%;
    padding-left: 1%;
    padding-right: 1%;
    margin-right: 100px;
    position: fixed;
    background-image: linear-gradient(to right, #ad27d6, #4f017c);
    display: flex;
    align-items: center;
    transform: translateY(-130%);
    transition: all 0.5s;
    z-index: 3;
}

.navbar-down {
    transform: translateY(0px);
}

.navbar-element {
    transform: translateY(20%);
    display: none;
    color: white;
    text-decoration: none;
    font-family: "Kaushan Script", "Playfair Display", serif;
    font-size: 5vh;
    flex: 1;
}

.filler {
    flex: 0.3;
}

.navbar-element:hover {
    cursor: pointer;
}

.drop-elem {
    display: block;
}

.navbar-menu-button {
    width: 8%;
    margin-left: 7%;
}

.navbar-menu-button:hover {
    cursor: pointer;
}

.navbar-dropdown {
    width: 100%;
    height: 40%;
    padding-left: 1%;
    padding-right: 1%;
    position: fixed;
    background-image: linear-gradient(to right, #ad27d6, #4f017c);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-130%);
    transition: all 0.5s;
    z-index: 2;
}

.navbar-droppeddown {
    transform: translateY(20%);
}

.nav-translate-button {
    position: absolute;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-right: none;
    width: 17vw;
    height: 9vw;
    z-index: 2;
    right: 0;
    top: 40%;
    color: white;
    font-size: 3vh;
    line-height: 9vw;
    text-align: center;
    font-family: "Cuprum", sans-serif;
}

.translate-button {
    position: absolute;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-right: none;
    width: 15vw;
    height: 9vw;
    z-index: 1;
    right: 0;
    top: 14%;
}

.translate-button:hover {
    cursor: pointer;
}

.translate-text {
    color: white;
    font-size: 3vh;
    line-height: 9vw;
    text-align: center;
    font-family: "Cuprum", sans-serif;
}

.nav-banner {
    width: 65%;
    margin-left: 3%;
    margin-right: 10%;
}

.nav-banner:hover {
    cursor: pointer;
}

.navbar-spacer {
    height: 100px;
}

.banner {
    width: 100%;
    height: 17vmin;
    padding-top: 1%;
    padding-bottom: 1%;
    background-image: linear-gradient(to right, #ad27d6, #4f017c);
}

.banner-logo {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 2%;
}

.banner-logo-alt {
    transform: translateX(42.3%);
}

.landing-section {
    position: absolute;
    width: 100%;
    height: 90%;
    background-color: #f4e7ff;
}

.landing-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 28vh;
    z-index: 1;
}

.middle {
    height: 12vh;
}

.landing-inner {
    position: absolute;
    margin: 2%;
    height: 98%;
    width: 96%;
    font-family: "Kaushan Script", serif;
    font-size: 4.5vh;
    color: #f4e7ff;
}

.inner-alt {
    font-size: 3.3vh;
    font-family: "Playfair Display", serif;
}

.landing-row-t {
    display: flex;
    height: 49%;
    margin-bottom: 1%;
    align-items: center;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.landing-row-b {
    display: flex;
    height: 49%;
    margin-top: 1%;
    align-items: center;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    color: inherit;
}

.landing-sector-l-t {
    flex: 1;
    height: 100%;
    font-size: inherit;
    margin-right: 0.5%;
    background-image: url(nebula1.jpg);
    background-size: cover;
    font-family: inherit;
    color: inherit;
    transition: all 0.3s;
}

.landing-sector-l-t:hover {
    cursor: pointer;
    transform: translateX(-1%);
}

.landing-sector-l-b {
    flex: 1;
    height: 100%;
    font-size: inherit;
    margin-right: 0.5%;
    background-image: url(nebula3.jpg);
    background-size: cover;
    font-family: inherit;
    color: inherit;
    transition: all 0.3s;
}

.landing-sector-l-b:hover {
    cursor: pointer;
    transform: translateX(-1%);
}

.landing-sector-r-t {
    flex: 1;
    height: 100%;
    font-size: inherit;
    text-align: right;
    margin-left: 0.5%;
    background-image: url(nebula2.jpg);
    background-size: cover;
    font-family: inherit;
    color: inherit;
    transition: all 0.3s;
}

.landing-sector-r-t:hover {
    cursor: pointer;
    transform: translateX(1%);
}

.landing-sector-r-b {
    flex: 1;
    height: 100%;
    font-size: inherit;
    text-align: right;
    margin-left: 0.5%;
    background-image: url(nebula4.jpg);
    background-size: cover;
    font-family: inherit;
    color: inherit;
    transition: all 0.3s;
}

.landing-sector-r-b:hover {
    cursor: pointer;
    transform: translateX(1%);
}

.sector-text-l {
    position: relative;
    text-align: inherit;
    font-family: inherit;
    color: inherit;
    transform: translateY(-50%);
    top: 50%;
    margin-left: 4%;
    white-space: pre-wrap;
}

.sector-text-r {
    position: relative;
    text-align: inherit;
    font-family: inherit;
    color: inherit;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 4%;
}

.services-section {
    margin-top: 90vh;
}

.section-title {
    background-image: linear-gradient(to right, #ad27d6, #4f017c);
    padding: 0.5%;
    font-size: 9vh;
    color: white;
}

.section-title-rus {
    padding-left: 2%;
    font-size: 8vh;
}

.section-div {
    background-color: white;
    height: 0.5vw;
    width: 100%;
}

.services-main-title {
    background-image: url(nebula-red-low.jpg);
    background-attachment: fixed;
    background-size: 200%, 200%;
    padding: 2%;
    font-size: 5vh;
    text-align: center;
    color: white;
    font-family: "Kaushan Script", "Playfair Display", serif;
}

.services-section-anchor {
    transform: translateY(-7vh);
    position: absolute;
    width: 100%;
}

.services-anchor {
    position: absolute;
    width: 100%;
    transform: translateY(-2vw);
}

.alt-anchor {
    transform: translateY(-5vw);
}

.spacer {
    margin-top: 5%;
}

.services-container {
    display: flex;
    flex-direction: row;
    margin: 2%;
    height: 122vh;
    color: black;
    font-size: 3vh;
    font-family: "Cuprum", sans-serif;
}

.rus {
    font-size: 3vh;
    height: 140vh;
}

@media screen and (max-width: 768px)
{
    .mobile-quadbreak {
        flex-direction: column;
    }

    .rus.s {
        font-size: 3vh;
        height: 85vh;
    }

    .rus.vs {
        font-size: 3vh;
        height: 60vh;
    }
}

.s {
    height: 70vh;
}

.vs {
    height: 53vh;
}

.service-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 1%;
    width: 98%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.service-row {
    flex: 1;
    display: flex;
    margin-top: 1%;
    width: 94%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.service-title {
    flex: 0.1;
    margin-left: 2%;
    color: #7b36a3;
    font-size: 3.6vh;
    font-family: "Kaushan Script", "Playfair Display", serif;
}

.r {
    text-align: right;
    margin-right: 5%;
}

.row {
    margin-left: 4%;
}

.service-quad {
    flex: 1;
    display: flex;
    flex-direction: row;
    margin-left: 2%;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    margin-bottom: 5%;
}

.rmargin {
    margin-right: 7%;
}

.service-subquad {
    flex: 1;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    white-space: pre-wrap;
    margin-bottom: 3%;
}

.birthchart {
    background-image: url(aries_stroke.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 70%;
}

.astrochart {
    background-image: url(solar_system_mini.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 90%;
}

.lunar {
    background-image: url(moon_stroke.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    transform: translateY(0%);
    height: 100%;
}

.solar {
    background-image: url(sun_stroke.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 90%;
}

.comp {
    background-image: url(libra_recolor.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 60%;
}

.part {
    background-image: url(gemini_recolor.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 60%;
    transform: translateY(20%);
}

.child {
    background-image: url(cancer_recolor.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    transform: translate(-10%, 0);
    height: 60%;
}

.career {
    background-image: url(stars.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    transform: translate(-10%, 0%);
    height: 80%;
}

.other {
    padding: 1%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
    color: inherit;
    font-size: 3vh;
    font-family: "Cuprum", sans-serif;
    color: black;
}

.section-anchor {
    width: 100%;
    position: absolute;
    transform: translateY(-2vh);
}

.contact {
    transform: translateY(-5vw);
}

.about-section {
    height: 80vh;
    background-image: url(nebula-red-low.jpg);
    background-size: 200%, 200%;
    background-attachment: fixed;
    background-position: left bottom;
    margin-top: 10%;
}

.about-section-rus {
    height: 100vh;
}

.about-text {
    position: absolute;
    padding: 2%;
    width: 96%;
    color: white;
    font-size: 2.5vh;
    font-family: "Cuprum", sans-serif;
    white-space: pre-wrap;
}

.photo {
    position: absolute;
    margin-left: 3vh;
    transform: translateY(43vh);
    width: 8vh;
    border-style: solid;
    border-color: white;
}

.photo-rus {
    transform: translateY(60vh);
}

.sig {
    margin-left: 15vh;
    color: white;
    font-size: 2.5vh;
    transform: translateY(52vh);
    font-family: "Cuprum", sans-serif;
    white-space: pre-wrap;
}

.sig-rus {
    transform: translateY(70vh);
}

.contact-section {
    background-image: url(nebula-red-low.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 20%;
}

.contact-body {
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Cuprum", sans-serif;
    font-size: 4vh;
}

.contact-row {
    display: flex;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin-top: 5%;
}

.contact-text {
    margin-left: 3%;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.contact-app {
    width: 5vh;
    height: 5vh;
}

.email {
    width: 7vh;
    height: 7vh;
    transform: translate(-10%, -15%);
}

.emailtext {
    transform: translateX(-5%);
}

@media screen and (max-aspect-ratio: 5/9)
{
    .translate-button {
        width: 18vw;
    }

    .nav-translate-button {
        width: 22vw;
    }

    .landing-center {
        height: 25vh;
    }

    .middle {
        height: 11vh;
    }

    .landing-inner {
        font-size: 3.8vh;
    }

    .services-container {
        height: 135vh;
    }

    .birthchart {
        height: 55%;
        transform: translateY(20%);
    }
    
    .astrochart {
        height: 70%;
        transform: translateY(10%);
    }
    
    .lunar {
        height: 80%;
        transform: translateY(10%);
    }
    
    .solar {
        height: 55%;
        transform: translateY(30%);
    }

    .comp {
        height: 45%;
        transform: translateY(30%);
    }
    
    .part {
        height: 45%;
        transform: translateY(40%);
    }

    .child {
        transform: translate(-7%, 20%);
        height: 40%;
    }
    
    .career {
        transform: translate(-10%, 20%);
        height: 80%;
    }

    .s {
        height: 85vh;
    }

    .vs {
        height: 60vh;
    }

    .photo {
        margin-left: 3vh;
        transform: translateY(46vh);
        width: 8vh;
    }

    .sig {
        margin-left: 13vh;
        color: white;
        transform: translateY(54vh);
    }

    .contact-app {
        width: 5vh;
        height: 5vh;
    }

    .email {
        width: 8vh;
        transform: translate(-10%, -15%);
        height: 8vh;
    }

    .contact-section {
        padding-bottom: 20%;
    }

    .inner-alt {
        font-size: 2.7vh;
    }

    .section-title-rus {
        padding-left: 2%;
        font-size: 7vh;
    }

    .rus {
        font-size: 3vh;
        height: 163vh;
    }

    .rus.s {
        font-size: 3vh;
        height: 89vh;
    }

    .photo-rus {
        transform: translateY(63vh);
    }

    .sig-rus {
        transform: translateY(73vh);
    }

    .about-section-rus {
        height: 95vh;
    }
}

@media screen and (min-width: 768px)
{
    .navbar {
        height: 13%;
    }

    .navbar-element {
        display: block;
        font-size: 2vw;
        transform: translateY(0);
    }

    .navbar-menu-button {
        display: none;
    }

    .nav-banner {
        width: 30%;
        margin-left: 3%;
        margin-right: 10%;
    }

    .banner-logo {
        width: 50%;
        margin-top: 0px;
    }

    .landing-section {
        height: 83%;
    }

    .landing-inner {
        height: 86%;
        margin-top: 2%;
        font-size: 5vw;
    }

    .inner-alt {
        font-size: 3.5vw;
    }

    .landing-center {
        height: 39vw;
    }

    .middle {
        height: 40%;
    }

    .section-anchor {
        transform: translateY(5vw);
    }

    .services-sections {
        margin-top: 83vmin;
    }

    .translate-button {
        position: fixed;
        height: 3vw;
        width: 6.5vw;
        top: 3%;
        border-color: white;
        z-index: 3;
    }

    .translate-text {
        color: white;
        font-size: 2vw;
        line-height: 3vw;
    }

    .section-title {
        font-size: 7vw;
    }

    .services-main-title {
        background-image: url(nebula-red.jpg);
        font-size: 5vw;
        padding: 1%;
    }

    .service-subquad {
        margin-bottom: 0%;
    }

    .vert-div {
        position: absolute;
        width: 0.5vw;
        height: 37vw;
        background-color: #7b36a3;
        transform: translateX(50%);
        margin-left: 48%;
    }
    
    .leftdiv {
        transform: translateX(-3000%);
    }
    
    .rightdiv {
        transform: translateX(3500%);
    }
    
    .small {
        height: 20vw;
        margin-top: 2%;
    }

    .verys {
        height: 15.5vw;
    }
    
    .hor-div {
        position: absolute;
        width: 70vw;
        height: 0.5vw;
        background-color: #7b36a3;
        transform: translateX(-50%);
        margin-left: 48%;
        margin-top: 18%;
    }

    .services-container {
        flex-direction: row;
        height: 37vw;
        font-size: 2vw;
    }

    .rus {
        font-size: 1.8vw;
        height: 37vw;
    }

    .vs {
        height: 16vw;
    }

    .service-col {
        width: 50%;
    }

    .service-quad {
        margin-bottom: 0%;
    }

    .service-title {
        font-size: 2.5vw;
    }

    .birthchart {
        height: 100%;
        transform: translateY(-20%);
    }

    .lunar {
        height: 100%;
        transform: translateY(-20%);
    }

    .astrochart {
        height: 100%;
        transform: translateY(-20%);
    }

    .solar {
        height: 100%;
        transform: translateY(-20%);
    }

    .comp {
        transform: translateY(-10%);
        height: 70%;
    }

    .part {
        transform: translate(-10%, -10%);
        height: 70%;
    }

    .career {
        transform: translate(-15%, -10%);
        height: 80%;
    }

    .s {
        height: 25vw;
    }

    .service-row {
        width: 50%;
    }

    .other {
        font-size: 2vw;
    }

    .about-section {
        height: 55vw;
        background-image: url(nebula-red.jpg);
    }

    .about-section-rus {
        height: 55vw;
    }

    .about-text {
        font-size: 1.8vw;
        width: 50%;
    }

    .about-alt {
        width: 70%;
    }

    .photo {
        transform: translateY(27vw);
        width: 6%;
    }

    .sig {
        transform: translateY(33vw);
        font-size: 1.8vw;
        margin-left: 11%;
    }

    .contact-section {
        background-image: url(nebula-red.jpg);
        height: 91%;
        padding-bottom: 0%;
    }

    .contact-body {
        font-size: 3vw;
    }

    .contact-app {
        width: 5vw;
        height: 5vw;
    }
    
    .email {
        width: 7vw;
        height: 7vw;
    }

    .photo-rus {
        transform: translateY(29vw);
    }

    .sig-rus {
        transform: translateY(35vw);
    }
}