html,
body {
    height: 100%;
}

#wrap {
    height: 100%;
}

#main {
    /*overflow: auto;*/
    height: calc(100% - 95px);
    /*padding-bottom:150px;*/
    /* this needs to be bigger than footer height*/
}

div.section-title {
    color: lightblue;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.experience-title {
    color: lightcyan;
    font-size: 20px
}

ul.dashed {
    list-style-type: none;
}

ul.dashed li:before {
    content: '-';
    position: absolute;
    margin-left: -20px;
}

ul.none {
    list-style-type: none;
}

ul.none li:before {
    /* content: '-'; */
    position: absolute;
    margin-left: -20px;
}

li.experience:not(:last-child) {
    margin-bottom: 8px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939995;
}

/* Modify the backgorund color */
.navbar-custom {
    background-color: #1e211f;
}

.navbar-custom>a {
    color: white;
    font-size: 30px;
}

.nav-container {
    padding: 0px;
}

#bg-div {
    height: calc(100% - 120px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 32px;
    left: 58px;
    width: calc(100% - 100px);
}

.footer a {
    color: lightblue;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.footer p {
    color: white;
}