/* UNERVERSAL STYLES */
/* MAIN TEXT DESIGN */
h1 {
  color: white;
  font-family: 'Oswald', sans-serif; }

h2 {
  color: #993333;
  font-family: 'Oswald', sans-serif; }

h3 {
  font-family: 'Oswald', sans-serif; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 3em;
  text-align: center;
  padding: 5% 0 0%; }

p {
  font-family: 'Raleway', sans-serif; }

.underline {
  border-bottom: 7px solid #993333;
  display: block;
  width: 10%;
  margin: 0 auto 2%; }

/* NAV COLOUR CHANGE */
.bg-light {
  background-color: whitesmoke !important; }

.navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px; }

.navbar-brand {
  padding-left: 100px; }

/* CALL TO ACTION BUTTONS */
.cta {
  background-color: #993333;
  color: white;
  font-family: "raleway", sans-serif;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 40px;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 17px;
  display: block;
  max-width: 70%;
  margin: 0 auto;
  line-height: 35px;
  border: 2px solid #993333;
  border-radius: 50px;
  text-decoration: none; }

.cta:hover {
  background-color: #fff;
  color: #993333; }

/* OVERLAYS */
.overlay {
  position: relative; }

.img {
  opacity: 1;
  display: block;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.text-invis {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease; }
  .text-invis h2 {
    background-color: #993333;
    color: white;
    padding: 20px 30px;
    margin: 0; }

.overlay:hover .img {
  opacity: 0.3; }

.overlay:hover .text-invis {
  opacity: 1; }

.thanks {
  background-image: url(img/design.png);
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .thanks h1 {
    letter-spacing: 4px;
    margin: 10px;
    font-size: 5em;
    background-color: #993333;
    padding: 15px 20px;
    text-align: center; }

/* LANDING PAGE */
#land,
#design,
#print,
#video,
#website,
#marketing,
#logo {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #land h1,
  #design h1,
  #print h1,
  #video h1,
  #website h1,
  #marketing h1,
  #logo h1 {
    letter-spacing: 4px;
    margin: 10px;
    font-size: 6.5em;
    background-color: #993333;
    padding: 15px 20px; }
  #land .long,
  #design .long,
  #print .long,
  #video .long,
  #website .long,
  #marketing .long,
  #logo .long {
    font-size: 5em; }
  #land p,
  #design p,
  #print p,
  #video p,
  #website p,
  #marketing p,
  #logo p {
    margin: 10px;
    color: White !important;
    font-size: 2em;
    -webkit-filter: drop-shadow(5px 5px 4px #2b2b2b);
    filter: drop-shadow(5px 5px 4px #2b2b2b);
    margin-top: 0; }
  #land .row,
  #design .row,
  #print .row,
  #video .row,
  #website .row,
  #marketing .row,
  #logo .row {
    height: 30vh; }
  #land .bk-c-r,
  #design .bk-c-r,
  #print .bk-c-r,
  #video .bk-c-r,
  #website .bk-c-r,
  #marketing .bk-c-r,
  #logo .bk-c-r {
    background-color: #993333; }
  #land .flex-end,
  #design .flex-end,
  #print .flex-end,
  #video .flex-end,
  #website .flex-end,
  #marketing .flex-end,
  #logo .flex-end {
    position: relative;
    padding-left: 24px !important; }
  #land .cta,
  #design .cta,
  #print .cta,
  #video .cta,
  #website .cta,
  #marketing .cta,
  #logo .cta {
    position: absolute;
    bottom: 0;
    width: 40%; }

#land {
  background-color: rgba(43, 43, 43, 0.3); }

#videoBG {
  position: fixed;
  z-index: -1;
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0; }

#videoBG-small {
  position: fixed;
  z-index: -1;
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0; }

#design {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.3)), to(rgba(43, 43, 43, 0.3))), url(img/design.png);
  background-image: -webkit-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/design.png);
  background-image: -o-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/design.png);
  background-image: linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/design.png);
  background-size: cover;
  background-position: bottom center; }

#print {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.3)), to(rgba(43, 43, 43, 0.3))), url(img/print.png);
  background-image: -webkit-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/print.png);
  background-image: -o-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/print.png);
  background-image: linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/print.png);
  background-size: cover;
  background-position: left; }

#video {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.3)), to(rgba(43, 43, 43, 0.3))), url(img/video.png);
  background-image: -webkit-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/video.png);
  background-image: -o-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/video.png);
  background-image: linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/video.png);
  background-size: cover;
  background-position: left; }

#marketing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.3)), to(rgba(43, 43, 43, 0.3))), url(img/marketing.png);
  background-image: -webkit-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/marketing.png);
  background-image: -o-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/marketing.png);
  background-image: linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/marketing.png);
  background-size: cover;
  background-position: left; }

#website {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.3)), to(rgba(43, 43, 43, 0.3))), url(img/websites.png);
  background-image: -webkit-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/websites.png);
  background-image: -o-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/websites.png);
  background-image: linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/websites.png);
  background-size: cover;
  background-position: left; }

#logo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.3)), to(rgba(43, 43, 43, 0.3))), url(img/logo-cover.png);
  background-image: -webkit-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/logo-cover.png);
  background-image: -o-linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/logo-cover.png);
  background-image: linear-gradient(rgba(43, 43, 43, 0.3), rgba(43, 43, 43, 0.3)), url(img/logo-cover.png);
  background-size: cover;
  background-position: left; }

