﻿body {
    background-color: #fdfdfd;
}

a {
    color: black;
}

    a:hover {
        text-decoration: none;
        color: #8c79b0;
    }

.nav-logo {
    max-width: 100px;
}

.main-logo {
    max-width: 150px;
}

.sec-grey {
    background-color: #fdfdfd;
}

.sec-header {
    font-size: 24px;
    font-weight: 300;
}

.sec-header-lg {
    font-size: 30px;
    font-weight: 300;
}

.sec-subheader {
    font-size: 20px;
    font-weight: 300;
    color: #7e7e7e;
}

.form-box {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

.form-content {
    padding: 20px 20px;
}

.form-label {
    color: #7e7e7e;
}

.vertical-padding-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vertical-padding-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margin-bottom-sm {
    margin-bottom: 30px;
}


.footer-margin {
    margin-top: 20px;
}

.footer-bg {
    background-color: #2e2e2e;
}

.footer span {
    color: white;
}

.footer-logo {
    width: 70px;
}

.list-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.list-col {
    display: flex;
    margin-bottom: 10px;
}

.list-item {
    /*padding-right: 10px;*/
    background-color: white;
    width: 100%;
}

.list-img {
    width: 100%;
    height: auto;
}

.list-info {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-title {
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.list-subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #7e7e7e;
    display: block;
}

.list-sort {
    font-family: Century Gothic;
    border: none;
    background-color: white;
    padding: 5px;
}

.list-desc {
    font-size: 13px;
    font-weight: 300;
}

.padding-sm {
    padding: 10px;
}

.profile-img {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 150px;
    border-radius: 50%;
}

    .profile-img img {
        width: 100%;
    }

.account-info {
    font-size: 18px;
    font-weight: 300;
}

.nav-item {
    padding-left: 10px;
}

.subtitle {
    color: rgba(0,0,0,.5);
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.list-group {
    border: 1px solid #aaa;
    min-height: 100px;
    padding: 15px;
}

    .list-group-item.selected {
        background-color: #f5f5f5;
    }

@media only screen and (max-width: 990px) {
    .account-info-box {
        text-align: center;
    }
}
