:root {
    --primary: #021D49;
    --secondary: #004F51;
}

body {
    font-family: adelle, serif;
    font-weight: 400;
    color: #000;
}

body,
html {
    height: 100%;
}

img {
    width: 100%;
    display: block;
}

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

a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
    font-weight: 300 !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2rem;
}

.phone-number i {
    margin-right: 20px;
}

.phone-number,
.email {
    color: var(--secondary);
}

.text {
    font-size: 1.5rem;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo-image {
        width: 50%;
    }

    .text {
        font-size: 2rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}