﻿header{
    position:relative;
    background-image: url("../../Images/header-background.jpg");
    background-size:cover;
    height:800px;
}

.headerWrapper{
    width:100%;
    color:#006098;
    position:absolute;
    top:200px;
    width:555px;
    left:150px;
}

    .headerWrapper h1{
        font-size:65px;
        margin-bottom:30px;
        font-weight:300;
    }

    .headerWrapper p{
        font-size:25px;
        line-height:36px;
        margin-bottom:60px;
        font-weight:200;
    }

.headerButton{
    font-size:20px;
    color:white;
    padding: 20px 60px;
    background-color:#46C3B2;
    cursor:pointer;
}

.headerButton:hover{
    text-decoration:none;
}

#fancyboxContent{
    display:none;
}

#fancyboxContent p{
    font-size:20px;
    line-height:30px;
    padding:40px;
    color:#006098;
    font-weight:100;
}