/* Asthacy Reny */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Asthacy Reny';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/asthacy-reny.ttf') format('truetype'),
         url('fonts/asthacy-reny.otf') format('opentype');
}

/* encode-sans-condensed-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/encode-sans-condensed-v10-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/encode-sans-condensed-v10-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/encode-sans-condensed-v10-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/encode-sans-condensed-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/encode-sans-condensed-v10-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/encode-sans-condensed-v10-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/encode-sans-condensed-v10-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/encode-sans-condensed-v10-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-condensed-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/encode-sans-condensed-v10-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

header {
    background: rgb(241, 132, 0);
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}

header h1 {
    text-align: center;
    font-weight: lighter;
    font-size: 3rem;
    padding: 2rem 5vw;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    height: 64px;
}

h2 {
    font-family: "Asthacy Reny", Verdana, Arial, Helvetica, sans-serif;
    color: rgb(241, 132, 0);
    margin-bottom: 1rem;
    font-size: 4rem;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 5vw;
}

.encode-sans {
    font-family: 'Encode Sans Condensed', Verdana, Arial, Helvetica, sans-serif;
}

.teaser {
    margin: 0 0 1rem 0;
}

.upload-container {
    margin: 2rem 0;
}

.b {
    font-weight: bold;
}

.form-group {
    margin-top: 2rem;
}

.space-top {
    margin-top: 2rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 2rem 0;
}

.gallery .img-container {
    width: 160px;
    height: 135px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgb(241, 132, 0);
}

.gallery .img-container img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

input[type="text"] {
    height: 50px;
    width: 100%;
    font-size: 20px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    font-family: 'Encode Sans Condensed', Verdana, Arial, Helvetica, sans-serif;
    background: rgb(241, 132, 0);
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.custom-file-upload:hover, .custom-file-upload:active {
    background: rgb(243,156,50) !important;
    border: 1px solid #ccc;
}

.button {
    font-family: 'Encode Sans Condensed', Verdana, Arial, Helvetica, sans-serif;
    background: rgb(241, 132, 0);
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.button:hover, .button:active {
    background: rgb(243,156,50) !important;
    border: 1px solid #ccc;
}

ul li {
    list-style-type: square;
    margin-left: 10px;
}