@import "fonts.css";
@import "default.css";
@import "dark-theme.css";
@import "resp-max1200.css" screen and (max-width: 1200px);
@import "resp-max992.css" screen and (max-width: 992px);
@import "resp-max768.css" screen and (max-width: 768px);
@import "resp-max576.css" screen and (max-width: 576px);
@import "resp-max350.css" screen and (max-width: 350px);

@media (max-width: 768px) {
    .container, .container-sm {
        max-width: unset;
    }
}

@media (width: 768px) {
    .form-group a.btn {
        margin-top: 1.5em;
    }

    #default-slider .triangle {
        display: none !important;
    }
}

@media (max-width: 680px) {
    .elofizetes .card, .elofizetes .card.horizontal {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .elofizetes .card.horizontal .card-body {
        flex: unset;
    }
}