﻿/*
body {
    padding-top: 10px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.content-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.headertext {
    font-family: Arial;
    font-weight: 800;
    margin-left: 10px;
    padding-bottom: 10px;
}
*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.cimg1 {
    background-image: url("../img/software_dev.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.cimg2 {
    background-image: url("../img/code.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.cimg3 {
    background-image: url("../img/hardware.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}