/*==============================
=            Colour            =
==============================*/
/*=============================
=            Fonts            =
=============================*/
@font-face {
  font-family: lato-reg;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/lato-reg-webfont.eot");
  src: url("../fonts/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-reg-webfont.woff") format("woff"), url("../fonts/lato-reg-webfont.ttf") format("truetype"), url("../fonts/lato-reg-webfont.svg#lato-reg") format("svg");
}

@font-face {
  font-family: lato-lig;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/lato-lig-webfont.eot");
  src: url("../fonts/lato-lig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-lig-webfont.woff") format("woff"), url("../fonts/lato-lig-webfont.ttf") format("truetype"), url("../fonts/lato-lig-webfont.svg#lato-lig") format("svg");
}

@font-face {
  font-family: lato-bol;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/lato-bol-webfont.eot");
  src: url("../fonts/lato-bol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bol-webfont.woff") format("woff"), url("../fonts/lato-bol-webfont.ttf") format("truetype"), url("../fonts/lato-bol-webfont.svg#lato-bol") format("svg");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: white;
  font-family: "lato-reg", sans-serif;
  font-weight: normal;
  color: #19161a;
}

h1, h2, h3,
h4, h5, h6 {
  margin-bottom: 60px;
  font-family: "lato-lig", sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: none;
}

.bold {
  font-family: "lato-bol", sans-serif;
}

.large {
  font-size: 18px;
}

.red, .link {
  color: #e3291f !important;
}

.link {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  text-decoration: none;
}

.info {
  margin-top: 30px;
}
.info ul {
  padding-left: 20px;
}
.info p {
  margin-bottom: 10px;
}

header {
  height: 125px;
  padding: 60px 0 20px;
  background: white;
}

.footer {
  padding: 120px 0;
  background: #535154 url(../img/banner_footer_lower.png) no-repeat;
  background-size: auto auto;
  background-position: center top;
  font-size: 14px;
}
.footer p {
  color: white;
}
.footer a {
  color: white;
  text-decoration: underline;
}
.footer address {
  color: white;
}

.copyright {
  margin-top: 50px;
}
.copyright p {
  padding-top: 20px;
  font-family: "lato-lig", sans-serif;
  font-size: 18px;
}

.f-head {
  color: #f0f0f0;
}

.w-title {
  text-transform: none;
  color: #817f82;
}

nav ul {
  float: right;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}
nav ul li {
  float: left;
}
nav ul li a {
  display: block;
  padding: 5px 20px;
  font-family: "lato-reg", sans-serif;
  font-size: 14px;
  color: #19161a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav ul li a:hover {
  color: #e3291f;
  background: none;
}
nav ul li.active {
  border-bottom: 2px solid #817f82;
}

.banner-large {
  min-height: 400px;
  margin-top: 125px;
  background: url(../img/banner.png) no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.intro, .about, .investment, .people, .portfolio {
  padding: 120px 0;
}

.about {
  padding-bottom: 280px;
  background-color: #f0f0f0;
  background-image: url(../img/top_shape.png), url(../img/banner_small_upper.png);
  background-repeat: no-repeat no-repeat;
  background-size: auto auto, auto auto;
  background-position: 0 0, center bottom;
}
.about ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about ul li {
  padding: 5px 0;
  border-bottom: 1px solid #817f82;
}

.portfolio {
  padding-bottom: 240px;
  background-color: #f0f0f0;
  background-image: url(../img/top_shape.png), url(../img/banner_footer_upper.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto auto, auto auto;
  background-position: left top, center bottom;
}
.portfolio ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.portfolio ul li {
  float: left;
  width: 20%;
  margin: 20px 0;
}

.investment {
  background: #f0f0f0 url(../img/banner_small_lower.png) no-repeat;
  background-size: auto auto;
  background-position: center top;
}

.people {
  background: white url(../img/top_shape.png) no-repeat;
  background-position: 0 0;
}
.people h1.red, .people h1.link, .people h2.red, .people h2.link, .people h3.red, .people h3.link, .people h4.red, .people h4.link, .people h5.red, .people h5.link, .people h6.red, .people h6.link {
  padding-top: 85px;
  margin-bottom: 0;
  text-transform: capitalize;
}
