body, html{
    height: 100%;
}
main {
    min-height: 85%;
}
.image {
    border-radius: 10px;
    display: block;
    box-shadow: 0px 4px 4px rgba(38, 38, 38, 0.2);
}
h1 {
    font-family: 'Varela Round';
}
.bg-custom {
    background-color: #4e90cd!important;
}
h-30 {
    height: 40%!important;
}
.text-white {
    font-color: white;
}
.pad-md {
    padding: 10px;
}
.shadow-bottom {
    box-shadow: 0px 4px 4px rgba(38, 38, 38, 0.2);
}

.dropdown-item {
    color: white!important;
}

.dropdown-menu {
    background: #4e90cd!important;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.logo {
    padding: 25px;
}
.navbar-dark {
    color: white;
    font-size: 1.1rem;
}
.nav-link {
    color: white!important;
}
.nav-link:hover {
    color: #e8e8e8;
}
h-30 {
    height: 30%;
}
.card {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow:hidden;
    margin: 1px;
}
.custom-card {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow:hidden;
    margin: 1px;
}
.bg-custom-1 {
    background-color: #784192!important;
}
.bg-custom-2 {
    background-color: #4d408f!important;
}
.bg-custom-3 {
    background-color: #25408f!important;
}

h2 {
    font-family: 'Varela Round';
}
h3 {
    font-family: 'Varela Round';
}
h4 {
    font-family: 'Varela Round';
    font-size: 1.3rem;
}
.card-header{
    border-radius: 15px 15px 0 0!important;
    background: #00a3dd;
}
h2.card-header{
    text-align: center;
    font-family: 'Varela Round';
    color: white;
    font-size: 1.5rem;
    margin-bottom: 0px;
    border-radius: 5px 5px 0 0!important;
}
button {
    background: #4e90cd;
    color: white;
    border: none;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.button {
    background: #4e90cd;
    color: white;
    border: none;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

button:hover {
    box-shadow: 0px 4px 4px rgba(38, 38, 38, 0.2);
}

.card-text {
    text-align: left;
    padding: 15px;
    color: black;
}
.card-body {
    text-align: left;
}
.card:hover {
    color: inherit;
    text-decoration: inherit;
}
table {
    margin: auto;
    margin-bottom: 20px;
    width: 80%;
}
tr, th, td {
    text-align: left;
    padding: 5px;
    padding-right: 30px;
    border-bottom: 1px solid #dedede;
}
th {
    padding-top: 15px;
}
