* {
   margin: 0;
   padding: 0;
}

body {
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   font-size: 24px;
   color: white;
   background-color: #070408;
   background-image: radial-gradient(farthest-side at 75vw 70vh, #35313b 10vh, #070408 60vh);
   background-size: 100vw 100vh; 
   background-repeat: no-repeat;
   letter-spacing: 0.8px;
   line-height: 1.5;
}

h1 {
   font-size: 100px;
   font-weight: 600;
   margin-bottom: 30px;
   line-height: 1.1;
   letter-spacing: 3px;
}

h2 {
   font-size: 45px;
   font-weight: 500;
   margin-bottom: 25px;
   line-height: 1.1;
   letter-spacing: 1px;
}

h3 {
   font-size: 15px;
   font-weight: 500;
   margin-bottom: 15px;
   line-height: 1.1;
   letter-spacing: 5px;
}

.scroll {
   font-size: 12px;
}

.a {
   color: white;
   font-size: 16px;
   border-radius: 35px;
   border: 2px solid rgba(255,255,255,0.3);
   padding: 15px 45px 15px 45px;
   font-weight: 500;
}

a:hover {
   color: red;
   text-decoration: none;
}

.hero {
   height: 100vh;
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
}

.top {
   width: 80%;
   margin: 20px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   white-space: nowrap;
   font-size: 16px;
   font-weight: 500;
}

.middle {
   display: flex;
   width: 80%;
   flex: 100%;
   margin: 20px;
   align-items: left;
   flex-direction: row;
}

.middle-l {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 82%;
}

.middle-r {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 18%;
}

.contactlinks {
   display: flex;
}

.bottom {
   width: 80%;
   font-size: 14px;
   opacity: 0.9;
   margin: 20px;
}

.end {
   text-align: center;
   opacity: 0.5;
}

.content {
   width: 100%;
   margin-top: 250px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
}

.text {
   opacity: 0.9;
   margin-right: 20%;
}

.item {
   padding: 0 20px 0 20px;
}

.link {
   margin-top: 40px;
   margin-right: 10px;
}

.textcontrol {
   width: 70%;
}

.mascot {
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   width: 30vw;
   position:relative;
   right: 15vw;
}

.container {
   width: 70%;
   border-radius: 35px;
   border: 3px solid rgba(255,255,255,0.3);
   display: flex;
   flex-direction: row;
   margin-bottom: 100px;
}

.containerSub {
   border-radius: 35px 0px 0px 35px;
   background-position: center center;
   background-repeat: no-repeat;
   width: 50%;
   min-height: 320px;
   padding: 4vw 7vw 4vw 4vw;
   font-size: 17px;
   font-weight: 400;
}

.tyreportal {
   padding: 4vw;
}

@media (max-width: 1340px) {

body {
   background-image: none;
}


.container {
   flex-direction: column;
}

.containerSub {
   width: auto;
   border-radius: 35px 35px 0px 0px;
   min-height: 100px;
}

h2 {
   font-size: 30px;
}

.middle-r {
   display: none;
}

.middle-l {
   width: 100%;
}

.textcontrol {
   width: 100%;
}

}

@media (max-width: 700px) {

.containerSub {
   font-size: 14px;
}

h1 {
font-size: 60px;
}

h2 {
   font-size: 25px;
}

.text {
   font-size: 20px;
}

.contactlinks {
   flex-direction: column;
}

.link {
margin-bottom: 20px;
}

}