body {
    color: #3b3b3a;
    background-color: #e0e0df;
    font-family: Raleway;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0;
}

.big-text {
    font-size: 32px;
}

#idIframe {
    width: 100%;
    height: 728px;
    border: none;
}

img {
    border: 1px solid #31302e;
    max-width: 100%;
    height: auto;
    box-shadow: 6px 6px 17px -11px rgba(0,0,0,0.53);
    -webkit-box-shadow: 6px 6px 17px -11px rgba(0,0,0,0.53);
    -moz-box-shadow: 6px 6px 17px -11px rgba(0,0,0,0.53);
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2ch;
}

.button {
    padding: 1ch;
    flex: 1;
    background-color: #c7c7c6;
    text-align: center;
    color: #3a3934;
}

.form-textarea, .form-input, input, textarea {
    border: 0;
    border-radius: 0px;
    font-size: 15px;
    background-color: #c7c7c6;
    margin-bottom: 1ch;
    width: 99%;
    font-family: Raleway;
}

.form-button, .form-button-small {
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    background-color: #c2c2be;
    width: 100%;
    font-family: Raleway;
    cursor: pointer;
    color: #3a3934;
    padding: 1ch;
    box-shadow: 6px 6px 17px -11px rgba(0,0,0,0.53);
    -webkit-box-shadow: 6px 6px 17px -11px rgba(0,0,0,0.53);
    -moz-box-shadow: 6px 6px 17px -11px rgba(0,0,0,0.53);
    border: 1px solid #3b3b3a;
}

.form-button-small {
    padding: 0;
}

.form-field .captcha {
    border: 0;
    border-radius: 0px;
    font-size: 15px;
    background-color: #c7c7c6;
    color: #adbaca;
    margin-bottom: 1ch;
    width: 100%;
}

.captcha {
    width: 100px;
}

.form-field img.captcha {
    max-width: 100%;
    height: auto;
}

.form-field input[name="{{ form.captcha.name }}"] {
    border: 0;
    border-radius: 0px;
    font-size: 15px;
    background-color: #c7c7c6;
    color: #adbaca;
    margin-bottom: 1ch;
    width: 100%;
}

a, a:visited, summary {
    color: #1e501e;
    text-decoration: none;
    cursor: pointer;
}

a:hover, summary:hover {
    text-decoration: underline;
}

ul {
    padding-left: 2ch;
    margin: 0;
    list-style-type:square;
}

.main-menu {
    padding-left: 0;
    margin: 0;
    text-align: right;
    list-style-type:none;
}

.main-menu-fucking-phones {
    padding-left: 0;
    margin: 0;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 4ch;
}

li > ul {
    display: block;
}

ol li{
    padding-top: 1ch;
}

ol li:first-child{
    padding-top: 0;
}


h1 {
    margin: 0;
    font-size: 28px;
    text-align: center;
}

.logo {
    font-size: 40px;
    text-align: right;
    margin: 0;
}

h2, h3 {
    margin: 0;
    margin-bottom: 1ch;
    font-weight: normal;
}

h2 {
    font-size: 19px;
}

h2:after {
    content:' ';
    display:block;
    border-bottom: 1px solid #3b3b3a;
}

.pk {
    margin-right: auto;
}

.main-container {
    max-width: 876px;
    margin: 0 auto;
}

.columns-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.main-column, .sidebar-left, .sidebarm-left {
    flex-basis: 30%;
    box-sizing: border-box;
}

.box {
    padding: 12px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.box:first-child {
    margin-top: 8px;
}

.main-column {
    flex-grow: 1;
}

.sidebar-left {
    flex-basis: 146px;
    margin-left: 15px;
}

.sidebarm-left {
    display: none;
}

.sidebar-left ul {
    margin: 0;
    margin-left: 2ch;
}

.code-comment {
    color: #819796;
    margin-bottom: -2ch;
}

.pagination {
    text-align: center;
}

.menu {
    overflow: hidden;
    text-align: center;
}

.menu-button {
    cursor: pointer;
}

.menu-content ul {
    list-style-type:square;
    padding-top: 1ch;
}

.menu-content li {
    text-align: left;
}

.nav-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: start;
}

.nav-left {
    margin-right: auto;
    font-size: 20px;
    font-weight: bold;
}

.nav-center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    flex-grow: 1;
}

.nav-right {
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
}

.hid {
    visibility: hidden;
}

.fixed-width {
    width: 130px;
}

.recipe-info {
    text-align: left;
}

@media screen and (max-width: 700px) {
    .container {
        display: flex;  
        flex-direction: column;
        align-items: center; 
        justify-content: center;  

    }

    .main-column {
        flex-basis: 100%;
        order: 2;
    }

    .sidebar-left {
        display: none;
    }

    .sidebarm-left {
        order: 1;
        margin-bottom: -15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .box {
        margin-left: 15px;
    }

    .main-menu, .logo {
        text-align: center;
    }
}
