@charset "utf-8";
/* CSS Document */

main{
	display:block;
}
*::before, *::after {
    box-sizing: border-box;
}
.nav::after, .navbar::after, .navbar-collapse::after{
    clear: both;
}
.nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before{
    content: " ";
    display: table;
}
*::before, *::after {
    box-sizing: border-box;
}
.navbar {
    display: block;
}
.navbar-default {
    background-color: hsl(0, 0%, 97%);
    border-color: hsl(0, 0%, 91%);
}
.navbar-static-top {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    z-index: 1000;
}
.navbar {
    border-bottom-style: solid;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}
.nav {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul, ol {
    margin-top: 0;
}

.nav > li > a {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: hsl(0, 0%, 93%);
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

@media only screen and (max-width : 780px) {
body {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

}
