main {
    margin-top: 60px;
}

section {
    margin-top: 5px;
    margin-bottom: 10px;
}

.navbar-brand span {
    font-size: 24px;
    transform: scale(.5, 1);
}

.login .fa-user {
    margin-left: 5px;
    margin-right: 5px;
}

h1 span {
    font-size: 48px;
}

h3 {
    text-decoration: underline;
    margin-bottom: 20px;
}

.card {
    background-color: white;
    border-radius: 10px;

    box-shadow: 10px 10px 3px grey;
    padding-top: 10px;
}

.card-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}

.icon-lg {
    font-size: 4em;
}

.icon-md {
    font-size: 2.5em;
}

.anchor {
    display: block;
    height: 60px;
    /*same height as header*/
    margin-top: -60px;
    /*same height as header*/
    visibility: hidden;
}

.navbar-brand img {
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}