@charset "utf-8";
/* CSS Document */
hr {
    border: 1px solid white;
}

a, a:hover {
    color: white;
}

#menu {
    display: block;
    z-index: 10;    
}

.bg-col-son {
    background-color: #CD9B1D;
    font-family: Georgia, Palatino, "Times New Roman", serif;
}

.bg-grey{
    background-color: #EEEEEE;
}

.bg-blue {
    background-color: #6980db;
}

.col-h {
    height: 30px;
}

.nav-link:active {
    color: red;
}

[class*="col-"] {
    border: none;
    border-right: 2px solid white;
}

