/* ************* SKYSCRAPER ********************* */
.skyscraper {
    /* background: url("../images/skyscraper.png") 0 0 / 100% auto no-repeat; */
    /* background-color: #000000; */
}
/* ************* END SKYSCRAPER ********************* */
/* ************* BOOTSTRAP CLASSES ********************* */
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
.p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
.p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
/* ************* END BOOTSTRAP CLASSES ********************* */
/* ************* GENERIC CLASSES ********************* */

* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
html {
    font-size: 1.0625em;
}

body {
    color: #666666;
    background-color: #FFFFFF;

}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #c7c7c7;
}
.divider-bottom {
    border-bottom: thin solid #666666;
}
.divider-bottom::after {
    content: "";
    float: right;
    position: relative;
    right: -0.3rem;
    top: -0.5rem;
}
.page-content {
    font-size: 0.8rem;
}
.container-fluid {
    margin: 0;
    max-width: 1200px;
    padding-left: 30px;

}
.text-special {
    color: #1a1a1a;
}

/* ************* END GENERIC CLASSES ********************* */

/* ************* HEADER ********************************** */
h1.headline {
    font-size: 1.36rem;
    font-weight: normal;
    line-height: 1.4;
}
h1 .sub-headline {
    font-size: 0.66rem
}
.nav-list, .footer-nav-list {
    list-style: none;
}
/* .nav-item::before {
    content:".";
    padding-right: 0.25rem !important;
} */

/* ************* END HEADER ********************************** */
/* ************* MAIN **************************************** */
.col-main {
    max-width: 95%;
    margin-top: 20px;
}

.post h1, .post h2 {
    font-size: 1.2rem;
    font-weight: normal;
}

.post h2 {
    font-size: 1rem;
}
.post h3 {
    font-size: 0.88rem;
    font-weight: normal;
}

.post .images {
    margin-bottom: 0.4rem;
}
/* ************* END MAIN **************************************** */

/* ************* FOOTER **************************************** */
footer {
    margin: 8em 0 2em;
}
/* ************* FOOTER **************************************** */


/* ************* MEDIA QUERIES ********************************** */

@media (min-width: 375px) {
    .nav-item:not(:last-child)::after {
        content:".";
        padding-left: 0.25rem !important;
    }
    .nav-item::before {
        content:"";
        padding-right: 0!important;
    }
    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xs-block {
        display: block !important;
      }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    html {
        /* font-size: 1.0625em;*/
    }
    .footer-nav-item:not(:last-child)::after {
        content:".";
        padding-left: 0.25rem !important;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 15px;
    }
    .col-main {
        margin-top: 40px;
    }
    html {
        font-size: 1em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .skyscraper {
        min-height: 600px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}