/*!
Theme Name: Ametys
Author: Łukasz Blachnicki
Author URI: https://github.com/kartm
Description: A theme made for Estyma Dance School.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, minimalistic
Text Domain: ametys
*/

html,
body {
    height: 100%;
    width: 100%;
    color: rgb(233, 233, 233);
    font-family: 'Lato', sans-serif;
}

body {
    background-color: #0e172b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content {
    background-color: #161616;
    flex: 1;
}

.background {
    background-color: hsla(270, 46%, 16%, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -100;
}

#background {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    filter: blur(6px);
}

@media (min-width: 425px) {
    .content {
        margin: 28px;
        border-radius: 8px;
    }
}

@media (min-width: 1024px) {
    .content {
        width: 1024px;
        margin: 28px auto;
    }
}

::-webkit-scrollbar {
    display: none;
}

img[class*='align'],
img[class*='wp-image-'] {
    width: auto;
    height: auto;
}
