@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);

body {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font: 400 20px/1.5 'Source Sans Pro',Open Sans,Roboto,'San Francisco',Helvetica,Arial,sans-serif;
    color: #333;
    background-color: #fff;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


/* ########### */
/* $NAVIGATION */
/* ########### */
/* line 43, ../sass/typica-login.scss */
.navbar .brand {
    margin-top: 20px;
    padding-bottom: 8px;
    max-height: 40px;
    width: auto;
}
/* line 49, ../sass/typica-login.scss */
.navbar .navbar-inner {
    height: 80px;
    background: #48535b;
    filter: none;
}
/* line 54, ../sass/typica-login.scss */
.navbar .nav {
    margin-top: 20px;
}
/* line 56, ../sass/typica-login.scss */
.navbar .nav > li > a {
    padding: 10px 10px 11px;
    color: #333;
    text-shadow: none;
}
/* line 63, ../sass/typica-login.scss */
.navbar .nav > li > a:hover {
    color: #111;
}
/* line 67, ../sass/typica-login.scss */
.navbar .nav > li.active > a {
    background: none;
    color: #111;
}
/* line 70, ../sass/typica-login.scss */
.navbar .nav > li.active > a:hover {
    background: none;
    color: #111;
}

.navbar-neti {
    min-height: 4rem;
    background-color: #48535b;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}


.img_nav {
  width: 180px;
  margin: 1px
}

.title {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #359392;
    -webkit-font-smoothing: subpixel-antialiased;
}

/* ####### */
/* $FOOTER */
/* ####### */
footer {
    background-color: #48535b;
    color: white;
}
footer .no-margin-top {
    margin-top: 0;
}

.home-intro {
    max-width: 735px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.home-version-banner {
    //font-size: 130%;
    background-color: #eaf5e9;
    padding: 5px 15px;
    border-radius: 2px;
    margin-top: 1em;
    color: #359392;
}

.home-version {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.home-downloadblock {
    display: inline-block;
    margin: 0 8px;
}

.home-downloadbutton {
    display: block;
    margin: 10px 4px;
    padding: .2em .6em;
    background-color: #026e00;
    color: #fff !important;
    border-radius: 2px;
    font-size: 30px;
    font-weight: 400;
    -webkit-transition: .2s background-color ease-in-out;
    transition: .2s background-color ease-in-out;
}

.home-downloadbutton small {
    display: block;
    font-size: 1rem;
}




