@media (min-width: 576px) {
  .container {
    max-width: calc(100% - 40px); } }

@media (min-width: 768px) {
  .container {
    max-width: 688px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.col-padding {
  padding-left: 20px;
  padding-right: 20px; }

body {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FFF1DE;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased; }

p {
  margin: 10px 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }

ul {
  margin-bottom: 10px; }

li {
  margin: 5px 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }

strong {
  font-style: italic;
  font-weight: 700; }

a {
  font-weight: 700;
  color: #222;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, a:focus {
  color: currentColor;
  opacity: 0.6; }

hr {
  margin: 40px 0;
  border-top: 1px solid #ddd; }

.navbar {
  overflow: hidden;
  height: 70px;
  padding: 0;
  background-color: #222; }

.nav-links--wrapper {
  text-align: center; }

.nav-link {
  margin: 20px 10px;
  color: #fff;
  opacity: 0.6;
  font-family: inherit;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.nav-link:hover, .nav-link:focus {
  color: #fff;
  opacity: 1;
  text-decoration: none; }

@media screen and (min-width: 576px) {
  .nav-link {
    margin: 20px 15px; } }

.active-nav-link {
  opacity: 1;
  border-bottom: 1px solid #fff; }

@media (max-width: 359px) {
  .nav-link {
    font-size: 10px; } }

.portfolio--nicolas {
  background: #FFF1DE;
  padding: 70px 0 0; }

.portfolio--nicolas .navbar {
  background-color: #222; }

.p-section {
  display: block;
  padding: 80px 0 40px; }

@media (min-width: 768px) {
  .p-section {
    display: block;
    padding: 120px 0 40px; } }

.p-section--gnetwork {
  background: #FFF1DE; }

.p-section--gstories {
  padding-bottom: 90px;
  background: #DEF7FF; }

.p-section--gcms {
  padding-bottom: 90px;
  background: #FCEFFC; }

.p-section--hub {
  background: #FFE6DE; }

.p-section--lt3 {
  background: #FCEFFC; }

.p-section--mio {
  background: #DEF7FF; }

.p-section--gcorp {
  padding-bottom: 90px;
  background: #FFF1DE; }

.p-title__main {
  margin: 0;
  margin-bottom: 6px;
  color: #222;
  font-family: inherit;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700; }

@media (min-width: 768px) {
  .p-title__main {
    font-size: 48px;
    line-height: 48px; } }

.p-title__sec {
  margin: 0;
  margin-bottom: 10px;
  color: #222;
  font-family: inherit;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300; }

@media (min-width: 768px) {
  .p-title__sec {
    font-size: 28px;
    line-height: 32px; } }

.p-title__links {
  display: inline-block;
  margin: 5px 0;
  padding: 0 20px;
  color: #fff;
  background-color: #FF5252;
  border-radius: 3px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.p-title__links:hover, .p-title__links:focus {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  border-radius: 22px; }

.p-text--wrapper {
  margin: auto;
  max-width: 648px; }

.p-desc {
  color: #222; }

.full-img--wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 232px;
  margin: 30px 0;
  overflow: hidden; }

@media (min-width: 360px) {
  .full-img--wrapper {
    height: 280px; } }

@media (min-width: 414px) {
  .full-img--wrapper {
    height: 312px; } }

@media (min-width: 576px) {
  .full-img--wrapper {
    height: 420px; } }

@media (min-width: 768px) {
  .full-img--wrapper {
    height: 540px; } }

@media (min-width: 1200px) {
  .full-img--wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 920px;
    overflow: hidden; } }

.full-img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%; }

.cms-img {
  display: block;
  width: 100%;
  margin: 60px 0; }

@media (min-width: 768px) {
  .cms-img {
    margin: 100px 0; } }

.p-footer {
  padding: 60px 0;
  background: #222; }

.intro .p-title__sec {
  margin-bottom: 20px; }

.email-btn {
  display: inline-block;
  margin: 20px 0;
  margin-right: 10px;
  padding: 0 20px;
  color: #fff;
  background-color: #FF5252;
  border-radius: 3px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.email-btn:hover, .email-btn:focus {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  border-radius: 22px; }

.email-btn .fa-long-arrow-right {
  margin-left: 10px; }

.social-links {
  width: 20px;
  height: 48px;
  margin: 20px 0;
  margin-left: 16px;
  color: #222;
  font-size: 20px;
  line-height: 48px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.social-links:hover, .social-links:focus {
  color: #222;
  opacity: 0.6;
  text-decoration: none; }

.social-links--white {
  color: #fff; }

.social-links--white:hover, .social-links--white:focus {
  color: #fff; }

.white {
  color: #fff; }

.centered {
  text-align: center; }

.proto {
  padding: 70px 0 0;
  background: #fff; }

.proto .p-title__sec {
  margin-bottom: 80px; }

.p-video {
  display: block;
  margin: 10px 0 80px; }
