* {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

body>.container {
    margin-top: 150px;
}

.card {
    opacity: 0.9;
}

.card.profile>img {
    margin: 0 60px;
    position: relative;
    top: -80px;
}

.card.profile>.card-body>.name {
    margin-top: -80px;
    font-size: 24px;
    font-weight: 500;
}

.card.profile>.card-body>.col-12.text-center>.position {
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
    background-color: #f3f3f3;
    padding: 3px 10px;
    border-radius: 20px;
}

.card.profile>.card-body>.col-12.text-center.mt-3>a {
    margin: 0 5px;
}

.card.profile .col-12.text-center.mt-3>a {
    text-decoration: none;
}

.card .card.mt-4 {
    border: none;
    background-color: #f3f3f3;
}

.card .card.mt-4 li {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f3f3f3;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item>i {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #ffffff;
}

.list-group-item a {
    color: #000000;
    text-decoration: none;
}

.list-group-item a:hover {
    color: #000000;
}

.list-group-item>.fa-mobile-screen-button {
    padding: 10px 12px;
}

.list-group-item>.fa-location-dot {
    padding: 10px 12px;
}

.list-group-item>.fa-cake-candles {
    padding: 10px 12px;
}

@media screen and (max-width: 1200px) {
    .card.profile>img {
        top: -50px;
    }

    .card.profile>.card-body>.name {
        margin-top: -50px;
        font-size: 20px;
    }
}

.heading {
    position: relative;
    margin-bottom: 15px;
}

.heading:before {
    content: "";
    display: block;
    border-top: solid 2px #bebebe;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
}

.heading h3 {
    display: inline;
    background: #fff;
    padding: 0 20px 0 0;
    position: relative;
}