/* Fix overlapping navbar */
body {
    padding-top: 100px;
}

@media (max-width:756px) {
    body {
        padding-top: 75px;
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
}

p, a, a:visited, span {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
}

.liz-name>a, .sidebar-select>span {
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
}

.work-content>p {
    font-size: 1.2em;
    font-weight: 300;
}

/* Pad the site title to the right */
.liz-name {
    padding: 0 20px;
}

.navbar-toggle {
    margin-top: 23px;
}

p a {
    background-color: #f2dede;
    color: #2a2a2a;
    font-weight: 400;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #2a2a2a;
}

td a {
    background-color: #f2dede;
    color: #2a2a2a;
    font-weight: 400;
    text-decoration: none;
}

td a:hover, td a:focus {
    text-decoration: none;
    background-color: #F7E9E9;
    color: #2a2a2a;
}

p a:hover, p a:focus {
    background-color: #F7E9E9;
}

.navbar {
    margin-bottom: 0;
}

.border-left {
    border-left: 1px solid #ddd;
}

@media (min-width:756px) {
    .navbar-fixed-top {
        padding-top: 30px;
    }
}

/* fix header background color */
.navbar-default {
    background-color: #ffffff;
}

/* fix extra space below mobile nav */
.navbar-nav {
    margin: 0 -15px;
}

.liz-name:focus,
.liz-name:hover {
    text-decoration: none;
    outline: 0;
}
.sidebar-select {
    padding: 10px 15px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
}

.sidebar-child {
    padding: 10px 15px;
    margin-left: 33px;
    border-bottom: 1px solid #ddd
}

.sidebar-select:focus,
.sidebar-select:hover,
.sidebar-child:focus,
.sidebar-child:hover {
    text-decoration: none;
    background-color: #eee;
    outline: 0;
}

/* Work page */

.work-container {
    border-left: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 500px;
    overflow: scroll;
}

/* Set grid to 50% width */

.grid-sizer,
.grid-item {
    width: 49%;
    margin-bottom: 2%;
}

.grid-gutter {
    width: 2%;
}

@media (max-width:600px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .grid-gutter {
        width: 0;
    }
}

.nav>.sidebar-select>.fa {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}

.sidebar-select>span {
    font-size: 1.5em;
    padding-left: 5px;
}

.logout {
    background-color: #ffd497;
}

.logout:hover,
.logout:focus {
    background-color: #ffb347;
}

.no-borders > tbody > tr > td,
.no-borders > tbody > tr > th {
    border: none;
}