@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=AR+One+Sans&family=Dela+Gothic+One&family=Roboto&display=swap');

html,body{
  width: 100%;
  height: 100%;
  font-family: 'Poppins', Courier, monospace;
  background: whitesmoke;
  scroll-behavior: smooth;
  background-image: url(finall_background.png);
  background-size: cover;

  background-repeat: no-repeat;
}

.content{
    margin-left: 2%;
}

header{
    overflow: hidden;
}

header nav img{
    height: 150px;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 10vh;
    width: 100%;
    margin-top: 10px;
}

header nav .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4em;
    list-style-type: none;
    margin-left: 50%;
}

header nav .nav-links li a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

header nav .nav-links li a:hover{
    color: #ffffff;
}

.buttons .btn{
    text-decoration: none;
    color: black !important;
    background-color: #a5d604;
    padding: 0.5rem;
    border-radius: 40px;
    margin-top: 2rem;
    font-size: 1.5rem;
    width: 15rem;
    font-family: 'Dela Gothic One', cursive;
    letter-spacing: 0.1rem;
}

.btn:hover{
    background-color: #44c42a;
    color: white !important;
}

li{
    font-size: 25px;
}

main{
    margin-top: 2rem;
}

main .item h3{
    margin-top: 5%;
}

main .item h1{
    height: 30px;
    width: 100%;
    display: flex;
}

footer{
    margin-top: 2rem;
}

.logo{
    margin-left: 20px;
    max-width: 150px;
}

.title h1{
    font-size: 5rem;
    font-family: 'Dela Gothic One', cursive;
}

.HomeBTN{
    background: rgba(197, 193, 161, 0.5);
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.links{
    font-size: 3rem;
    letter-spacing: 1rem;
}

.text{
    margin-top: 3rem;
}

.text p{
    font-size: 1.5rem;
    color: #877770;
    margin-right: 15%;
}

.text h3{
    font-size: 2rem;
    color: #a5d604;
}

.nadpis1{
    color: #a5d604;
}

.nadpis2{
    color: #877770
}

.soc_links{
    color: #877770;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #877770 !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


@media (max-width: 900px) {
    .title h1{
        font-size: 3rem;
        font-family: 'Dela Gothic One', cursive;
    }

    .navBG{
        background-color: #44c42a;
    }
}


@media (max-width: 483px) {
    footer{
        margin-top: 1rem;
    }
}

@media (max-width: 766px) {
    header nav .nav-links{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 1em !important;
        list-style-type: none;
        font-size: 1rem !important;
    }
     
    header nav .nav-links li a:hover{
        color: #44c42a;
    }

    footer{
        margin-top: 1rem;
        text-align: center;
    }

    .buttons{
        text-align: center;
    }
}

@media (max-width: 376px) {
    .text{
        margin-top: 1rem;
        font-size: 1rem !important;
    }

    .title{
        font-size: 1rem !important;
    }

    .links{
        color: #877770;
        font-size: 2rem;
        text-align: center;
    }
}

@media (max-width: 1400px) {
    header nav .nav-links{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4em;
        list-style-type: none;
        margin-left: 10vh;
    }

    .title h1{
        font-size: 3rem !important;
    }

    .text p{
        font-size: 1rem;
        color: #877770;
        margin-right: 5%;
    }
   
}

@media (max-width: 1000px) {
    header nav .nav-links{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4em;
        list-style-type: none;
        margin-left: 5vh;
        margin-right: 20%;
        margin-top: 5%;
    }

    
}

@media (max-width: 990px) {
    .text p{
        font-size: 1.5rem;
        color: #877770;
        margin-right: 20%;
    }
}