/* 1) Remove default page margins so nothing ever shows whitespace on the sides */
html, body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

body {
  background-color: #f9f9f9;
}

p {
    margin-bottom: 1em;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}

ul {
    margin-left: 1.5em;
    padding-left: 1em;
}

li {
    margin-bottom: 0.5em;
}

a {
    overflow-wrap: break-word;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    color: #1a1a1a;
}

/* Email links */
a[href^="mailto:"]::before {
    content: "✉️ ";
}

.monument-medium {
    font-family: 'MONTSERRATMEDIUM', sans-serif;
    font-weight: bolder;
}

@font-face {
    font-family: 'MONTSERRATMEDIUM';
    src: url('./Fonts/MONTSERRAT-MEDIUM.TTF') format('opentype');
    font-style: normal;
}

.albratrial-regular {
    font-family: 'ALBRATRIALREGULAR', sans-serif;
    font-weight: bolder;
}

@font-face {
    font-family: 'ALBRATRIALREGULAR';
    src: url('./Fonts/ALBRATRIAL-REGULAR.OTF') format('opentype');
    font-style: normal;
}

.container {
    width: 94% !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    margin: auto;
    padding: 0 3% 0 3%;
    max-width: 900px;
}

.container .press-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container .press-title-container .controller {
    margin-bottom: 0;
}

.container .press-title-container .press-title {
    color: #376091;
    margin-top: 0;
    margin-bottom: 0;
}

.container .press-title-container .press-sub-title {
    color: #30849c;
}

.container .press-title-container img {
    width: 70%
}

.press-header-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5vw;
    padding: 2vw 2vw 2vw 2vw;
}

.press-header-images img {
    width: 15%;
}

.press-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
}

.press-contact p {
    margin-bottom: 0;
    margin-top: 0;
}

.press-contact .press-contact-title {;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (min-width: 600px) {
    .container .press-title-container .press-title {
        transform: scale(1.7);
        margin-top: 1vw;
    }
    .container .press-title-container .controller {
        transform: scale(1.7);
    }
    .container .press-title-container .press-sub-title {
        transform: scale(1.7);
    }
}

@media only screen and (max-width: 600px) {
    p, li, td, tr {
        font-size: 3.5vw;
    }

    .press-contact .press-contact-title {
        font-size: 4.5vw;
    }
}
