/* Put your custom styles here */
h1 {
    color: #666666;
    position: relative;
    letter-spacing: 1px;
    line-height: 0px;
    width: 100%;
    font-size: 30px;
    font-weight: lighter;
    text-align: left;
    height: 10px;
    min-height: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
}

h2 {
    color: #666666;
    position: relative;
    letter-spacing: 1px;
    line-height: 5px;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    height: 10px;
    min-height: 5px;
}

h3 {
    color: #666666;
    font-size: 20px;
    line-height: 23px;
    font-weight: lighter;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}

h4 {
    color: #999999;
    overflow: hidden;
    width: 100%;
    line-height: 19px;
    font-size: 14px;
}

h5 {
    color: #666666;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
}

p {
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    line-height: 20px;
    background-color: #ffffff;
}

header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

main {
    position: relative;
    bottom: 29px;
    top: 0px;
}

hr {
    margin-top: 10px;
    width: 100%;
    line-height: ;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

para {
    width: 100%;
    line-height: 22px;
    padding: 450px 0px 0px 30px;
}

navbar {
    text-align: center;
    letter-spacing: 20px;
}

.logo a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    max-width: 300px;

    .logo a span {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background: url(lb-logo.png) no-repeat left top;
        z-index: 100;
    }
}