html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

h1 {
    font-size: 30px;
    font-weight: 300;
}

h2 {
    font-size: 25px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    margin-top: 0;
}

h5 {
    font-size: 14px;
}

.row {
    padding-bottom: 15px;
}

.header {
    background-color: #f7f6f1;
    padding-bottom: 5px;
}

.container {
    padding-top: 15px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section::before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
}

small {
    font-size: 90%;
}

.news-item {
    margin-bottom: 10px;
}

.news-item p {
    margin-bottom: 0;
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.bg-unimore {
    background-color: #e73b18;
}

.card-body ul,
.card-body table {
    margin-bottom: 0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: red; // Choose your own color here
 }


