﻿@charset "UTF-8";


/* =================================== ERROR PAGES ======================================= */

body{font-family: 'Open Sans', sans-serif; color:#fff; font-size:14px; background:#111; text-align: center}
.cover{background: url(images/bg.jpg) no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

html, body {height: 100%; margin: 0; padding: 0}
.table {  width: 100%;  height: 100%;display: table;text-align: center; margin: 0; padding: 0}
.table > .cell{display: table-cell;vertical-align: middle; padding: 40px;}

h1,h2{letter-spacing: .02em}
h1{font-size: 52px; line-height:62px; font-weight: 300}
h2{font-size: 20px; line-height: 28px; font-weight: 400}
a, a:hover, a.active, a:link, a:visited{color:#79abdb; cursor:pointer; text-decoration:none; -webkit-transition: .2s ease-in-out;-moz-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;transition: .2s ease-in-out; cursor: pointer}
a:hover{color: #fff}
.img-responsive { /* other definitions */width:100%;}
img.img-logo {max-width: 260px; margin: 100px auto;}
