body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    background: linear-gradient(165deg, #2178D1 0%, #7FB4C7 100%);
}

a, a:visited, a:active, a:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
    margin: 0;
    padding: 0;
    border: 0
}

a:hover {
    cursor:pointer
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #ffffff;
}

.header {
    height: 60px;
    background: #ffffff;    
}

.header .brand {
    float: left;    
    margin-top: 10px;
}

.header .brand img {
    width: 200px;
}

.mainContainer, .header-nav, .footer-nav {
    padding: 0;
    margin: 0 auto;
}

.outerContainer {
    background-color: rgba(0,0,0,0.7);
}

.header-nav {
    padding-left: 10px;
}

.footer-nav {
    padding: 10px;
}

.nav {
    margin: 0 auto;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}

ul.menu {
    display: none;
}

ul.menu, ul.sub-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    max-height: 0;
}

ul.sub-menu.expand {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
}

ul.menu li {
    display: block;
    padding: 5px;
}

a.sub-menu-link.expand::after {
    transform: rotate(135deg);
}

.content {    
    padding: 10px 20px;    
}

.content {
    /* background-color: rgba(0,0,0,0.7); */
    min-height: 800px;
}

.nav {
    width: 100%;
}

.toggle-button {
    position: relative;
    float: right;
    background-color: #ffffff;
    border: #2178D1 2px solid;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 10px 0 0;
    
}

.toggle-button div {
    width: 20px;
    height: 2px;
    background-color: #2178D1;
    margin: 5px 0;
}

.nav.expand .toggle-button {
    top: -60px;
}

a.brand, .branding {
    width: 300px;
}

.nav.expand {
    position: relative;
    top: 60px;
}

.nav.expand ul.menu {
    padding-top: 0;
    border:#2178D1 2px solid;
    position: relative;
    top: -45px;
}

.nav.expand ul.menu {
    display: block;
    clear: both;
    padding-top: 0;
}

ul.menu {
    background-color: #363331;
}

.nav.expand ul.menu li {    
    background-color: #ffffff;
}

.nav.expand ul.menu li a {
    color: #363331;
}

a.sub-menu-link::after {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(45deg);
    vertical-align: top;
    width: 0.45em;
    transition: all 0.5s ease;
    color: #2178D1;
}

.footer {
    background: #000000;
    width: 100%;
    clear: both;
    font-size: 12px;
}

@media (min-width: 768px) {
    .mainContainer, .header-nav {
        padding: 0 15px;
    }

    .mainContainer, .header-nav, .nav, .footer-nav {
        width: 720px;
    }

    .content {
        min-height: 900px;
    }
}

@media (min-width: 992px) {
    .mainContainer, .header-nav, .footer-nav {
        width: 960px;
    }

    .outerContainer {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;        
    }

    .innerContainer {
        float: left;
        width: 100%;
        position: relative;
        right: 295px;
    }

    .content {
        float: left;
        width: 585px;
        margin-top: 0px;        
        position: relative;
        left: 295px;
    }

    .sidebar {
        float: left;
        width: 295px;
        position: relative; 
        padding: 20px;
        /* background-color: rgba(0,0,0,0.7); */
        left: 295px;
    }

    ul.menu {
        display: block;
        margin: 0;
        background: none;
    }

    #btnMenuToggle {
        display: none;
    }

    .nav, a.brand, .branding {
        width: 250px;
        height: auto;
    }

    .nav.expand ul.menu {
        border: none;
        position: initial;
        padding-top: 0;
        color: #ffffff;
    }

    .nav.expand ul.menu li {    
        background-color: transparent;
    }
    
    .nav.expand ul.menu li a {
        color: #ffffff;
    }

    a.sub-menu-link::after {
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .mainContainer, .header-nav, .footer-nav {
        width: 1170px;
    }

    .nav a.brand, .branding {
        width: 300px;
    }

    .innerContainer {
        right: 310px;
    }

    .content {
        width: 780px;
        left: 310px;
    }

    .sidebar {
        width: 310px;
        left: 310px;
    }
}















#parallax-lvl-0, #parallax-lvl-1, #parallax-lvl-2, #parallax-lvl-3 {
    position: absolute;
    top: 0;
}

#parallax-lvl-0 {
    z-index: -1
}

#parallax-lvl-1 {
    z-index: -1
}

#parallax-lvl-2 {
    z-index: -1
}

#parallax-lvl-3 {
    z-index: -1;
}
    
.cloud {    
    position: absolute;
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
}

.size1 {
    width:100px;
    height:100px;
}
.size2 {
    width:200px;
    height:200px;
}
.size3 {
    width:300px;
    height:300px;
}
.size4 {
    width:400px;
    height:400px;
}

.cloud1 {
    background-image: url("/images/cloud1.png");
}

.cloud2 {
    background-image: url("/images/cloud2.png");
}

.cloud3 {
    background-image: url("/images/cloud3.png");
}

@media (max-width: 767px) {
    .size1 {
        width: 50px;
        height: 50px;
    }

    .size2 {
        width: 100px;
        height: 100px;
    }

    .size3 {
        width: 150px;
        height: 150px;
    }

    .size4 {
        width: 200px;
        height: 200px;
    }
}
