@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: normal;
    src: url(/font/PlayfairDisplay-Regular.woff2);
    src: url(/font/PlayfairDisplay-Regular.woff);
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: url(/font/Lato-Light.woff2);
    src: url(/font/Lato-Light.woff);
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: bold;
    src: url(/font/Lato-Bold.woff2);
    src: url(/font/Lato-Bold.woff);
}

body {
    background: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
    border: none;
    color: #5c5c5c;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
    font-family: Lato;
    font-weight: bold;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 42px;
    padding: 0 0 10px 0;
    color: #171717;
    font-family: PlayfairDisplay;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.mainer {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.article {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin: 130px 100px;
    padding: 140px 120px;
}

.drop-caps {
    font-family: PlayfairDisplay;
    color: #171717;
    font-size: 110px;
    float: left;
    font-weight: 400;
    line-height: 85px;
    margin-bottom: 20px;
    margin-right: 35px;
    position: relative;
}

.article h1 {
    margin: 0 0 40px 0;
}

.article p {
    margin: 0 0 52px 0;
    opacity: 0.8;
}

.article blockquote {
    font-size: 24px;
    font-style: italic;
    opacity: 0.8;
}

.quotes {
    font-size: 60px;
    line-height: 40px;
}

button {
    font-family: Lato;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 3px;
    color: #eaa258;
    background-color: #ffffff;
    border: 2px solid #eaa258;
    margin: 10px 0 0 0;
    padding: 17px 75px;
    text-transform: uppercase;
    transition: all .2s ease-in;
}

button:hover {
    background-color: #eaa258;
    color: #ffffff;
}