/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: '';
  content: none;
}

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

/* End CSS Reset */

body {
  background-color: #f9f9f9;
  border: 20px solid #fff;
}

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

em {
  font-style: oblique;
}

strong {
  font-weight: bold;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
}

h3 {
  text-transform: capitalize;
  font-size: 1.875em;
  padding: 0 0 1% 0;
  color: #001833;
  font-weight: 800;
  margin: 2%;
}

header {
  background:
    linear-gradient(rgba(177, 224, 246, 1.0),
      rgba(177, 224, 246, 0.70)),
    /*top, image */
    url(/images/header.jpg);
  background-size: cover;
  background-position: center top;
  width: 100%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #32ade7;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
}


#myBtn:hover {
  background-color: #001833;
}

.intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 10% 0;
}

.intro h1 {
  font-size: 6em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1.5em;
}

.intro h1 a {
  color: #fff;
}

.intro a:hover {
  border-bottom: 3px solid #fff;
  transition: none;
}

.intro h2 {
    font-size: 2em;
    text-align: center;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0.09em;
  }

  .wrapper {
    max-width: 960px;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    -webkit-animation-delay: 4s;
    /* Chrome, Safari, Opera */
    animation-delay: 2s;
  }

  .about-title {
    color: #0e597b;
    font-size: 3em;
    letter-spacing: 3px;
    text-align: center;
  }

  .about {
    padding: 1% 0 0;
    text-align: center;
  }

  .about p {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
    color: #616569;
    letter-spacing: .03em;
    margin: 10px auto;
    font-size: 1.5em;
    padding: 2% 0;
    text-align: center;
  }

  .about p a {
    color: #b7def0;
    transition: none;
  }

  .about p a:hover {
    border-bottom: 3px solid;
  }

  p.contact {
    font-size: 2em;
  }

  .project-title {
    color: #32ade7;
    font-size: 4em;
    letter-spacing: 3px;
    text-align: center;
  }

  .project {
    height: 350px;
    padding: 2% 0;
  }

  .text-box {
    float: left;
    text-align: left;
    width: 480px;
    background-color: #fff;
    height: 100%;
  }

  .text-box-content {
    padding: 4% 8%;
  }

  .text-box-content h3,
  h4 {
    color: #0e597b;
  }

  .text-box-content h4 {
    font-weight: 800;
    padding: 1em 0;
  }

  .text-box-content p {
    line-height: 1.8;
    color: #616569;
    letter-spacing: .03em;
    font-size: 1em;
  }

  .text-box-content ul {
    list-style-type: disc;
    line-height: 1.8;
  }

  .features p {
    font-size: 1em;
    color: #306097;
    font-style: italic;
  }

  .button {
    padding: 5% 3%;
    border: 3px solid #b1e0f6;
    border-radius: 10px;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #b1e0f6;
    text-align: center;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4%;
  }

  .button:hover {
    color: #fff;
    background-color: #b1e0f6;
  }

  .image-area {
    width: 480px;
    height: 350px;
    overflow: hidden;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .image-divider {
    padding: 15% 0;
    background: linear-gradient(rgba(177, 224, 246, 1.0),
        rgba(177, 224, 246, 0.70)),
      /* bottom, image */
      url(/images/footer.jpg);
    background-size: cover;
    background-position: center top;
    width: 100%;
  }

  .bottom-nav {
    background: linear-gradient(rgba(177, 224, 246, 1.0),
        rgba(177, 224, 246, 0.50));

    width: 100%;
    clear: both;
    height: 50px;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;

    color: #0e597b;
    letter-spacing: .2em;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
  }

  .bottom-nav p {
    padding: 1em;
  }

  .bottom-nav a {

    color: #0e597b;
    padding: .2em;
  }

  .bottom-nav a:hover {
    border-bottom: 3px solid #fff;
    transition: none;
  }

  footer {
    background-color: #b1e0f6;
    color: #fff;
    padding: 2% 0;
    width: 100%;
    clear: both;
    height: 100px;
  }

  .footer-content {
    max-width: 960px;
    padding: 2% 0;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    letter-spacing: .03em;
    font-size: 1em;
  }

  .footer-content p a {
    color: #fff;
    padding: 0.2em;
    font-weight: 600;
  }

  .footer-content p a:hover {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    transition: none;
  }

  .fa-heart,
  .fa-canadian-maple-leaf {
    color: rgba(227, 22, 22, 0.7);
  }

  .credit {
    float: left;
    padding-left: 2em;
  }

  .social {
    float: right;
    padding-right: 2em;
  }

  .social li {
    display: inline;
  }

  .social li a {
    color: #fff;
    padding: 0.2em;
    font-size: 1.8em;
    font-weight: 600;
  }

  .social li a:hover {
    border-bottom: 3px solid #fff;
    transition: none;
  }

  iframe video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: auto !important;
  }

  @media only screen and (max-width:1000px) {
    .wrapper {
      padding: 0 4%;
    }

    .project {
      padding: 4% 0;
    }

    .image-area {
      float: left;
      width: 100%;
      height: auto;
    }

    .text-box {
      width: 100%;
      height: auto;
    }

    .social li a {
      font-size: 1.4em;
    }

    .footer-content {
      padding: 3.5%;
    }
  }

  @media only screen and (max-width:800px) {
    .intro h1 {
      font-size: 4em;
      line-height: 1.2;
    }

    .intro h2 {
      font-size: 1.8em;
      padding-top: 3%;
    }

    .about p {
      font-size: 1.2em;
      line-height: 2;
    }

    .about-title,
    .project-title {
      font-size: 2em;
    }

    .about-heading {
      color: #0e597b;
    }

    footer {
      height: 130px;
      line-height: 1.3em;
    }

    .footer-content {
      font-size: 14px;
      text-align: center;
    }

    .credit,
    .social {
      float: none;
      text-align: center;
      padding: 1% 0;
    }

    .social li {
      font-size: 1.2em;
    }

    .contact-content {
      font-size: 12px;
      line-height: 1.5;
    }
  }