*{font-family: Raleway
}

.footer{
    background-color: rgb(237,27,36);
    color: white;
    background-image: url('/img/bg.png');
    background-size: 60% auto;
    font-family: Raleway;
}

.footer h5 {
    font-family: Montserrat; 
}

h5 {
    font-family: Montserrat; 
}

.footer-link{
    color: white;
}

.footer-link:hover{
    color: gainsboro;
    text-decoration: none;
}

.content-link{
    color: black;
}

.content-link:hover{
    color: rgb(237,27,36);
    text-decoration: none;
}

.social-distancing{
    padding: 1em;
}

.stick{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.landing-paragraph{
    font-size: 1em;
    font-family: Raleway;
}

.navbar{
    border-bottom: 1px solid;
    border-bottom-color: rgb(237,27,36);
}

.active{
    color: rgb(237,27,36) !important;
}

.avatar{
    max-width: 84%;
}

.team-section{
    max-width: 100%;
}
.team-section{
    font-family: Raleway;
}

.top-buffer { margin-top: 2em; }
.bottom-buffer { margin-bottom: 1em; }

.etkinliks-title{
    font-family: Montserrat; 
    color: rgb(237,27,36);
    font-size: 2em;
    border-bottom: 1px solid rgb(237,27,36);
}

.home-title{
    font-family: Montserrat; 
    color: rgb(237,27,36);
    font-size: 2em;
    border-bottom: 1px solid rgb(237,27,36);
}

.event{
    padding: 1em;
    transition: all 0.6s;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.event:hover{
    color: white;
    background-color: rgb(237,27,36);
    transition: all 0.4s;
}

.triplet-each{
    padding-left: 1em;
    padding-right: 1em;
}