@import url('blocks/jobs.css');
@import url('blocks/contact-form.css');
@import url('blocks/image-text.css');

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Open Sans", sans-serif!important;
}

.my-12 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.topBarEditor {
    background: #252525;
    padding: 5px;
    height: 39px;
    display: flex;
}

.backBox {
    color: white;
    padding: 5px;
    text-align: left;
    font-family: "Helvetica", sans-serif;
    flex: 1;
    vertical-align: middle;
    display: flex;
}

.backBox a {
    color: white;
    text-decoration: none;
}

.button {
    font-size: 0.775rem;
    padding: 7px 16px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.button:hover {
    background: #ffffff !important;
    color: black !important;
}

#gjs {
    height: calc(100vh - 49px);
    border: 1px solid #222;
    transition: all 0.3s ease;
}

.controls {
    padding: 5px;
    text-align: right;
    flex: 1;
}

.controls button {
    margin-right: 10px;
}

.topBar {
    background: #141414;
    color: white;
    padding: 10px 25px 10px 25px;
    text-align: left;
}

.topBar a {
    color: white;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.backArrow {
    display: inline-block;
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

#gjs li svg {
    fill: #8e8e8e;
}

.gjs-row {
    display: flex !important;
    gap: 1rem;
}

.gjs-row .gjs-cell {
    flex: 1;
    padding: 1rem;
    height: auto !important;
    width: auto !important;
    display: block !important;
}

.gjs-row img {
    max-width: 100%;
    vertical-align: top;
}

iframe {
    width: 100% !important;
}

@media (max-width: 767px) {
    .gjs-row {
        flex-direction: column;
    }

    .gjs-row .gjs-cell {
        flex: none;
        width: 100%;
    }
}