/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
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, font, 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 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


@font-face {
    font-family: 'accius_t_otlight';
    src: url('http://files.cargocollective.com/5547/acciustot-light-webfont.eot');
    src: url('http://files.cargocollective.com/5547/acciustot-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.woff2') format('woff2'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.woff') format('woff'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.ttf') format('truetype'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.svg#accius_t_otlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
    text-decoration:none;
    color:#818181;
     -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    /* ...and now for the proper property */
    transition:.3s;
}

a:hover{
    color:#cccccc;
}

p, ul, li, h3{
    font-family:'accius_t_otlight';
    font-size:20px;
    color:#818181;
}

body{
    background-color:blue;
}

p{
    font-size:42px;
    color:white;
    line-height:1.7;
    padding-top:85px;
}

.overlay-wrapper{
    padding:50px;
}

.overlay-container{
    width:770px;
    height:auto;
    margin:auto;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:table;
}

.close{
    float:right;
}

.memoLogo{
    vertical-align:middle;
    margin-right:3px;
}