﻿
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    /* Avenir Medium */
}

/* Copy */
p,
span,
a,
li {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    /* Avenir Book */
}

/* Additional CSS for body background image */
body {
    /* background-image: url("https://applicant-campbell.mariapps.com
            background-repeat: no-repeat;
            height: 100vh;/Content/img/seafarer-bg.jpg"); */
    /*background-size: cover;
            background-position: center;
            width: 100vw;*/
    font-family: 'Roboto', sans-serif;
    /* Hide vertical scrollbar */
}

.primary-button {
    background-color: #47648B;
}

.hove-background {
    background-color: #152944;
}

/* Footer Styling */

.main-footer {
    background-color: #2c3e50;
    color: white;
    padding: 10px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Arial', sans-serif;
}

    .main-footer a {
        color: #1abc9c;
        text-decoration: none;
    }

        .main-footer a:hover {
            text-decoration: underline;
        }

.footer-right, .footer-left {
    margin: 0;
}

.footer-right {
    text-align: right;
    margin-right: 20px; 
}

.footer-left {
    text-align: left;
    margin-left: 20px; 
}
