﻿body {
    font-size: 14px;
}

.intro-page h2 {
    color: rgb(25, 174, 255);
    padding-bottom: 0.3em;
    font-size: 35px;
}

h2.section-title {
    margin-bottom: 1em;
    margin-top: 1em;
}

.navbar-brand-logo-link {
    float: left;
    margin-right: 1rem;
}

.contact-item {
    position: relative;
    left: 30px;
}

.about-benefit-list {
    font-size: 20px;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

footer p {
    margin: 16px 0;
}

.contact p {
    font-size: 18px;
}

.contact-tech {
    margin-top: 2rem;
}