body {
    font-family: 'Oswald', sans-serif;
    color: rgb(123, 117, 113);
    letter-spacing: 2px;
}

.font-handwriting {
    font-family: 'Caveat', cursive;
}

.font-72 {
    font-size: 72px
}

.font-60 {
    font-size: 60px
}

.font-48 {
    font-size: 48px
}

.font-36 {
    font-size: 36px
}

.font-30 {
    font-size: 30px
}

.font-18 {
    font-size: 18px
}

.font-14 {
    font-size: 14px
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 14px;
}

@media only screen and (max-width: 500px) {

    .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: 6px;
    }

    .font-72 {
        font-size: 52px
    }

    .font-60 {
        font-size: 40px
    }

    .font-48 {
        font-size: 28px
    }

    .font-36 {
        font-size: 20px
    }

    .font-30 {
        font-size: 18px
    }

    .font-18 {
        font-size: 16px
    }

    .font-14 {
        font-size: 12px
    }
}

.link-color {
    color: rgb(234, 112, 112);
}

.link-color:hover {
    color: rgb(234, 112, 112);
}

.bg-primary {
    background-color: rgb(234, 112, 112) !important;
}

.bg-secondary {
    background-color: #f0f0f0 !important;
}

.bg-tercery {
    background-color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: rgb(234, 112, 112);
    border-color: rgb(234, 112, 112);
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(234, 112, 112, 0.8);
    border-color: rgb(234, 112, 112);
}

.divider-custom {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: .25rem;
    background-color: #2c3e50;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
}

.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
    color: #2c3e50 !important;
    font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
    background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
    color: #fff !important;
}

.masthead {
    padding-top: calc(1rem);
    padding-bottom: 6rem;
}

.masthead .masthead-heading {
    font-size: 2.75rem;
    line-height: 2.75rem;
}

.masthead .masthead-subheading {
    font-size: 1.25rem;
}

.masthead .masthead-avatar {
    width: 300px;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.title {
    position: relative;
    margin-bottom: 50px;
}

@media (min-width: 992px) {

    .masthead .masthead-avatar {
        width: 400px;
    }

    section {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .title {
        position: relative;
        margin-bottom: 80px;
    }

    .masthead {
        padding-top: calc(3rem + 52px);
        padding-bottom: 6rem;
    }

    .masthead .masthead-heading {
        font-size: 4rem;
        line-height: 3.5rem;
    }

    .masthead .masthead-subheading {
        font-size: 1.5rem;
    }
}

.vira-card {
    text-align: center;
}

.vira-card .vira-card-header {
    margin-bottom: 45px;
}

.vira-card .vira-card-header .card-icon {
    border: 1px solid rgb(234, 112, 112);
    border-radius: 100%;
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    position: relative;
}

.vira-card .vira-card-header .card-icon .fas {
    margin-top: 45px;
    font-size: 30px;
}

.vira-card .vira-card-header .card-icon:after {
    content: '';
    height: 100px;
    width: 100px;
    background-color: rgb(234, 112, 112);
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
}

.vira-card .vira-card-header .card-icon span {
    color: #fff;
    font-size: 45px;
    position: relative;
    z-index: 1;
}

.vira-card .vira-card-content h3 {
    position: relative;
    margin-bottom: 60px;
}

.vira-card .vira-card-content h3:after {
    content: '';
    height: 1px;
    width: 44px;
    background-color: rgb(234, 112, 112);
    position: absolute;
    top: 68px;
    left: calc(50% - 22px);
}

.vira-card .vira-card-header .card-icon:after {
    transition: all 0.3s ease-in-out;
}

.vira-card:hover .vira-card-header .card-icon:after {
    height: 120px;
    width: 120px;
    top: -1px;
    left: -1px;
}

@media (max-width: 767px) {
    .vira-card {
        margin-bottom: 60px;
    }
}

h2 {
    margin-bottom: 35px;
    margin-top: 0;
}

h2 {
    font-size: 32px;
}

/*! CSS Used from: https://www.webprogrammierung-gora.de/assets/about-me/css/style.min.css */
div, img {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

img {
    vertical-align: middle;
}

.pic {
    margin-top: -124px;
}

.pic img {
    border: 4px solid #424852;
    border-radius: 300px;
    margin-bottom: 26px;
}

::placeholder {
    color: rgb(183, 180, 178) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(183, 180, 178) !important;;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(183, 180, 178) !important;;
}