@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Century Gothic'), local('CenturyGothic'), url("/fonts/Century Gothic.woff2") format('woff2'),
        url("/fonts/Century Gothic.ttf") format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Century Gothic Bold'), local('CenturyGothic-Bold'), url("/fonts/Century Gothic Bold.woff2") format('woff2'),
        url("/fonts/Century Gothic Bold.ttf") format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local('Calibri'), url("/fonts/Calibri.woff2") format('woff2'), url("/fonts/Calibri.ttf") format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local('Calibri Bold'), local('Calibri-Bold'), url("/fonts/Calibri Bold.woff2") format('woff2'),
        url("/fonts/Calibri Bold.ttf") format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

  body {
    color: #444;
    font-family: "Calibri";
  }
  
  h2 {
    color: #fe6400;
    font-size: 130%;
  }
  
  a {
    color: #444;
    text-decoration: none;
  }
  
  a:hover {
    color: #666;
  }

  .bar {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    z-index: 2000;
  }

  .tagline {
    color: #444;
    font-weight: 500;
    top: 15%;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    position: absolute;
  }
  .tagline h1 {
    color: #444;
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .bottom {
    background: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
  }

  .bottom .logo {
    font-family: "Century Gothic";
    color: #fff;
    background: #fe6400;
    padding: 20px 40px;
    font-size: 20px;
    text-decoration: none;
    display: block;
  }

  .bottom .contact {
    margin: 10px 40px 70px;
  }


@media screen and (min-width : 1px) and  (max-width : 767px) {

  .bar {
    width: 100%;
  }

}

@media screen and (min-width : 768px) and  (max-width : 1000px) {

  .bar {
    width: 70%;
  }

}


@media screen and (min-width : 1001px) and  (max-width : 1300px) {

  .bar {
    width: 50%;
  }

}




