﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:400|Muli:300,400|Inconsolata);

body {
    background-color: #FBFBFB;
    font-size: 1rem;
    font-family: "Muli","Helvetica","Tahoma","Geneva","Arial",sans-serif;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.PageContent {
    left: 255px;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.LeftBar {
    background-color: #F3F3F3;
    border-right: 1px solid #0069B2;
    bottom: 0;
    color: black;
    left: 0;
    margin-left: 0;
    position: fixed;
    top: 0px;
    width: 250px;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Logo {
    display: block;
    margin: 20px;
    text-align: center;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: "Montserrat","Helvetica","Tahoma","Geneva","Arial",sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 150%;
    letter-spacing: 0;
    margin: .85rem 0 1.7rem 0;
}

h1 {
    font-size: 3.25rem;
    letter-spacing: -3px;
}

h2 {
    font-size: 2.55rem;
    letter-spacing: -2px;
}

h3 {
    font-size: 2.15rem;
    letter-spacing: -1px;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: .9rem;
}




nav {
    position: relative;
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            cursor: pointer;
        }

            nav ul li a {
                display: block;
                padding: 10px 15px;
                color: #000000;
                text-decoration: none;
                -webkit-transition: 0.2s linear;
                -moz-transition: 0.2s linear;
                -ms-transition: 0.2s linear;
                -o-transition: 0.2s linear;
                transition: 0.2s linear;
            }

                nav ul li a:hover {
                    color: #1d4f71;
                }

                nav ul li a .fa {
                    width: 16px;
                    text-align: center;
                    margin-right: 5px;
                    float: right;
                }

.sub-menu ul {
    margin-left: 15px;
}

.PageContent a:link {
    color: #0069B2;
    text-decoration: none;
}

.PageContent a:hover {
    color: red !important;
}

.PageContent a:visited {
    color: #0069B2;
}
