header {
    padding: 20;
    margin: 20;
}

homehero {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%), url('images/richard-3490884_1920.jpg');
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%), url('images/richard-3490884_1920.jpg');
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%), url('images/richard-3490884_1920.jpg');
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%), url('images/richard-3490884_1920.jpg');
    background-size: cover;
    min-height: 600px;
    height: 600px;
    background-position: center center;
}

homehero {
}

homehero {
    min-height: 600px;
    margin: 0;
    padding: 20;
}

.button {
    border-radius: 100px;
    margin-right: 10px;
    font-size: 20pt;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 10px;
}

.footer {
    background-color: #000000;
    padding: 20px;
}

.foottext {
    text-align: center;
    font-size: 10pt;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.boldhead {
    font-weight: 900;
}