@font-face {
    font-family:SpeedeeW;
    src: url('../font/Speedee_Rg.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family:SpeedeeW;
    src: url('../font/Speedee_It.ttf') format('truetype');
    font-weight:400;
    font-style:italic;
    font-display:swap;
}

@font-face {
    font-family:SpeedeeW;
    src: url('../font/Speedee_Lt.ttf') format('truetype');
    font-weight:300;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:SpeedeeW;
    src: url('../font/Speedee_LtIt.ttf') format('truetype');
    font-weight:300;
    font-style:italic;
    font-display:swap;
}

@font-face{
    font-family:SpeedeeW;
    src: url('../font/Speedee_Bd.ttf') format('truetype');
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:SpeedeeW;
    src: url('../font/Speedee_BdIt.ttf') format('truetype');
    font-weight:700;
    font-style:italic;
    font-display:swap;
}

/* Links */
a,
a:focus,
a:hover {
    color: #000;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #ffffff;
    font-family:SpeedeeW,Arial,Helvetica,sans-serif;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #000;
    /*  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
      box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
    /*max-width: 80em;*/
}


/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: #FFBC0D;
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #000;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #000;
    border-bottom-color: #000;
}

.nav {
    padding-bottom: 2em;
}


/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}
.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}


.przycisk-big {
    outline: none;
    padding: 0.8em 3em;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #FFBC0D;
    border-radius: 12px 12px 12px 12px;
    text-decoration: none;
}

.przycisk-small {
    outline: none;
    padding: 0.8em 3em;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #FFBC0D;
    border-radius: 12px 12px 12px 12px;
    text-decoration: none;
}

.przycisk-small2 {
    font-weight: 700;
    color: #FFBC0D;
    cursor: pointer;
}


.prawa {
  border-left: 6px solid #FEBC0D;
  padding: 0 2em 0 2em;
  animation-name: blinking;
  animation-duration: 3s;
  animation-iteration-count: 100;
  min-width: 30vw;
}
@keyframes blinking {
  50% {
    border-color: #DB0007;
  }
}

/*.prawa {
    border-left: 6px solid #FFBC0D;
    padding: 0 2em 0 2em;
}*/
.lewa {
    /*padding: 0 2em 0 2em;*/
    min-width: 30vw;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    outline: none;
    color: #000000;
    border: 3px solid #FFBC0D;
    letter-spacing: 1px;
    border-radius: 10px 10px 10px 10px;
    margin: 1em 0;
    background: none;
    display: block;
}

select {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    outline: none;
    color: #000000;
    border: 3px solid #FFBC0D;
    letter-spacing: 1px;
    border-radius: 10px 10px 10px 10px;
    margin: 1em 0;
    background: none;
    display: block;
}

.imgsmall{
    max-width: 500px;
}












@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
    
    .lewa {
        padding-bottom: 3em;
    }
}


@media(max-width:900px){

    .przycisk-big {
        padding: 0.5em 1em;
        font-size: 1em;
        font-weight: 700;
        border-radius: 12px 12px 12px 12px;
    }

}


a.przycisk-big:hover {
    color: #fff;
}

label {
    display: inline;
}