@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
  
}

html {
    scroll-behavior: smooth;
  }

body {
  background: #0C0C0C;
  font-family: 'Poppins', sans-serif;
}

a{
  color: #c8c8c8;
  text-decoration: none;
}

a:hover{
  color: #fff;
  text-decoration: none;

}

nav {
    width: 100%;
    height: max-content;
    position: fixed;
    padding: 40px;
}

.container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.legal-link-wrap {
    color: #fff;
    display: flex;
    position: fixed;
    flex-direction: column;
    padding: 40px;
    margin-top: 180px;
    width: 350px;
    border-right: 1px solid;
}


.legal-content-wrap {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-top: 170px;
    margin-left: 25%;
}

.legal-link-title {
    font-size: 2em;
    margin-top: -40px;
    padding-bottom: 20px;
    font-weight: 500;
    
}

.legal-link-id {
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
}

.title {
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.subtitle {
    font-size: 18px;
    padding-top: 20px;
    padding: 10px;
    padding-bottom: 10px;
    margin: 10px;
    margin-bottom: 0px;
    font-weight: 500;

}

.paragraph {
    font-size: 15px;
    padding: 14px;
    height: 100%;
    width: 80%;
    background-color: #181818;
    margin: 10px;
    color: #e0dfdf;
    font-weight: 300;
}

.text {
    font-size: 15px;
    padding: 10px;
    height: 100%;
    width: 80%;
    margin: 5px;
    color: #e0dfdf;
    font-weight: 200;
}

.break {
    height: 20%;
    width: 100%;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 15px;
    padding: 10px;
    height: 100%;
    width: 80%;
    margin: 5px;
    color: #e0dfdf;
    font-weight: 200;
    margin-top: 30px;
    padding-top: 30px;
}



button {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    position: fixed;
    background-color: #fff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    border: #ffffff;
    transition: 0.5s;
  }
  
  button:hover {
    transform: scale(1.1);
  }
  
  button:active {
    background-color: #cacaca;
  }
  
  .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35%;
    margin-bottom: 60%;
    border-bottom: 15px solid #000;
  }

  .link {
    font-size: 1.3rem;
    padding: 10px;
    height: 100%;
    width: 80%;
    margin: 5px;
    font-weight: 200;
  }
  

@media (max-width: 1250px) {
    nav {
        width: 100%;
        height: max-content;
        position: static;
        padding: 20px;
    }
    
    .container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    
    .legal-link-wrap {
        color: #fff;
        display: flex;
        position: static;
        flex-direction: column;
        padding: 40px;
        margin-top: 20px;
        width: 350px;
        border-right: 1px none;
    }
    
    
    .legal-content-wrap {
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 40px;
        padding-top: 30px;
        width: 100%;
        margin-left: 0%;
    }
    
    .legal-link-title {
        font-size: 2em;
        margin-top: -40px;
        padding-bottom: 20px;
        font-weight: 600;
        
    }
    
    .legal-link-id {
        font-size: 1em;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: 500;
    }
    
    .title {
        font-size: 20px;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .subtitle {
        font-size: 18px;
        padding-top: 20px;
        padding: 10px;
        padding-bottom: 10px;
        margin: 10px;
        margin-bottom: 0px;
        font-weight: 500;
    
    }
    
    .paragraph {
        font-size: 15px;
        padding: 14px;
        height: 100%;
        width: 93%;
        background-color: #181818;
        margin: 10px;
        color: #e0dfdf;
        font-weight: 300;
    }
    
    .text {
        font-size: 15px;
        padding: 10px;
        height: 100%;
        width: 100%;
        margin: 5px;
        color: #e0dfdf;
        font-weight: 200;
    }
    
    .break {
        height: 20%;
        width: 100%;
    }
    
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        padding: 10px;
        height: 100%;
        width: 100%;
        margin: 5px;
        color: #e0dfdf;
        font-weight: 200;
        margin-top: 30px;
        padding-top: 30px;
    }

    button {
        width: 50px;
        height: 50px;
        bottom: 40px;
        right: 40px;
        position: fixed;
        background-color: #fff;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
        border: #ffffff;
        transition: 0.5s;
      }
}