@font-face {
    font-family: bb_font;
    src: url(../res/fonts/boombox2.ttf);
}

body {
    font-family: 'Comfortaa', cursive;
    background-color: #fffae7;
}

h1, h2, h3 {
    font-family: 'Carter One', cursive;
    color: #04173c;
}

h4,h5,h6 {
    font-family: 'Comfortaa', cursive;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

p, li {
    font-family: 'Muli', sans-serif;
    margin-left: 1em;
    margin-right: 1em;
}

hr {
    margin: 2em;
    border-top: 3px #04173c outset;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.profile_img {
    width: 250px;
    height: 250px;
    border: #0c5460 outset;
    border-radius: 4px;
}

@media screen and (max-width: 640px){
    .profile_img {
        width: 120px;
        height: 120px;
    }
}

.profile_little {
    width: 30px;
    height: 30px;
    padding:0;
    padding-bottom: 3px;
}

.bg_dark {
    background-color: #04173c !important;
}

.vertical_center {
    display: flex;
    align-items: center;
}

a.icon_link {
    color: #04173c;
}

a.icon_link:hover {
    color: #4f48e8;
}

h1.bb_heading {
    font-family: 'bb_font', cursive;
    font-size: 32px;
    color: #04173c;
}

.youtube {
    text-align: center;
    width: 96%;
    display: block;
}

iframe {
    width: inherit;
}
.pdf {
    width: 100%;
    height: 100%;
}

.linked {
    border-radius: 5px;
    color: #2be14c;
    border-color: #2be14c;
}

.contact_btn {
    color: #04173c;
    font-weight: bolder;
    font-size: 1.2em;
}

.card {
    background-color: transparent;
    border: none;
}

.sub_hr {
    border-top: 1px #ddf5fa solid;
}