html {
    text-align: center;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: aliceblue;
    text-decoration: none;
    letter-spacing: 0.3vh;
    font-size: 3vh;
    font-family: 'Jost', sans-serif;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(backgroundpic.jpg);
    background-attachment: scroll;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    width: 100vw;
    list-style: none !important;
}

body {
    overflow-y: scroll;
    height: 100vh;
    margin: 0%;
}

section {
    height: 100vh;
    width: 100vw;
}

input,
button {
    border: 0px;
}

.superclassbreak {
    display: none;
}

a {
    color: rgb(48, 48, 136);
    text-decoration: none;
}

a :hover {
    color: initial;
}

a :visited {
    color: rgb(48, 48, 136);
}

#sendbutton {
    background-color: gray;
    color: aliceblue;
    cursor: pointer;
}

figure {
    margin: 0px 5vw;
    padding: 2vh 0vw;
}

#titlepretext {
    font-size: 0.75vw;
    position: relative;
    white-space: nowrap;
}

#titlesubtext {
    font-size: 0.75vw;
    display: flex;
    position: relative;
    bottom: 1vh;
    white-space: nowrap;
}

#smalllogo {
    height: 5vh;
}

#titletext{
    position: relative;
    bottom: 1.5vh;
}

#logotext {
    margin: auto;
    position: relative;
    color: rgb(48, 48, 136);
    padding-top: 0.5%;
}

#logolink {
    color: rgb(48, 48, 136);
    text-decoration: none;
    font-size: 3vh;
}

#logolink :hover {
    color: rgb(48, 48, 136);
}

.hidingmaincontent {
    display: none !important;
}

.mobilenavlinks {
    display: none;
}

.mobilenavlinks2 {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 80vh;
    color: aliceblue;
    position: relative;
    bottom: 5vh;
}

.mobilenavlinks2 li {
    list-style: none;
    position: relative;
    margin: auto 1vw;
    right: 2vh;
}

#navcontainer {
    margin: 1%
}

nav {
    display: flex;
    justify-content: space-between;
    height: 5%;
    background-color: aliceblue;
    border-radius: 4px;
    font-size: 1.5vw;
}

#navlinks {
    display: contents;
    justify-content: space-around;
}

#footer1 {
    position: absolute;
    font-size: 1vw;
    width: 100%;
    color: rgb(48, 48, 136);
}

#navlinks li {
    list-style: none;
    position: relative;
    margin: auto 1vw;
    white-space: nowrap;
}

#burger {
    display: none;
    margin: auto;
}

.line {
    height: 0.5vh;
    width: 5vw;
    background-color: rgb(48, 48, 136);
    margin: 15%;
}

#firstcontainer {
    color: aliceblue;
    text-align: left;
    margin: 3% 2%;
}

#firsttext {
    font-size: 6vh;
position: relative;
}

#thirdtext {
    font-size: 1.5vh;
    position: relative;
    display: inline-block;
    bottom: 25vh;
}

.classbreak {
    display: none;
}

#secondtext {
    font-size: 3vh;
    position: relative;
}

::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

#form1 {
    display: flex;
    flex-direction: column;
    float: right;
    color: #000000;
    width: 60vh;
    height: 54vh;
    position: relative;
    background-color: aliceblue;
    padding: 1.5%;
    border-radius: 4px;
    bottom: 25vh;
    letter-spacing: 0.3vh;

}

.forminputs {
    height: 5vh;
    font-size: 2vh;
    color: #000000;
    margin: 1%;
    text-align: center;
    border-radius: 4px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.3vh;

}

#formtoptext {
    position: relative;
    letter-spacing: 0.2vh;
    font-size: 2vh;
    bottom: 2vh;
}

.actualnavlink {
    position: relative;
    right: 5%;
}

#formbottom {
    position: relative;
    letter-spacing: 0.2vh;
    font-size: 2vh;
}

#formbottom2 {
    font-size: 1.5vh;
}

#formbottom a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

#secondsection {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    height: fit-content;
    padding-bottom: 10vh;
    margin: 0vw;
    width: 100vw;

}

#planssection {
    display: flex;
    justify-content: space-around;
}

.infotable {
    list-style: inside;
    padding: 0%;
    margin: 1vw;
}

.infotabletop {
    font-size: 5vh;
}

.infotable li{
    white-space: nowrap;
    font-size: 1.4vw;
}

.listtitle {
    list-style-type: none;
    list-style: none;
    font-size: 5vh;
    margin: 5vh 0vw;
}

.plansbottom {
    white-space: normal;
    margin: 5vh 10vw;
    font-size: 1.4vw;
}

.partsactive {
    list-style-type: none;
    white-space: normal;
    margin: 0vh 10vw;
    list-style: none;
    background-color: aliceblue;
    color: #000000;
    padding: 1% 5%;
}

