@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,500;1,700&display=swap');

html, body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

/*palette preset*/
/*#ff0000 (255,0,0)*/
/*#bf0000 (191,0,0)*/
/*#8b0000 (139,0,0)*/
/*#eeeeee (238,238,238)*/
/*#ffffff (255,255,255)*/



.site-content {
  /*height: 100vh;*/
}


/**
 *
 * Navbar
 *
 */

/*#masthead {
  position: absolute;
  width: 100%;
}*/

#masthead nav {
  background-color: transparent;
}

#masthead nav .navbar-brand span,
#masthead nav .collapse a {
  color: #fff;
  font-size: 19.40px;
  /*text-shadow: 3px 6px 6px rgba(0, 0, 0, 1);*/
  text-shadow: 6px 12px 6px rgba(0, 0, 0, 1);
}


/**
 *
 * Panel One
 *
 */

.site-content #title {
  background-color: #ffffff;
  background-image: url( ../../assets/images/landing_page/panel_one.png );
  background-position-x: 80%;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-content #title .row.align-items-center.justify-content-center {
  height: 100vh;
}

.site-content #title .row.align-items-center.justify-content-center h1 {
  font-size: 64px;
}

.site-content #title .row.align-items-center.justify-content-center p {
  font-size: 31.68px;
}

.site-content #title .row.align-items-center.justify-content-center .btn {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-device-width:480px){
   /* styles for mobile browsers smaller than 480px; (iPhone) */

     #masthead nav {
        background-color: rgba(0,0,0,0.5);
     }

    .site-content #title {
      background-color: rgba(0,0,0,0.3);
      background-image: url( ../../assets/images/landing_page/panel_one.png );
      background-position-x: 85%;
      background-position-y: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: overlay;
    }

    .site-content #title .row.align-items-center.justify-content-center {
      height: 100vh;
    }

    .site-content #title .row.align-items-center.justify-content-center h1 {
      font-size: 40px;
    }

    .site-content #title .row.align-items-center.justify-content-center p {
      font-size: 24px;
    }

    .site-content #title .row.align-items-center.justify-content-center .btn {
      font-size: 30px;
      font-weight: bold;
    }
}




.site-content #someproductone {
  background-color: #eeeeee;
}

.site-content #someproducttwo {
  background-color: #ef5350;
}

.site-content #howtofeature {
  background-color: #b71c1c;
}
.site-content section {
  padding: 3em 1.5em;
}

.site-content #footer {
  padding: 25px 0;
  text-align: left;
  color: rgba(255,255,255,.3);
  background-color: #212121;
}

.btn {
  border-radius: 0;
}

.btn-danger {
  background-color: #DA0500;
}