/**
 * @license
 * MyFonts Webfont Build ID 3918174, 2020-06-24T07:41:00-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: GoudyTrajan-Regular by CastleType
 * URL: https://www.myfonts.com/fonts/castletype/goudy-trajan/regular/
 * Copyright: Copyright (c) 2001 by CastleType. All rights reserved.
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3bc95e");

@font-face {
    font-family: 'GoudyTrajan-Regular';
    src: url('webFonts/GoudyTrajan-Regular/font.woff2') format('woff2'), url('webFonts/GoudyTrajan-Regular/font.woff') format('woff');
}

body {
    background-color: rgba(4, 26, 129, 1);
    color: white;
    font-family: 'GoudyTrajan-Regular';
    line-height: 1.25;
    padding: 100px 20px;
    text-align: center;
    text-transform: uppercase;
}

header {
    margin-bottom: 70px;
}

.logo {
    background: url("logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 135px;
    width: 480px;
    margin: 0 auto;
}

@media screen and (max-width: 440px) {
    .logo {
        height: initial;
        padding-bottom: 28%;
        max-width: 100%;
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

h1 {
    margin: 0;
}

main p {
    border-bottom: 1px solid white;
    display: inline-block;
    font-size: 24px;
    padding: 0 1em 0.5em 1em;
}

@media screen and (max-width: 440px) {
    main p {
        font-size: 18px;
    }
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

footer {
    font-size: 16px;
    line-height: 1.5;
}

.tel-num {
    white-space: nowrap;
}

.footer__logos {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 3em auto 0 auto;
    max-width: 234px;
}

.ldb-logo {
    background: url("LDB_MainLogo_PURPLE_CMYK.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 103px;
    height: 42px;
}

.corp-mem-logo {
    background: url("Gem-A Corporate Member 2020 35mm.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 67px;
    height: 67px;
}

@media screen and (max-width: 440px) {
    footer {
        font-size: 14px;
    }
}