* {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

.wrapper {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.multiSec {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.rightMost { margin-left: auto; }

.clear { clear: both; }

.grayBg { background-color: #F4F4F4; }

header { padding: 20px 0; position: relative; }

header div.wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

header a#bdf {
  width: 100px;
  height: 100px;
  background-image: url('../images/British-Deaf-Foundation.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

header a#menu {
  display: none;
  width: 35px;
  height: 35px;
  background-image: url('../images/menu.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

header nav a {
  margin-left: 30px;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #2D2864;
  transition: 0.2s all linear;
}

header nav a:hover { color: #EA1D25; }

section.container { padding: 80px 0; }

section.container h2 {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 8px;
  color: #2D2864;
}

section.container h2 span {
  font-family: 'Josefin Sans', sans-serif;
  color: #E71F26;
}

section.container h2.centered { text-align: center; }

section.container p {
  font-size: 16px;
  color: #595D5C;
  line-height: 28px;
  margin: 20px 0;
}

section#home img { width: 45%; }

section#home article { width: 50%; }

section#home article h1 {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #2D2864;
  margin-bottom: 5px;
}

section#about-us article { width: 50%; }

section#about-us img { width: 45%; }

section#services div.wrapper { margin: 30px auto; }

section#services article { width: 40%; }

section#services img { width: 55%; }

section#services img.deskView { display: block; }

section#services img.mobView { display: none; }

section#contact-us div.wrapper { justify-content: center; }

section#contact-us address {
  font-style: normal;
  width: 40%;
  margin: 0 30px;
}

section#contact-us aside { width: 40%; margin: 0 30px;}

section#contact-us address h4 {
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  color: #2E2964;
  margin-bottom: 10px;
}

section#contact-us address h4 span {
  font-family: 'Josefin Sans', sans-serif;
  color: #E71F26;
}

section#contact-us p { font-size: 18px; margin: 5px 0; }

section#contact-us aside p span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 8px;
}

section#contact-us aside p span.call { background-image: url('../images/phone.svg'); }

section#contact-us aside p span.email { background-image: url('../images/email.svg'); }

section#contact-us aside p span.twitter { background-image: url('../images/twitter.svg'); }

section#contact-us aside p span.instagram { background-image: url('../images/instagram.svg'); }

section#contact-us aside p a {
  text-decoration: none;
  color: #393939;
  transition: 0.2s all linear;
}

section#contact-us aside p a:hover { color: #E71E26; }

footer {
  padding: 30px 0;
  font-size: 13px;
  color: #898989;
  text-align: center;
}

footer a {
  color: #2D2864;
  text-decoration: none;
}

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

@media screen
  and (max-width: 720px)
  and (min-width: 300px) {
    section.container div.multiSec { flex-flow: column nowrap; }

    section#services img.deskView { display: none; }

    section#services img.mobView { display: block; }

    section#home article,
    section#services article,
    section#about-us article,
    section#home img,
    section#about-us img,
    section#services img,
    section#contact-us address,
    section#contact-us aside { width: 100%; margin: 10px 0; }
}

@media screen
  and (max-width: 560px)
  and (min-width: 300px) {
    header a#menu { display: block; }
    header nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 150px;
      background-color: #fff;
      display: none;
    }

    header nav a {
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 10px 0;
      margin: 5px 0;
    }

    section#home article h1,
    section.container h2 { font-size: 30px; }

    footer div.multiSec { flex-flow: column nowrap; }
    footer nav.rightMost { margin: 10px 0 !important; }
}
