.headline {
    font-weight: 1000;
}

.navbar {
    background-color: #204b7a;
}

.services h3 {
    font-size: 2.5rem;
    padding-top: 0.8rem;
}
.services svg { margin-right: 1rem;}
.serviceAreas svg { margin-right: 0.5rem;}

.serviceLinks h2 {font-size: 1.8rem; display: none;}


.pcRepairImage {
    background-image: url('img/pc-repair-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.businessImage {
    background-image: url('img/servers.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.serviceAreasImage {
    background-image: url('img/clunes-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.airconGoulburnImage {
    background-image: url('img/air-conditioning-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.hero {
    background-image: url('img/table-gradient.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding:8rem 0;
}

.footerBottom {
    background-color: #0b7d1c;
    font-size: 0.8rem;
}