@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
}
img, svg {
    vertical-align: middle;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}
.section {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(background.jpg);
    background-size: cover;
    background-position: center;
}
.section-t {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 60, 70, 0.8);
}
.section-tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sub-section {
    padding: 20px;
}
.call-button {
    display: inline-block;
    background-color: #FFD500;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    margin: 20px 0px 20px 0px;
    border-radius: .4rem;   
}
.call-button > svg {
    margin-right: 10px;
}
.description {
    font-size: 1.4rem;
    padding: 0px 20px 0px 20px;
}
.title {
    font-weight: 300;
    font-size: 4rem;
}
.subtitle {
    font-weight: 300;
    font-size: 1.8rem;
}