/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Poppins, sans-serif;
    padding: 80px 10px 10px 0px;
}

.head3 {
    padding-top: 25px;
    padding-bottom: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;

    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;

    /* Vertically center the text there */
    background-color: #f5f5f5;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;

    /* Set the fixed height of the footer here */
    height: 80px;
    line-height: 80px;

    /* Vertically center the text there */
    background-color: #f5f5f5;
}

h3 {
    font-weight: 500;
    padding-bottom: 10px;
}

h4 {
    font-weight: 400;
}

.ocean {
    color: #005858;
}

.zlatan {
    color: #a49665;
}

a,
a:active,
a:visited {
    font-weight: 400;
}

a:hover {
    color: #a49665;
    text-decoration: none;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
    max-width: 1000px;
}
