/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
  padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
  float: left;
  padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
}

/******************************************
/* LAYOUT
/*******************************************/

/* Center the container */
#container {
  width: 960px;
  margin: auto;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
@media screen and (min-device-width: 1200px) and (max-device-width: 2000px) and (-webkit-min-device-pixel-ratio: 1) {
  .solar_bg {
    background-image: url("../images/nomad_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .solar_bg {
    background-image: url("../images/nomad_mobile_small.jpg");
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .solar_bg {
    background-image: url("../images/nomad_mobile_small.jpg");
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .solar_bg {
    background-image: url("../images/nomad_bg_mobile.jpg");
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .solar_bg {
    background-image: url("../images/nomad_bg_mobile.jpg");
  }
}

/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .solar_bg {
    background-image: url("../images/nomad_bg_x.jpg");
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .solar_bg {
    background-image: url("../images/nomad_mobile_ipad.jpg");
  }
}

/* ----------- iPad Pro 10.5" ----------- */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .solar_bg {
    background-image: url("../images/nomad_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.fa-1x {
  font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
  cursor: pointer;
}
#nav-bg {
  background-color: white;
  opacity: 55%;
  font-weight: bold;
  border-radius: 10px;
}

.nomad-text,
.contact-text {
  color: #3a3d42ef;
  font-weight: bold;
}

.nomad-text-1 {
  color: #e0af28;
  font-weight: bold;
}

.nomad-text-2 {
  color: #e0af28;
  font-weight: bolder;
}

.nomad-text-3 {
  font-weight: bold;
  color: white;
}

#div-color {
  background-color: #3d7adbf6;
  border-radius: 15px;
}

#nomad-paragraph {
  color: white;
  font-size: 18px;
  font-weight: lighter;
}

#ul-list {
  margin: 15px;
  list-style: none;
}

#ul-list li::before {
  color: #e0af28;
  content: "\2022";
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.img-bg {
  border: 10px solid rgba(255, 255, 255, 0.589);
  border-radius: 15px;
}

.contact-bg {
  background-color: #3d7adb98;
  border-radius: 15px;
}

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
