/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	font-size: 18px;
}

body {
	min-height: 100%;
	background-color: #C7F0FD;
	background-image: -webkit-linear-gradient(#c7f0fd 0%, #94e6fc 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

p {
	margin-bottom: 1.3em;
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 1px rgba(255,255,255,0.8);
}

h1 {
  margin-top: 0;
  font-size: 2.074em;
}

h2 {font-size: 1.728em;}

h3 {font-size: 1.44em;}

h4 {font-size: 1.2em;}

small, .font_small {font-size: 0.833em;}


header, main, footer {
	text-align: center;
}

a {
	color: #333;
}
	a:hover {
		color: #333;
	}

header img {
	margin: 3em 0 2em;
	width: auto;
	height: auto;
	max-height: 221px;
	max-width: 100%;
}

.container {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

article {
	margin-bottom: 4em;
}

article p,
article ul {
	text-align: left;
}

article ul {
	padding-left: 18px;
}
article ul li {
	margin-bottom: 1em;
}

img.promo {
	width: auto;
	height: auto;
	max-height: 330px;
	max-width: 100%;
	padding: 0 1em 2em;
}

form#subscribe {
	margin-top: .5em;
}

input[type="email"] {
	max-width: 50%;
	padding: 10px 10px 10px 30px;
	border-radius: 25px 0px 0px 25px;
	border: none;
}
	input[type="email"]:focus {
		outline: none;
	}

input[type="submit"] {
	max-width: 50%;
	background-color: #FEC700;
	background-image: linear-gradient(#FFFFFF 0%, #FEC700 10%);
	border: none;
	border-radius: 0px 25px 25px 0px;
	padding: 10px 20px;
	font-weight: bold;
	color: #924317;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
	input[type="submit"]:hover {
		background-color: #f8c200;
		background-image: linear-gradient(#FFFFFF 0%, #f8c200 10%);
	}

.socialmedia {
	text-align: center;
}
	.socialmedia a {
		display: inline-block;
		margin: .1em;
	}
	.socialmedia img, .developer img {
		border-radius: 10px;
	}
		.socialmedia img:hover, .developer img:hover {
			opacity: .8;
		}

footer a {
	text-decoration: none;
}
	footer a:hover {
		text-decoration: underline;
	}


/* ==========================================================================
   Parallax
   ========================================================================== */

.cloud {
	position: absolute;
	z-index: -100;
}

#cloud1 {
	top: 120px;
	left: 5%;
	width: 250px;
	height: 150px;
}
#cloud2 {
	top: 500px;
	right: 10%;
	width: 150px;
	height: 67px;
}
#cloud3 {
	top: 900px;
	left: 10%;
	width: 200px;
	height: 106px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dppx) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}