﻿body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin: 0px;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-bar {
    display: flex;
    height: 60px;
    width: min(1200px,90vw);
}

.header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.header-space {
    display: flex;
    flex: 1;
    padding: 10px
}

.header-itm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.header-mnu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
}

.menu-bar {
    display: flex;
    height: 50px;
    width: min(1200px,90vw);
}

.banner-container {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-image: url('/art/banner1.jpg');
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #15191c;
}

.image-container {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-size: auto 100%;
    background-color: #15191c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    width: min(1200px,90vw);
}


.row {
    display: flex;
    flex-wrap: wrap;
}

    .row p {
        width: 100%;
    }

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-weight: 400;
}

strong {
    font-weight: 700;
}

@media (min-width: 992px) {
    .header-mnu {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-container {
        display: none;
    }
}