/* SUBHEDING */
#sub-head {
  background-color: white;
  padding: 5%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto; }
  #sub-head p {
    padding: 20px 0; }

#portfolio {
  background-color: white;
  padding: 5%; }

#banner {
  height: 200px;
  text-align: center;
  background-image: url(img/para.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #banner .text {
    height: 100px; }

#contact {
  background-color: white; }
  #contact h3 {
    font-family: 'oswald', serif;
    text-align: center; }
  #contact .l-text {
    padding: 20px 0;
    max-width: 70%;
    text-align: center;
    margin: 0 auto; }

.contact-form {
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  color: #000; }

.contact-form p {
  margin-bottom: 0 !important; }

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  border: 0;
  font-size: 15px;
  padding: 5px 0;
  width: 100%;
  line-height: 25px;
  color: #000;
  margin-bottom: 35px;
  text-indent: 10px;
  background-color: transparent;
  border-bottom: 3px solid; }

.contact-form textarea {
  height: 150px; }

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  font-family: 'raleway', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  opacity: 1; }

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  font-family: 'raleway', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  opacity: 1; }

.contact-form input[type=text]::-ms-input-placeholder,
.contact-form input[type=email]::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  font-family: 'raleway', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  opacity: 1; }

.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder {
  font-family: 'raleway', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  opacity: 1; }

.contact-form input[type=text]:ms-input-placeholder,
.contact-form input[type=email]:ms-input-placeholder,
.contact-form textarea:ms-input-placeholder {
  font-family: 'raleway', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px; }

.contact-form input[type=text]::ms-input-placeholder,
.contact-form input[type=email]::ms-input-placeholder,
.contact-form textarea::ms-input-placeholder {
  font-family: 'raleway', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px; }

.contact-form input[name="your-name"] {
  margin-top: 0; }

.contact-submit-holder {
  position: relative;
  margin-bottom: 25px; }

.contact-form input[type=submit] {
  color: #fff;
  background-color: #993333;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 17px;
  display: block;
  width: 100%;
  line-height: 35px;
  border: 2px solid #993333;
  border-radius: 50px;
  font-size: 14px;
  font-family: 'raleway', sans-serif;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.contact-form input[type=submit]:hover {
  background-color: #fff;
  color: #993333; }

#showcase {
  padding: 5%; }
  #showcase .overlay {
    margin: 30px 0 0 0; }
    #showcase .overlay .bk-color-dark {
      background-color: #2b2b2b; }
    #showcase .overlay .bk-color-light {
      background-color: #fff; }

.review {
  background-color: #2b2b2b; }
  .review .carousel {
    margin: 50px 0; }
  .review .carousel-inner {
    height: 200px; }
  .review .carousel-caption {
    top: 50%;
    color: #fff; }

footer {
  height: 200px;
  text-align: center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  footer a {
    color: #2b2b2b;
    text-decoration: none;
    padding: 10px; }
  footer a:hover {
    color: #993333;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease; }

@media only screen and (min-width: 1200px) {
  #land h1,
  #design h1,
  #print h1,
  #video h1,
  #website h1,
  #marketing h1 {
    position: relative;
    font-size: 5em;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none; }
  #land .long,
  #design .long,
  #print .long,
  #video .long,
  #website .long,
  #marketing .long {
    font-size: 4em; }
  #land p,
  #design p,
  #print p,
  #video p,
  #website p,
  #marketing p {
    position: relative;
    font-size: 2em; } }

@media only screen and (max-width: 600px) {
  .navbar-brand {
    padding-left: 10px; }
  #land,
  #design,
  #print,
  #video,
  #website,
  #marketing {
    text-align: center; }
    #land h1,
    #design h1,
    #print h1,
    #video h1,
    #website h1,
    #marketing h1 {
      position: relative;
      font-size: 3.5em; }
    #land .long,
    #design .long,
    #print .long,
    #video .long,
    #website .long,
    #marketing .long {
      font-size: 3em; }
    #land p,
    #design p,
    #print p,
    #video p,
    #website p,
    #marketing p {
      position: relative;
      font-size: 1em;
      margin-left: 0; }
    #land .row,
    #design .row,
    #print .row,
    #video .row,
    #website .row,
    #marketing .row {
      height: auto; }
    #land .bk-c-r,
    #design .bk-c-r,
    #print .bk-c-r,
    #video .bk-c-r,
    #website .bk-c-r,
    #marketing .bk-c-r {
      background-color: transparent; }
    #land .cta,
    #design .cta,
    #print .cta,
    #video .cta,
    #website .cta,
    #marketing .cta {
      position: relative;
      width: 100%; }
  #banner {
    height: 300px; }
    #banner .text {
      height: 200px; }
  #videoBG {
    display: none; }
  #videoBG-small {
    display: block; }
  #contact {
    padding-top: 20px; }
  .review {
    background-color: #2b2b2b; }
    .review .carousel {
      margin: 50px 0; }
    .review .carousel-inner {
      height: 450px; }
    .review .carousel-caption {
      top: 50%;
      color: #fff; } }

#partners {
  background-color: #fff;
  padding: 100px 0 100px 0; }
  #partners img {
    width: 100%; }

@media only screen and (min-width: 601px) {
  #videoBG {
    display: block; }
  #videoBG-small {
    display: none; } }
