/* 

WIP TURBO ORANGE 
by sleepy nope

quick one before i finish the pretty one.

*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

/* BASIC */

:root {
  --color-bg: #000000;
   --color-bgrgb: 0,0,0;
  --color-txt: #FFFFFF;
  --color-ac1: #ff461d;
  --color-ac1rgb: 255,70,29;
  --color-ac2: #2EB2B4;
  --color-ac2c: #1a7e80;
  --color-ac2rgb: 46,178,180;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

* {
  margin: 0;
  padding: 0;
  font:inherit;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

html, body {
    height: 100%;
}

body {
  line-height: 1.5;
  font-family: "Ubuntu Sans", sans-serif;
 font-size: 16px;
font-weight: 400;
font-style: normal;
color: var(--colortext);
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}


h1, h2,
h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

a {
    text-decoration: none;
    	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body {
  background-color: var(--color-bg);
  display: flex;
    flex-direction: center;
  justify-content: space-evenly;
    line-height: 1.5;
  font-family: "Ubuntu Sans", sans-serif;
 font-size: 16px;
font-weight: 400;
font-style: normal;
color: var(--color-txt);
   background-image: url('img/bg2.png');
    background-size: cover;
    box-shadow: inset 0vh 0vh 50vh 10vh rgba(var(--color-bgrgb), 1.00);
}

.budowa {
  width: 90vh;
  height: 45vh;
  margin-top: 20vh;
}

.logoi {
  width: 50vh;
  margin-left: 20vh;
}

.multi {
    width: 90vh;
     display: flex;
    flex-direction: center;
  justify-content: space-evenly;
}

.boxies {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 5vh;
}

.boxies h1 {
   font-size: 1.8rem;
font-weight: 800;
font-style: normal;
color:var(--color-ac2);
text-transform: uppercase;
}

.naame {
      width: 80vh;
  height: 30vh;
  margin-top: 30vh;
}
.naame h1 {
     font-family: "Libre Franklin", sans-serif;
   font-size: 6rem;
font-weight: 800;
font-style: normal;
color:var(--color-ac2);
text-transform: uppercase;
}

.naame p {
      padding-top: 1vh;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-style: italic;
}

nav {
    margin-top: 6vh;
width:90vh; 
text-align: center;}

nav a {
  display:inline-block;
  margin-right: 3.2rem;
  font-family: "Libre Franklin", sans-serif;
    text-transform: uppercase;
    background-color: var(--color-bg); 
    border-radius: 3.125rem;
    padding: 0.625rem 1.25rem;
    font-weight: 700;
    font-size: 1.3rem;
}

nav a:hover{
  background-color: var(--color-ac2);
  transform: scale(1.1);
  box-shadow: 0px 0px 33px 12px rgba(var(--color-ac2rgb), 0.51);
    border-radius: 3.125rem;
    padding: 0.625rem 1.25rem;
}

@media screen and (width <= 600px) {

body {
  background-color: var(--color-bg);
  display: flex;
    flex-direction: column-reverse;
    line-height: 1.5;
  font-family: "Ubuntu Sans", sans-serif;
 font-size: 16px;
font-weight: 400;
font-style: normal;
color: var(--color-txt);
   background-image: url('img/bg2.png');
    background-size: cover;
    box-shadow: none;
}

.naame {
  width: 100%;
  height: 30vh;
  margin-top: 5vh;
  text-align: center;
}
.naame h1 {
font-family: "Libre Franklin", sans-serif;
font-size: 3rem;
font-weight: 800;
font-style: normal;
color:var(--color-ac2);
text-transform: uppercase;
}

.naame p {
padding-top: 1vh;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-style: italic;
}

.budowa {
    width: 100%;
  height: auto;
  margin-top: 5vh;
}

.logoi {
  width: 30vh;
  margin-left: 15vh;
}

.multi {
    width: 100%;
     display: flex;
    flex-direction: column;
  justify-content: space-evenly;
}

nav {
margin-top: 6vh;
width:100%; 
text-align: center;}

nav a {
  display:block;
  margin-right: 0;
  margin-bottom: 2vh;
  font-family: "Libre Franklin", sans-serif;
    text-transform: uppercase;
    background-color: var(--color-bg); 
    border-radius: 3.125rem;
    padding: 0.5rem;
    font-weight: 700;
    font-size: 1.3rem;
}

nav a:hover{
  background-color: var(--color-ac2);
  transform: scale(1.1);
  box-shadow: 0px 0px 33px 12px rgba(var(--color-ac2rgb), 0.51);
    border-radius: 3.125rem;
    padding: 0.5rem;
}

}