* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", sans-serif;

    width: 100%;
    height: 100%;
    background: #5c7d8f; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c7d8f 0%, #8fadbf 40%, #8fadbf 56%, #5c7d8f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c7d8f), color-stop(40%,#8fadbf), color-stop(56%,#8fadbf), color-stop(100%,#5c7d8f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c7d8f 0%,#8fadbf 40%,#8fadbf 56%,#5c7d8f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c7d8f 0%,#8fadbf 40%,#8fadbf 56%,#5c7d8f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c7d8f 0%,#8fadbf 40%,#8fadbf 56%,#5c7d8f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5c7d8f 0%,#8fadbf 40%,#8fadbf 56%,#5c7d8f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7d8f', endColorstr='#5c7d8f',GradientType=0 ); /* IE6-9 */
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.navbar-default-transluscent {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
