html{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}


body{
    background-image: url(../img/bgpattern.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.frame{
    position: fixed;
    top:0;
    left:0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 15px solid #000;
    z-index: 1;
}

.context{
    width:calc(100% - 80px);
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 110px auto;
    display: flex;
    padding: 0 40px;
}


.message{
    margin-left: 80px;
}

.context p{
    max-width: 500px;
    width: 100%;
    font-size: 20px;
    line-height: 1.6em;
}

.context h1{
    font-size: 42px;
    margin-top: -11px;
    width: 100%;
    max-width: 200px;
}

a{
    color: #0018CC;
    text-decoration: none;
}

a:focus, a:hover{
    color: #000;
    text-decoration: none;
}

a.cta{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}



a.cta:before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: calc(100% + 15px);
    top: 0;
}

a.cta:after{
    content:"";
    position: absolute;
    width: 100%;
    left:0;
    height: 2px;
    bottom: -10px;
    background: #0018CC;
    transition: width .2s ease;
}

a:hover:after{
    background: #000;
    width: 50%;
}


.logo img{
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.logo{
    width: 30px;
    border: 4px solid #000;
    padding: 25px;
    height: 30px;
    overflow: hidden;
}
