:root {
    --text: #333 ;
    --background: #fff;

    --font-title1: 2.5em;
    --font-title2: 2.3em;
    --font-title3: 1.9em;
    --font-title4: 1.8em;
    --font-text: 1em;
}


html {
    min-width: 350px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
    background-color: var(--background);
}

/*h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}*/
h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 25px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
    font-weight: normal;
}
.title {
    text-align: center;
}
.title img {
    max-width: 250px;
    padding: 40px 5px 20px;
}


.header, .content-wrapper, .container, .content, .footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}


.content-wrapper {
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}


.content {
    padding: 5px 15px;
    min-width: 350px;
    max-width: 800px;
    flex-direction: column;
    flex: 1 1 auto;
    order: 0;
    margin: 0 auto;
    max-width: 500px;
}

.footer {
    height: 189px;
    align-items: center;
}

.footer div {
    flex-direction: column;
    flex: 1 1 auto;
    order: 0;
    min-width: 350px;
    max-width: 746px;
    margin: 0 auto;
}


.header {
    min-width: 350px;
    max-width: 1000px;    
    order: 0;
    margin: 0 auto;
    padding: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;

}

.header img {
  width: 100%;
  padding: 0 10px;
}
.header a {
  margin: auto;
}




input[type=email] {
    width: 100%;
    height: 60px;
    border: 2px solid #bfbfbf;
    font-size: 20px;
    padding: 0 30px;
    background: white;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 2px solid #bfbfbf;
    background: white;
}
.sogl {
    color: #bfbfbf;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}
.sogl a {
    padding-left: 10px;
}

button {
    background: #2d527c;
    width: 300px;
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    color: white;
    font-weight: 500;
    margin: 40px auto;
    display: block;
}