h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgb(109, 109, 109);
    padding-bottom: 10px;
    margin-left: 10px;
}

p {
    margin-left: 10px;
}

.logosmall {
    float: left;
    padding: 8px;
}

.logoimgsmall {
    width: 30px;
    height: 30px;
}

.border {
    border: 1px solid black !important;
}

.row {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.col-sm-4 {
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 20px;
}

.jumbotron {
    text-align: center;
    margin-bottom: 2px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    text-align: center;
}

.nav-link {
    transition: background-color 1s;
}

.nav-link:hover {
    background-color: rgb(212, 211, 211);
}

.dropdown-item {
    transition: background-color 1s;
}

.dropdown-item:hover {
    background-color: rgb(212, 211, 211);
}

.col-sm-4 {
    transition: border 1s;
    transition: background-color 1s;
    border-radius: 5px;
}

.col-sm-4:hover {
    border: 1px dotted rgb(116, 116, 116);
    background-color: rgb(230, 230, 230);
}