* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #1e2138;
}

html {
    font-size: 14px;
}

.font-sherrif {
    font-family: 'Abril Fatface', cursive;
}

.txt-light {
    color: #ada9ac;
}

.txt-dark {
    color: #1e2138;
}

p {
    font-size: 1.2rem;
}

ul {
    list-style: none;
}

.continue-link {
    font-size: 1.3rem;
}

.logo-text {
    font-size: 20px;
    font-family: 'Montserrat', cursive;
    font-weight: bold;
}

.nav-link {
    font-size: 16px;
    color: #ada9ac !important;
}

.nav-link.disabled {
    color: #f1f1fd !important;
}

.bg-main {
    background-color: #1e2138;
}

.bg-second {
    background-color: #2a2d42;
}

.background-image {
    background: linear-gradient( rgba(0, 0, 0, 0) 80%, rgba(42, 45, 66, 1)), url("./images/sea-3652697_1920.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-header {
    background: linear-gradient( rgba(0, 0, 0, 0) 80%, rgba(42, 45, 66, 1)), url("./images/sea-3652697_1920.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
}

section.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.canvas-container {
    position: relative;
    display: flex;
    z-index: 2;
}

.start.btn {
    background-color: rgba(250, 250, 250, 0.5);
    width: 100%;
    height: 330px;
    z-index: 2;
    transition: 0.3s;
}
.start.btn.hidden {
    opacity: 0;
}

.start-triangle {
    transform: translate(17%);
}

.canvas-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canvas-bg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 0;
}

.canvas-bg-container div {
    width: 100%;
    height: 100%;
    background-color: rgba(42, 45, 66, 0.5);
    z-index: 0;
}

.sticky-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.txt-footer {
    font-size: 12px;
}

.logo-ministerstwa {
    height: 50px;
    width: auto;
}

h1{
    text-align: center;
    font-size: 4rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

a {
    color: #c7af6b  ;
}

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

.gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

@media (min-width: 768px) { 
    .txt-md-light {
        color: #ada9ac;
    }
    
    .txt-md-dark {
        color: #1e2138;
    }

    html {
        font-size: 16px;
    }

    .background-image-header {
        background-size: cover;
    }
/*
    p {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.3rem;
    }*/
 }