html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}

/* ---- NAVIGATION ---- */

.navbar-default {
    border: none;
    margin-bottom: 0;
    background-color: #080439;
    border-radius: 0;
}
.navbar-default .navbar-brand {
    color: #0c3769;
    font-family: Montserrat;
    font-weight: 800;
    transform: scaleY(0.95);
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-family: ;
    font-weight: 500;
    transform: scaleY(0.96);
}
.navbar-default .navbar-nav>li>a:visited {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #3dc7f7;
}
.navbar-default .navbar-nav>li>a:active {
    color: #f37035;
}
a#active {
    color: #f37035;
}
.navbar-default .navbar-brand {
    color: white;
}
img#mainflux-brand {
    display: inline;
    height: 21px;
    margin-right: 3px;
}
.navbar-default .navbar-brand:hover {
    color: white;
}
.navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #004877;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #357dfc;
}
.navbar-collapse {
    border: none;
}
.navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1em;
    border-bottom: 1px solid;
    margin-top: 12px;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.36s;
    transition: opacity 0.35s, -webkit-transform 0.36s;
    -o-transition: opacity 0.35s, transform 0.36s;
    transition: opacity 0.35s, transform 0.36s;
    transition: opacity 0.35s, transform 0.36s, -webkit-transform 0.36s;
}
.navbar-default .navbar-nav>li>a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
}
.dropdown-menu a:hover {
    background-color: white;
}
.dropdown:hover .dropdown-menu {
    display: block;
    background-color: white;
}
.dropdown:hover {
    background-color: #f54200;
    color: white;
}
ol,
ul {
    list-style: none;
}
h3 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 800;
    color: #04104f;
    margin-bottom: 40px;
    text-align: center;
}
h4 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    color: #04104f;
    line-height: normal;
}
h5 {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    color: rgb(0, 52, 102);
    line-height: normal;
}
h6 {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 600;
    color: #003466;
    line-height: normal;
    text-align: center;
}
.btn {
    font-family: Montserrat;
    font-size: 12px;
    width: 190px;
}

/* ---- MAIN ---- */

.main-home {
    margin-bottom: 40px;
}
.bgimage {
    background-image: url('images/test-2.jpg');
    background-position: center center;
    background-size: cover;
    height: 795px;
}
h2 {
    color: white;
    font-family: Montserrat;
    font-size: 56px;
    font-weight: 700;
    margin: 160px 0 0 50px;
    text-align: center;
}
h1 {
    color: #00cafa;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin: 10px 0 0 50px;
    text-align: center;
    line-height: normal;
}
#mainflux-logo {
    height: 60px;
    padding-right: 17px;
}
h3#main-sub {
    color: white;
    font-weight: 200;
    font-size: 16px;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
    margin-left: 4%;
    font-family: 'Nunito Sans', sans-serif;
}
.btn {
    color: white;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 1.3px;
    border-radius: 1px;
    width: 175px;
    height: 50px;
    margin-top: 20px;
    background-color: transparent;
    text-align: center;
    margin-left: 10px;
    transition: all 0.3s;
    position: relative;
    left: 37.8%;
}
.btn:hover {
    background-color: #103472;
    color: white;
    border-color: #7d91e5;
}
.github>.btn {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    transition: all 0.3s;
}
.github>.btn:hover {
    background-color: #062c6f;
    color: white;
    border-color: #7d91e5;
}
.github .fa-github {
    color: white;
}
img#linux-logo {
    position: relative;
    left: 43.1%;
    display: block;
    margin-top: 60px;
}

a.btn {
    padding-top: 16px;
}

/* ---- WHAT IS MAINFLUX ---- */

section#iot-platform {
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(3%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(247, 247, 247, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(247, 247, 247, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(247, 247, 247, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(247, 247, 247, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=1);
}
p.section-text {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    color: #4c4e5a;
    line-height: normal;
    padding-right:
}
p.what {
    font-size: 16px;
    margin-left: 5%;
    line-height: 24px;
}

/* ---- FEATURES ---- */

section#platform-features {
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(3%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
}
h3.features {
    margin-top: 40px
}
h4.sub-subheadline-section {
    margin-bottom: 8px;
}
#platform-features p {
    padding-right: 24px;
}

/* ---- VERSION---- */

div.version {
    margin: auto;
    width: 25%;
    height: 50px;
    font-family: Montserrat;
    font-weight: 500;
    text-align: center;
    background-color: #04104f;
    color: white;
    border: 1px solid #04104f;
    border-radius: 5px;
    padding-top: 1.2%;
    margin-top: 58px;
}
.btn-member:hover {
    background-color: #04104f;
}
.version a {
    color: white;
    text-decoration: none;
}
.btn-member {
    left: 36.3%;
    margin-top: 50px;
    border: 1px solid #04104f;
    color: #04104f;
}

/* ---- LINUX MEMBERSHIP---- */

div.row-linux {
    background-color: ;
    margin-top: 45px;
}
hr#linux {
    width: 85%;
    height: 1px;
    background-color: rgb(4, 16, 79, 0.3);
    color: #04104f;
}
h4#member-text {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-family: 'Nunito Sans', sans-serif;
}
img#edgex-member {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    margin-bottom: 29px;
}

/* ----- FOOTER ----- */

section.footer {
    background-color: #04104f;
    height: 200px;
    margin-bottom: 0;
}
.footer ul {
    margin-top: 35px;
}
.footer p {
    color: white;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    text-align: center;
    margin-top: 20px;
}
.footer li {
    float: left;
    font-family: Montserrat;
    font-weight: 600;
    color: white;
    padding-right: 22px;
    position: relative;
    left: 39.7%;
}

/*----------- Lage Screen ------------*/

@media screen and (min-width:1366px) and (max-width:1399px) {
    img#linux-logo {
        position: relative;
        left: 43.4%;
        display: block;
        margin-top: 31px;
    }
    .bgimage {
        background-image: url('images/test-2.jpg');
        background-position: center center;
        background-size: cover;
        height: 632px;
    }
    .btn-member {
        left: 35.3%;
    }
    .footer li {
        left: 38.7%;
    }
}
