/* Colors */
/*the padding and border of that element no longer increase its width*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* GLOBAL */
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif !important; }

html {
  height: 100%;
  width: 100%; }

ul {
  margin: 0 !important;
  padding: 0 !important; }

/* CLASSES */
.section-header {
  text-align: left !important;
  margin-bottom: 40px;
  font-family: 'Metrophobic', sans-serif !important; }

.section-header p {
  margin-left: 0 !important;
  font-family: "Raleway", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px !important; }

.thumbnail {
  background-color: transparent !important;
  border: none !important; }

/* MEDIA QUERIES */
@media (max-width: 768px) {
  #landing .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/landing.jpeg");
    background-repeat: no-repeat;
    background-position: 70% 10%;
    background-size: auto;
    color: #FFFFFF; }
  #about .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/gcvials.jpeg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color: #FFFFFF; }
  #services .jumbotron {
    min-height: 500px;
    line-height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/indoorgrow.jpeg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color: #FFFFFF; }
  #contact .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: url("../images/bigbuds.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF; }
  #quality .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/quality.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF; }
  #faq .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/bluetubes.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF; }
  #chromotography .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/chromo.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF; }
  #genetic .jumbotron {
    min-height: 375px;
    line-height: 375px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/chromosome.jpeg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color: #FFFFFF; } }

/* CHROMOTOGRAPHY */
#genetic .jumbotron {
  min-height: 500px;
  line-height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/chromosome.jpeg");
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
  background-size: cover;
  color: #FFFFFF; }

#genetic .container:nth-child(1) {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

#genetic .container:nth-child(1) h1, p {
  margin-left: 50px !important; }

#genetic .container:nth-child(1) p {
  font-size: 22px; }

#genetic-secondary article p {
  margin-left: 0 !important;
  margin-bottom: 40px !important; }
