html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    outline: none !important;
    box-sizing: border-box;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.wrapper .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.demo-1 h1 {
    font-family: 'Archivo Black', sans-serif;
    margin: 0;
    line-height: 1;
    font-size: 8vw;
    font-weight: normal;
}

.demo-1 .section {
    height: 100vh;
}

.demo-1 .section:nth-child(1) {
    background: #FF8080;
    color: #F8F7E2;
}

.demo-1 .section:nth-child(2) {
    background: #F8F6E5;
    color: #57B7A3;
}

.demo-1 .section:nth-child(3) {
    background: #56B7A3;
    color: #FFFFFF;
}

.demo-1 .section:nth-child(4) {
    background: #E14142;
    color: #FFFFFF;
}


.demo-2 {
    font-family: 'EB Garamond', serif;
    max-width: 800px;
    width: 100%;
    padding: 0 15px;
    display: block;
    margin: 0 auto 10em auto;
    color: #707070;
    line-height: 1.7;
    font-size: 24px;
}

.demo-2 .head {
    padding: 10em 0;
    text-align: center;
}

.demo-2 .head h2 {
    font-family: 'Poppins';
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    font-size: 5vw;
    padding: 0 60px;
    line-height: 1;
    margin: 0;
}

.demo-2 .content a {
    color: #000;
    text-decoration: none;
}

.demo-3 {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 10em auto;
    display: block;
}

.demo-3 .head {
    padding: 10em 0;
    text-align: center;
}

.demo-3 .head h2 {
    font-family: 'Poppins';
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    font-size: 5vw;
    padding: 0 60px;
    line-height: 1;
    margin: 0;
}

.demo-3 .grid{
    display: flex;
    flex-wrap: wrap;
}

.demo-3 .item{
    width: 33%;
    padding: 0 15px 30px 15px;
}

.demo-3 .item img{
    width: 100%;
}

@media(max-width: 1000px){
    .demo-3 .item{
        width: 50%;
    }
}

@media(max-width: 640px){
    .demo-3 .item{
        width: 100%;
    }
}