body {
    font-family: 'Montserrat', sans-serif;
    background-image: url(../assets/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;

}

.themecolor {
    background-color: #EDF0FF;
}

.nav-item {
    padding: 0px 10px 0px 10px;
}

.nav-item:hover {
    background-color: #FFC20E;
    border-radius: 100px;

}

.textcolor {
    color: #A30D3B;
}

.highlightcolor {
    background-color: #FFC20E;
}

.button {
    background-color: #A30D3B;
    color: white;
    border-color: #A30D3B;
}

.button:hover {
    background-color: #FFC20E;
    color: black;
    border-color: #FFC20E;
}

.justify {
    text-align: justify;
}

.dashed-border {
    border-top: 1.60px dashed #EDF0FF;
    border-bottom: 1.60px dashed #EDF0FF;
}

.fontsize {
    font-size: 2vh;
}

.titlesize {
    font-size: 3.3vh;
}

.bigfontsize {
    font-size: 2.5vh;
}

.follow a {
    background-color: #A30D3B;
    color: white;
    text-decoration: none;
    width: 120px;
}

.follow a:hover {
    color: #FFC20E;
}