/*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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html{background:#fff;height:100%;width:100%;}
body {height:100%;width:100%; font: 12px 'RobotoLight', Arial, sans-serif; letter-spacing: 0.02em; color: #000; }

a{text-decoration:none; color: #000; font: 100% 'RobotoLight', Arial, sans-serif; }
img{max-width:100%;}
.background{height:100%; width:100%; position:fixed; background: url("images/background.jpg"); background-size:cover;}
.center{text-align:center;}
strong{font-weight:600;}
.block{position:relative; display:inline-block; color:#fff; background:#444; padding: .5em 1.5em; margin:2em; border: 2px solid #fff; webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;}
.block:hover{color:#000; background:#eee;}
.block:before {
   content: " ";
   position: absolute;
   z-index: -1;
   top: -4px;
   left: -4px;
   right: -4px;
   bottom: -4px;
   border: 2px solid #000;
   -webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
}
#wrap{position:relative;  width:100%; padding:4em 0;}

#info{position:relative; text-align:center; margin-top: 2em; font-size:120%;}

p.sub-heading{font-weight:100; margin:1.5em; word-spacing:1em; font-size:1.2em;}

#info_con{max-width: 500px; margin: 0 auto; padding: 4em; background: #fff;webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 0 1px, #d8dadb 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 0 1px, #d8dadb 1px 1px;}
#logo{margin: 0 auto; width:80%;}
#contact{display:inline-block; padding:1em; font-size:1.2em; border:1px solid #ccc;}
@media screen and (min-height: 640px){
  #wrap{top:50%; transform:translateY(-50%);}
}
