@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADETOMMY-Black.woff2') format('woff2'),
        url('fonts/MADETOMMY-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADETOMMY-Medium.woff2') format('woff2'),
        url('fonts/MADETOMMY-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADETOMMY.woff2') format('woff2'),
        url('fonts/MADETOMMY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fago Office Serif';
    src: url('fonts/FagoOfficeSerif-RegularItalic.woff2') format('woff2'),
        url('fonts/FagoOfficeSerif-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



html, section, h1, h2, h3, h4, p, img, a, button, strong {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'MADE TOMMY';
}

img {
    max-width: 100%;
    width: 100%;
}

h1 {
    font-family: 'Fago Office Serif';
    font-style: italic;
    padding-top: 80px;
    line-height: 2.5rem;
}

h2 {
    text-transform: uppercase;
    font-weight: 900;
}

.bg-body-tertiary {
    background-color: transparent !important;
    padding: 0 !important;
}

.navbar-brand {
    background: white;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

.navbar-brand img {
    max-width: 170px;
}

.nav-link,
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.nav-link:focus, .nav-link:hover {
    color: white;
    text-shadow: 1px 1px 5px #1d4e58;
}

.social {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 1;
    padding: 0;
}

.social li {
    list-style: none;
    background: #bfb8a6;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.social li img {
    max-height: 25px;
    width: auto;
}

#home {
    background: url("img/home-bg.jpg");
    background-size: cover;
    background-position: top right;
    color: #bdc9cb;
    padding-top: 140px;
    clip-path: polygon( 0px 0px, 0px calc(100% - 0px), calc(100% - 0px) calc(100% - 70px), calc(100% - 0px) 0px );
}

#the-agency {
    /*background: #0d333a;*/
    color: #ffffff;
    /*clip-path: polygon( 0px 70px, 0px calc(100% - 0px), calc(100% - 0px) calc(100% - 70px), calc(100% - 0px) 0px );*/
    margin-top: -70px;
    padding: 120px 0px 0;
    margin-bottom: -40px;
    background: linear-gradient(176deg, #0d333a 80%,#eeebe8 80%);
}

#pillars {
    background: #eeebe8;
    color: #1d4e58;
    /*clip-path: polygon( 0px 70px, 0px calc(100% - 0px), calc(100% - 0px) calc(100% - 0px), calc(100% - 0px) 0px );*/
    padding: 20px 10px 70px;
}

#pillars h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
}

#pillars .icon {
    max-height: 65px;
    width: auto;
    margin-bottom: 15px;
}

#contact {
    background: #eeebe8;
    color: #1d4e58;
    padding-bottom: 80px;
}

#contact hr {
    border: 3px solid #1d4e58;
    opacity: 1;
    margin: 5px 0 15px;
}

form input,
form textarea {
    width: 100%;
    background: #d6d1c4;
    border: none;
    margin-bottom: 10px;
    padding: 5px 10px;
}

form input[type="submit"] {
    background: transparent;
    width: auto;
    float: right;
    color: #23515a;
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: -10px;
}

input::placeholder,
textarea::placeholder {
    color: #23515a;
    font-weight: 500;
}

footer {
    background: #23515a;
    color: white;
    text-align: center;
    padding: 25px 10px;
}

@media screen and (max-width: 900px) {
    #pillars .icon {
        max-width: 75px;
    }

    #pillars h3 {
        margin-bottom: 30px;
    }

    h1 {
        margin-left: 80px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}