body, html {
    padding:0px;
    margin: 0px;
    background-color: #ffffff;
}

body, html {
    padding:0px;
    margin: 0px;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #00a3c8;
}

.headercontainer {
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 5px 5px #888888;
}

.headerimage {
    position: absolute;
    left: 50%;
    margin-left: -1100px;
    background:url("resources/headerbanner.jpg") no-repeat;
    width:2200px;
    height:450px;
    text-align: center;
}

.headerwrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logoimage {
    position: relative;
    top: 20px;
    width: 130px;
    margin-right: 50px;
}

.title {
    position: relative;
    color: #00a3c8;
    font-family: 'Quicksand', san-serif;
    font-weight: 700;
    font-size: 80px;
    top: 0px;
    text-decoration: none;
}

subtitle {
    position: relative;
    color: #00a3c8;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 40px;
    top: 0px;
    width: 220px;
    text-decoration: none;
}

.sectiontitle_center {
    text-align: center;
    color: #0092b4;
    font-family: 'Quicksand', san-serif;
    font-weight: 500;
    font-size: 2.8em;
    margin-top: 70px;
    margin-bottom: 70px;
}

.sectiontitle {
    display: inline-block;
    text-align: left;
    color: #0092b4;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 2.8em;
    width: 75%;
    padding: 5px;
    margin-bottom: 65px;
}


.exampletitle {
    display: inline-block;
    text-align: left;
    width: 75%;
    color: #0092b4;
    font-family: 'Quicksand', san-serif;
    font-weight: 500;
    font-size: 2.8em;
    margin-top: 70px;
    margin-bottom: 70px;
}

.graph_container {
    display: inline-block;
    width: 100%;
    height: 80vh;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0,143,176);
    
}

.graph {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,143,176);
    background-color: rgba(0,143,176,0.95);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    font-family: 'Quicksand', san-serif;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 55px;
    color: #005530;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 120px;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.navmenu {
    position: relative;
    width: 75px;
    top: 0px;
    cursor:pointer;
}


.container1 {
/*    background: linear-gradient(to left, #ffd479 , #0096ff);*/
    margin-bottom: 150px;
    margin-top: 150px;
}

.container2 {
/*    background: linear-gradient(to right, #ffd479 , #009051);*/
    margin-bottom: 150px;
    margin-top: 150px;
}

.titlewrapper {
    text-align: center;
    overflow:hidden;
    margin-top: 65px;
    margin-bottom: 65px;
}

.domainwrapper {
    text-align: center;
    overflow:hidden;
    margin-top: 65px;
    margin-bottom: 65px;
}


.analyticswrapper {
    text-align: center;
    overflow:hidden;
    margin-top: 5px;
    margin-bottom: 75px;
}


.contactwrapper {
    text-align: center;
    overflow:hidden;
    margin-top: 65px;
    margin-bottom: 65px;
    background-color: #ebebeb;
}

.bodywrapper {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}



.servicewrapper {
    display: inline-block;
    width: 40%;
    min-width: 350px;
    vertical-align: middle;
}

.examplesContainer {
    text-align: center;
    vertical-align: middle;
    padding: 50px;
}


.projectContainer {
    display: inline-block;
    width: 80%;
    min-width: 200px;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}


.projectImageContainer {
    text-align: center;
}

.projectImage {
    width: 100%;
    min-width: 200px;
}

.projectTitle {
    text-align: center;
    height: 200px
}

.articleFigureCaptionContainer {
    text-align: center;
    vertical-align: middle;
    
}


.figureCaptionContainer {
    display: inline-block;
    width: 95%;
    min-width: 300px;
    vertical-align: middle;
    padding: 20px;
}


.figureContainer {
    text-align: center;
}

.figure {
    width: 100%;
    min-width: 300px;
}

.figureCaption {
    text-align: center;
}

h1{
    text-align: left;
    color: #00a3c8;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 35px;
    
    padding-left: 5%;
    padding-right: 10%;
}

h2{
    text-align: left;
    color: #5e5e5e;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 25px;
    
    padding-left: 5%;
    padding-right: 10%;
}

h3{
    text-align: center;
    color: #00a3c8;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 38px;
}

h4{
    text-align: center;
    color: #7f7f7f;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 1em;
    font-style: italic;
}

.bodytext {
    display: inline-block;
    text-align: left;
    color: #7f7f7f;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 40px;
    width: 75%;
    padding: 5px;
    margin-bottom: 65px;
    
}

.serviceimage{
    width: 55%;
    min-width: 300px;
}


.contacttext {
    color: #00a3c8;
    font-family: 'Quicksand', san-serif;
    font-weight: 400;
    font-size: 3.2em;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footerdiv {
    background: linear-gradient(to right, #4f6124 , #515947);
}

.footerwrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
    vertical-align: middle;
    text-align: center;
}


.connectimages {
    width: 80px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    padding: 0px;
}

.footerimage {
    position: relative;
    width: 130px;
    margin-top: 10px;
}

