@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Oswald:400,600&display=swap&subset=latin-ext");
body {
  background-image: url("../img/all-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #161616;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 60px; }

/** nav **/
nav.bg-phx {
  background-color: #1a1a1a !important; }
nav .navbar-brand {
  display: block;
  width: 64px; }
  nav .navbar-brand img {
    position: absolute;
    z-index: 10000;
    top: 16px; }
nav .navbar-collapse {
  text-align: right; }

.navbar-nav .nav-item > .nav-link {
  position: relative; }

.navbar-nav .nav-item > .nav-link:after {
  content: ""; }

.navbar-nav .nav-item.active > .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff; }

/*layout*/
.col {
  padding: 2rem; }
  .col .square--box {
    position: relative;
    width: 100%; }
    .col .square--box:after {
      content: "";
      display: block;
      position: absolute;
      padding-bottom: 100%; }

/* typo */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

h1.header-call {
  color: #fff;
  position: relative;
  margin-right: 100px; }
  h1.header-call small {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -12px;
    font-weight: 400 !important; }

/** section **/
.section {
  min-height: 300px;
  display: block;
  position: relative;
  padding-bottom: 50px; }
  .section:after {
    content: "";
    display: block;
    position: relative;
    width: 110%;
    left: -5%;
    height: 200px;
    background-image: url("../img/sec_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }

/** card **/
.card.phx {
  width: 75%;
  padding: 1rem; }

.section.left .card {
  float: left; }
.section.left img {
  float: right; }
.section.right .card {
  float: right; }

/* mob */
@media screen and (max-width: 990px) {
  h1.header-call {
    margin-right: 0px; }

  .col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: center;
    padding: 0; }

  .section.left .card {
    float: none; }
  .section.left img {
    float: none; }
  .section.right .card {
    float: nones; }
  .section .card {
    width: 100%; } }