.partsinactive {
    display: none;
}

.partsactive span {
    font-size: 4vh;
}

#aboutsection {
    display: flex;
    margin: 0vh 5vw;
    flex-direction: column;
    white-space: normal;
}

#imagecontainer {
    display: flex;
    margin: 0px;
    justify-content: center;
}

#imagecontainer img {
    height: 25vh;
    margin: 0vh 5vw;
}

#aboutsection a {
    text-decoration: underline;
    color: aliceblue;
}


#aboutsection a :hover {
    text-decoration: underline;
    color: aliceblue;
}


#aboutsection a :visited {
    text-decoration: underline;
    color: aliceblue;
}


#aboutsection a :active {
    text-decoration: underline;
    color: aliceblue;
}

#mobilepartsbutton {
    text-decoration: underline;
    cursor: pointer;
}

#partstable {
    list-style: none;
    list-style-type: none;
    margin: 0vh 10vw;

}

#bottomlink2 {
    color: aliceblue;
    text-decoration: underline;
    width: fit-content;
    cursor: pointer;
}

#finalcontainer {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:1250px) {
    .superclassbreak {
        display: block;
    }

    #topsection {
        height: 105vh;
    }

    #form1{
        position: relative;
        bottom:30vh;
    }

    #thirdtext{
        bottom: 30vh;
    }
}

@media screen and (max-width:1000px) {
    #firsttext {
        font-size: 5vh;
        text-align: center;
        top: -1vh;
    }

    #secondtext {
        text-align: center;
        top: -1vh;
    }

    #form1 {
        display: flex;
        flex-direction: column;
        margin: auto;
        float: none;
        bottom: 4vh;
    }

    #thirdtext {
        bottom: 0vh;
    }

    #topsection {
        height: 125vh;
    }

    #maincontent{
        position: relative;
        bottom: 1.5vh;
    }
}

/*
@media screen and (max-width:1225px) {

    #thirdtext {
        top: -1vh;
    }

    .actualnavlink {
        right: 0%;
    }

    #logotext {        margin-left: 10vw;
        right: 8vh;
    }

    #firstcontainer {
        white-space: normal;
        text-align: center;
    }

    #firsttext {
        top: -1vh;
        font-size: 5vh;
        line-height: 111%;
    }

    #form1 {
        display: flex;
        flex-direction: column;
        margin: auto;
        float: none;
        position: relative;
        bottom: 1vh;
    }

    #formbottom {
        font-size: 2vh;
    }

    #planssection {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    #infocontainer {
        margin: 0vh 0vw;
    }

    #plansbottom {
        white-space: normal;
        margin: 5vh 5vw;
    }

}

*/


@media screen and (max-width:900px) {

    #topsection {
        height: 125vh;
    }

    #thirdtext {
        bottom: 0vh;
    }

    footer {
        font-size: 1.5vh !important;
    }

    #formbottom {
        font-size: 2vh;
    }

    #planssection {
        flex-direction: column;
        margin: 0vh 2vw;
    }

    #infocontainer {
        margin: 0vh 0vw;
    }

    #plansbottom {
        white-space: normal;
        margin: 5vh 5vw;
    }

    #secondsection {
        margin-top: 10vh;
        padding-bottom: 200px;
    }

    .mobilebutton {
        display: none;
    }

    .partsactive {
        display: none !important;
    }

    .partsactive2 {
        list-style-type: none;
        display: block !important;
        white-space: normal;
        margin: 0vh 10vw;
        list-style: none !important;
        background-color: aliceblue;
        color: #000000;
        padding: 1% 5%;
    }

    .partsactive2 span {
        font-size: 4vh;
    }

    #navlinks {
        display: none;
    }

    #burger {
        cursor: pointer;
        display: block;
        position: relative;
        right: 5vh;
    }

    #logotext {
        font-size: 3vh;
        right: 0vh;
    }

    #smalllogo {
        left: 1.5vh;
    }

    .classbreak {
        display: block;
    }

    .reversebreak {
        display: none;
    }

    a {
        color: aliceblue;
        text-decoration: none;
    }

    a :hover {
        color: initial;
    }

    a :visited {
        color: aliceblue;
    }

    #imagecontainer img {
        height: 20vh;
        margin: 0vh 0vw;
    }

    #form1 {
        width: 60vh;
        padding: 3%;
    }

    #formtoptext {
        font-size: 2vh;
        bottom: 2vh;
    }
}

@media screen and (min-width:900px) {
    #mobilepartsbutton {
        display: none;
    }

    .mobilenavlinks2 {
        display: none;
    }

    #maincontent {
        display: block;
    }
}