@charset "UTF-8";
/*-  CSS "libraries"
----------------------------------------------------------------------*/
/*-  Core, patch-free design
----------------------------------------------------------------------*/
/*-  Browser-specific patches
----------------------------------------------------------------------*/
/*\*/
/*/
@import url("patches/mac-ie5.css");
/**/
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

* {
  box-sizing: border-box; }

#content li {
  padding-left: 1em; }
  #content li::before {
    content: '•';
    font-size: 1.8rem;
    position: relative;
    top: 0.15em;
    padding-right: 0.15em;
    color: #4ac5f0; }

body {
  background: #1a5e8c url(../img/bg.png) left top repeat-x fixed;
  font-family: "ratio", sans-serif;
  line-height: 1.5em; }

#content a,
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
  color: #1d86c7;
  text-decoration: none; }

.section-header h1 {
  font-style: italic;
  font-size: 1.2rem;
  color: #4ac5f0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 10px rgba(150, 150, 150, 0.4); }

@media (max-width: 767px) {
  #main-header {
    background: linear-gradient(#4ac5f0, #f7f7f7);
    box-shadow: 0 0 10px 0 rgba(20, 72, 107, 0.6), 0 -50px 70px 15px rgba(255, 255, 255, 0.5) inset;
    padding: 10px;
    margin: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    /*
		background: url(../img/header-bg.png) 25% 30% no-repeat;
		background-size: 280% 200%;
		*/ }
    #main-header h1 {
      content: '';
      background: url(../img/logo-mobile.png) center center no-repeat;
      background-size: auto 100%;
      height: 15vh;
      min-height: 5rem; }
      #main-header h1 img {
        display: none; }
  #an-button {
    display: none; }
  #main-nav {
    display: none;
    text-align: center; }
    #main-nav a {
      text-decoration: none;
      color: #f7f7f7;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px; }
  #content {
    background-color: #f7f7f7;
    padding: 30px;
    margin: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    box-shadow: 0px 5px 40px 10px rgba(20, 72, 107, 0.2), 0 0 50px 20px white inset; }
  .section-header {
    padding-bottom: 1rem; }
  .content-section {
    margin-bottom: 2rem; }
    .content-section:last-of-type {
      margin-bottom: 0; }
  .section-header h1 {
    font-weight: 700; }
  #content li {
    padding-left: 1em; }
  #portfolio article {
    margin-bottom: 1.2rem; }
    #portfolio article h1 {
      font-weight: 700; }
      #portfolio article h1 a {
        display: block; }
  #main-footer {
    text-align: center;
    padding-bottom: 1rem; }
  #copyright {
    color: #4ac5f0;
    font-size: 0.8rem; } }

@media (min-width: 768px) {
  html {
    height: 100%; }
  body {
    box-shadow: 0 10px 200px rgba(0, 0, 0, 0.2); }
  a {
    outline: none; }
  .clear {
    clear: both; }
  #content abbr {
    border-bottom: 1px dotted #ccc; }
  #container {
    position: relative;
    width: 1344px;
    margin: 0 auto; }
  /*@media (max-width: 1280px) {
		#container {
			max-width: 100%;
			overflow-x: hidden;
		}
	}*/
  #content {
    position: relative;
    background: url(../img/content-bg-t.png) left top no-repeat;
    padding-top: 250px;
    pointer-events: none; }
  #content section {
    clear: both;
    width: 600px;
    padding-bottom: 20px; }
  #content p {
    padding-bottom: 1em; }
  #content-inner {
    position: relative;
    background: url(../img/content-bg-m.png) left top repeat-y;
    padding-left: 400px;
    pointer-events: auto; }
  .col {
    display: flex;
    flex-wrap: wrap; }
  #portfolio article {
    width: 50%;
    padding-bottom: 25px;
    /*
	float: left;
	width: 260px;
	height: 120px;
	margin-right: 70px;
	*/ }
  #portfolio article.with-image {
    height: 230px; }
  #portfolio article header {
    position: relative; }
  .screenshot-cover {
    position: absolute;
    top: 0;
    left: 10px;
    width: 210px;
    height: 110px;
    background: url(../img/screenshots/screenshots.png) 0 0 no-repeat; }
  #portfolio article header a {
    display: block; }
  #content header {
    margin-left: -18px; }
  #content a:visited {
    color: #1a5e8c; }
  #content a:hover {
    color: #a7621f; }
  #portfolio article header a {
    padding-left: 10px; }
  #portfolio article header a h1 {
    padding-left: 10px; }
  #content ul {
    padding-bottom: 0.8em;
    list-style-type: none; }
  #contact p {
    /*float: left;
	width: 200px;*/ }
  #main-header {
    position: fixed; }
  #main-header h1 {
    position: relative;
    background: url(../img/header-bg.png) left top no-repeat;
    width: 1205px;
    height: 403px;
    left: 30px; }
  #main-header h1 img {
    position: absolute;
    top: 130px;
    left: 95px; }
  #main-header nav {
    position: absolute;
    z-index: 2;
    top: 290px;
    left: 176px; }
  #nav-hover {
    position: absolute;
    background: url(../img/nav-hover.png) left top no-repeat;
    width: 1110px;
    height: 355px;
    top: 0;
    left: 125px; }
  #main-footer {
    position: relative;
    background: url(../img/content-bg-b.png) left top no-repeat;
    width: 1344px;
    min-height: 245px;
    z-index: 1; }
  #main-nav {
    position: fixed;
    top: 290px;
    margin-left: 170px;
    z-index: 100;
    display: none; }
    #main-nav a {
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      padding: 5px 15px;
      display: block; }
  #copyright {
    font-size: 0.8rem;
    position: absolute;
    top: 130px;
    right: 340px;
    color: #6acced; }
  #content-logo {
    background: url(../img/content-logo.png) left top no-repeat;
    width: 698px;
    height: 322px;
    display: block;
    position: absolute;
    top: 61px;
    left: 341px;
    z-index: 5; }
  #featured {
    position: absolute;
    top: 61px;
    left: 341px;
    z-index: 5;
    width: 698px;
    height: 189px; }
  #featured article,
  #featured article h1,
  #featured article img,
  #featured article p {
    position: absolute; }
  #featured article {
    width: 698px;
    height: 189px; }
  #featured article h1 {
    background-color: #f7f7f7;
    padding: 5px 10px;
    bottom: 20px;
    left: 25px;
    z-index: 1;
    white-space: nowrap;
    color: #1a5e8c; }
  #featured article p {
    background-color: #1a5e8c;
    border: 1px solid #FFFFFF;
    padding: 5px 10px;
    bottom: 20px;
    right: 25px;
    z-index: 1;
    white-space: nowrap; }
  #featured article a {
    color: #FFFFFF;
    text-decoration: none; }
  .section-header h1 {
    margin-bottom: 1rem; }
  #an-button {
    position: fixed !important;
    top: 142px;
    margin-left: 151px;
    cursor: pointer; }
  #portfolio {
    position: relative;
    top: -140px; }
  #about {
    position: relative;
    top: -80px; }
  #contact {
    position: relative;
    /*height: 100px;*/ } }
