/*
CSS Description: Rob Charlish Portfolio
Author: Rob Charlish
Version: 2.0
Warning: The Cake is a Lie
*/


/*--------------------------------------------------------------
	Resets and Clear: Minified using http://www.cssminifier.com/
--------------------------------------------------------------*/
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,figure,footer,header,hgroup,nav,section{display:block}


/*--------------------------------------------------------------
	@font-face 
--------------------------------------------------------------*/

@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('/fonts/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('/fonts/altehaasgroteskbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/*--------------------------------------------------------------
	Main Declarations
--------------------------------------------------------------*/

body {
	font-family: ralewaylight, sans-serif;
	font-size: 16px;
	font-weight:normal;
	background: #e50046;
	color: #333333;
}

img {
	max-width: 50%;
}


h1{
    font-family: alte_haas_groteskbold, sans-serif;
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}










