body {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 1.1em;
}

h1 {
    font-size: 3rem;
    font-family: 'Shadows Into Light Two';
}

h4 {
    font-size: 3.5rem;
    font-family: 'Shadows Into Light Two';
}

h2 {
    font-size: 2.5rem;
    font-family: 'Shadows Into Light Two';
}

.bold {
    font-weight: bold;
}

li.menu-text {
    font-family: 'Shadows Into Light Two';
    font-size: 2.5em;
    font-weight: 100;
}

.dot {
    height: 15px;
    width: 15px;
    background-position-y: bottom;
    background-color: rgba(231, 13, 13);
    border-radius: 50%;
    display: inline-block;
}

.top-bar-right ul.menu li.menu-text {
    padding: 0;
}

.top-bar, .top-bar ul {
    background-color: white;
}

.top-padd {
    padding-top: 2rem;
}

.top-padd_1m {
    padding-top: 1rem;
}

.bottom-padd {
    padding-bottom: 2rem;
}

.card-border {
    border-block-end-color: black;
    border-bottom-color: black;
    border-style: solid;
    border-width: 0.5px;
}

.card-background {
    /*background-color: aliceblue;*/
    margin-top: 0.2em;
}

.bottom-border-off {
    border-bottom: none;
}