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;
}

html, body
{
    overflow-x: hidden; 
}


/* =================================== */


#header {
    position:fixed;
    width:100%;
    height:180px;
    background-color: rgba(255, 255, 255, 1.0);
    padding:2em;
    color: black;
    font-family: 'Exo', sans-serif;
    z-index:1000;
}
.header-shadow {
    -webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.6);
}
#header h1 {
    font-size: 3em;
    font-size: max(3vw, 12px);
}

#header .nav-link-div {
    text-align: center;
}

#header .nav-link-container {
    position:absolute;
    bottom:10px;
    left:0;
}

#header .nav-link {
    font-size: 1.2em;
    color:black;
}
#header .nav-link:hover {
    text-decoration: none;
    color:orange;
}

.topbar-title {
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    font-size: 1.9vw;
    padding-top: 25px;
}
.topbar-img {
    overflow: hidden;
}

#page-indicator {
    font-size: 1.2em;
    position:absolute;
    top:23px;
    left:300px;
}

.nav-item {
    width:14.25%;
}

.topbartitle {
    text-align: right;
    font-size: 18px;
}

/*Mobile menu */
nav ul {
    list-style:none;   
}
#mobile-menu-btn {
    font-size:3em;
    position:absolute;
    top: -28px;
    right: 30px;
}
#mobile-menu-content {
    display: none;
    font-size:2em;
    position:absolute;
    top: 28px;
    right: -20px;
    padding: 30px;
    background-color:white;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 20px 3px rgba(0,0,0,0.6);
}


/* FRAME 2 */
.intro-text {
    max-width: 60%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Exo', sans-serif;
}
.intro-text > h2 {
    font-size: 28px;   
}
.intro-image {
    position: relative; 
    width: 100%;
    margin: 0;
}
.intro-image > .text-div {
    position: absolute; 
    top: 160px;
    top: 18vw;
    left: 0;
    margin-right: 20%;
    margin-left: 20%;
    font-size: 28px;
    font-size: 2.9vw;
    font-family: 'Exo', sans-serif;
    color: black;
}
.four-set {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ccc;
    color: black;
}
.four-el {   
    text-align: center;
    cursor: pointer;
}
.four-el > i {
    font-size: 5em;
}
.four-el > .title {
    height: 70px;   
    font-size: 21px;
}
.four-el > .body {
    text-align: justify;
    font-size: 14px;
}



/* FRAME 2 */
.question_container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 20px;
}
.question {
    margin: 0;
    padding: 0;
}
.ql, .qr {
    display: inline-block;
}
.ql {
    width: 85%;
}
.qr {
    width: 10%;
    vertical-align: middle;
    text-align: right;
}
.calc_button_container {
    text-align: center;
    margin: 50px;
}
.calc_button {
    width: 300px;
}
.tool-row {
    margin-bottom: 40px;
}

#calc_results {
    width: 100%;
    min-height:200px;
    border: solid 1px red;
}


#footer {
    background-color: #222;
    padding-top:50px;
    padding-bottom:50px;
    color: #ddd;
}
#footer a {
    color: #ddd;
    text-decoration: none;
}


#content {
    padding-top:140px;
    padding-bottom: 0;
    margin-bottom: -5px;
}


.frame {
    display:inline-block;
    width: 100%;
}

#frame-1 > h1 {
    margin: 50px;   
}

#result {
    font-size: 2em;
    font-family: 'Exo';
    text-align:center;
}

#result > .title {
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
}
#result > .perc {
    font-size: 3.8em;
    font-family: 'Raleway', sans-serif;
}
#result > .desc {
    font-size: 1em;   
}

.green {
    color: green;
}
.orange {
    color: orange;   
}
.red {
    color:red;
}
.orange {
    color:#F68E1E;
}

.references {
    margin-top: 50px;
    font-size: 1.2em;
}

.references li {
    margin-top: 20px;   
}

.contact {
    margin-top: 50px;   
}

.form-section {
    margin-top: 20px;   
}

.form-submit {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
}

#contact-feedback {
    color: red;
    text-align: center;
    margin-top: 30px;
}
#contact-result {
    text-align: center;
    margin-bottom: 30px;
}

.orange {
    /*stuff*/
}
.orange-inner {
    /*stuff*/
}

.orange-inner > .orange-row {
    border-top: solid 1px #F68E1E;
    border-right: solid 1px #F68E1E;
    border-left: solid 1px #F68E1E;
}
.orange-inner > .orange-row:last-child {
    border-bottom: solid 1px #F68E1E;
}
.orange-title > div {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight:bold;
}
.orange-title > div:first-child {
    background-color: #F68E1E;
    color: white;
    text-align: center;
}
.orange-title > div:last-child {
    background-color: #FBC287;
    color: black;
}
.orange-content {
    padding: 50px 30px 10px 30px;
    color: black;
}
.faq-box {
    padding-top: 30px;
    font-size: 18px;
}

.oran-under {
    padding-left:20px;   
}

.panel-body li {
    margin-left: 30px;
}

.pad-top-box {
    padding-top: 45px;   
}


.con-lin {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}

.asas-side {
    margin-top: 60px;
}
.asas-container .line {
    border-bottom: solid 1px blue;
    height: 2px;
    margin-bottom: 10px;
}
.asas-container .title {
    height: 35px;
    font-size: 24px;
}
.asas-container .subtitle {
    margin: 20px 0 10px 0;
    font-weight: 500;
    font-size: 16px;
}
.asas-container .colortitle {
    text-align: center;
}
.asas-left .colortitle {
    color: white;
    background-color: rgb(126, 126, 126);
    font-weight: 300;
    font-size: 16px;
}
.asas-left .colortitle2 {
    background-color: rgb(126, 126, 126);
    font-weight: 300;
    font-size: 14px;
    color: white;
    margin-top: 10px;
    height: 20px;
}
.asas-left .title2 {
    background-color: rgb(166, 166, 166);
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    height: 20px;
}
.asas-left .points {
    margin-top: 10px;
    font-size: 10px;
}

.asas-right .colortitle {
    background-color: #B9CFEF;
    font-weight: 300;
    font-size: 16px;
}
.asas-right .midbox {
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}
.asas-right .bluebox {
    padding: 5px;
    background-color: #86BEFF;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.asas-right .list > ul {
    margin-left: 10px;
    font-size: 12px;
}


.bar-container {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 100px;
}
.bar0 {
    padding-top: 40px;
}
.bar1 {
    background-color: #FFCC66;
    height: 180px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}
.bar2 {
    background-color: #E49946;
    height: 120px;
    margin-top: 80px;
    padding-top: 10px;
    text-align: center;
}
.bar3 {
    background-color: #BD432F;
    height: 80px;
    margin-top: 120px;
    padding-top: 10px;
    text-align: center;
}

p.small-text {
    font-size: 8px;
}
p.offset-text {
    font-size: 10px;
    margin-left: 40%;
    margin-top: 20px;
}