body {
    background: #009688;
}

h1 {
    margin-bottom: 20px !important;
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

p, ul li {
    font-size: 18px;
}

.wrapper {
    background: #EEEEEE;
    padding: 20px;
}

#header {
    background: #FAFAFB;
    height: auto;
    padding-top: 20px;
}

.navbar {
    flex-direction: column;
}

.desktop-menu {
    background: #1E88E5;
    margin-top: 20px;
}

#header a {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: black;
}

.header-fixed #header {
    position: relative;
}

body.header-fixed.header-animated #header.scrolled {
    height: auto;
}

.slide {
    display: flex;
    padding: 20px;
    background: linear-gradient(rgb(235, 241, 246) 0%, rgb(171, 211, 238) 50%, rgb(137, 195, 235) 51%, rgb(213, 235, 251) 100%);
}

.slide h1 {
    font-size: 46px;
    color: rgb(255, 0, 0);
    text-shadow: rgb(0, 0, 0) 1px 1px;
    font-weight: 600;
    padding: 0px;
    width: 70%;
    text-align: left;
    margin-top: 40px;
    display: flex;
}

.slide h1 img {
    width: 60px;
    height: 60px;
}

.slide img {
    width: 30%;
}

.header-fixed #body-wrapper, #body-wrapper .container {
    padding-top: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

#footer {
    background: rgb(51, 51, 51) !important;
}

.flexed {
    display: flex;
    align-items: center;
}

.flexed ul, .flexed img {
    width: 50%;
}

.flexed img {
    width: 435px;
    height: 250px;
}

.blueBlock {
    background: #1E88E5;
    padding: 50px;
    text-align: center;
    color: white;
    font-size: 24px;
}

.wrapper-form {
    display: flex;
    gap: 40px;
}

.wrapper-form .buttons, .wrapper-form .form {
    width: 50%;
}

.wrapper-form .buttons p{
    list-style: none;
    width: 100%;
    background: #d2d2d2;
    border: 1px solid #d8d8d8;
    padding: 6px 20px;
    margin: 10px 0px;
    box-shadow: 2px 2px 2px #000;
    font-size: 18px;
    font-weight: 600;
    color: #06C;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color 
ease-in-out .15s, -webkit-box-shadow 
ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color 
ease-in-out .15s, box-shadow 
ease-in-out .15s;
}

form button {
    background: #286090;
    border: 1px solid #204d74;
    border-radius: 5px;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    height: 55px;
    color: white;
    font-size: 22px;
}

.blog {
    background: #FAFAFB;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover, .dropmenu ul li a {
    color: #000;
}

#header a ul li a {
    color: #000;
    font-size: 12px;
}

#header .dropmenu ul ul li a {
    color: black !important;
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
}

#header .dropmenu ul ul {
    right: 0;
}

@media(max-width: 768px) {
    .slide {
        flex-direction: column;
    }
    .slide h1 {
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slide h1 img {
        width: 20px;
        height: 20px;
    }
    .slide img {
        width: 100%;
    }
    .flexed {
        flex-direction: column;
    }
    #header .logo img, #header .logo svg {
        width: 140px;
        height: auto;
    }

    .header-fixed .mobile-menu {
        position: absolute;
    }
    .mobile-logo img, .mobile-logo svg {
        display: none;
    }
    #header {
        padding-bottom: 20px;
    }
    .wrapper-form {
        flex-direction: column;
    }
    .wrapper-form .buttons, .wrapper-form .form {
        width: 100%;
    }

    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 22px;
    }
    p, ul li {
        font-size: 18px;
    }
}