body {
    scroll-behavior: smooth;
    font-family: Roboto;
    /*font-size: 17px;*/
}

.nav {
    padding-top: 3%;
    margin-bottom: 3%;
    padding-right: 0px;


}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav li {
    float: none;
    display: inline-block;
}

h5 {
    font-style: italic;
    font-weight: bolder;
    margin-top: 30px;
}


p {
    margin-top: 30px;
}

.bg-light {
    background-color: transparent !important;
}

ul {
    list-style-type: none;
}


#footer {
    text-align: center;
    opacity: 0.5;
    margin-top: 120px;
}

.arrowUp {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url("../img/icon_top.png") no-repeat;

}

.arrowUp:hover {
    background-position: 100% 0;
}
