﻿
/* ------------------------------------------------------------------------- */
/* Universal --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

/* Style globally */
body {
  font-family: "Plus Jakarta Sans", "Arial", sans-serif;
  overflow-wrap: normal;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 2px;
  border-color: black;
  text-align: left;
  align-content: center;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2rem !important;
}

/* Style the title text */
.title {
  position: absolute;
  top: 150px;
  color: black;
  left: 50%;
  transform: translateX(-50%)
}
.title h1, .title h2, .title h3  {
  color: black;
  font-weight: 300;
}


/* Style emphasized text */
.emphasized {
  text-align: center;
}
.emphasized a {
  color: black;
  text-decoration: none; /* Make emphasized links without underline */
}
.emphasized h1, .emphasized h2, .emphasized h3  {
  color: black;
  font-weight: 300;
}
.emphasized p {
  color: black;
}
.emphasized a:hover {
  color: blue; /* Full Blue */
}

/* Style error text */
.error a, .error p, .error h1, .error h2, .error h3, .error h4, .error h5, .error h6 {
  color: red;
}

/* Style link boxes */
#links p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
#links h1, #links h1, #links h2, #links h3, #links h4, #links h5, #links h6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 300;
}

/* Style the dropdown icon */
#dropdownImage {
  display:none;
  float: left;
  margin-top: 0.35em;
  margin-right: 0.5em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: none !important;
}

/* The side navigation menu */
.sidenav {
  font-family: "Gill Sans MT", "Plus Jakarta Sans", "Arial", sans-serif;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #0A1E50; /* SPB Navy Blue */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-size: xx-large; 
  color: #F0F0F0; /* SPB Off-White */
  display: block;
  transition: 0.22;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

/* Style the logo */
.logo img{
  margin-left: 0.925em;
}

/* Style the links inside the top navigation bar */
.topnav {
  background-color: #0A1E50; /* SPB Navy Blue */
  /*background-color: rgb(10, 30, 80); /* SPB Navy Blue */
  overflow: hidden;
  margin: 0;
  padding-left: 1.93em;
}
.topnav a {
  float: left;
  color: #F0F0F0; /* SPB Off-White */
  text-align: center;
  text-decoration: none;
  font-size: medium;
  padding: 16px 0px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.topnav a:hover {
  color: white;
}
.topnav a.active {
  background-color: #000080; /* Very Light Blue */
  color: white;
}
#topnavSplit {
  float: right;
  margin-right: 2em;
}


/* Style the main container */
.bodyContainer {
  width: 90%;
  margin-left: 5%;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

/* Add highlight effect to some images */
/*
.productElement img, .icon img, .imageLink {
  transition: all 0.5s;
}
.productElement img:hover, .icon img:hover, .imageLink:hover {
  opacity: .8;
  transition: all 0.5s;
}
*/

/* Add shadows to some containers */
.shadowed {
  box-shadow:
  0 1px 1px hsl(0deg 0% 0% / 0.075),
  0 2px 2px hsl(0deg 0% 0% / 0.075),
  0 4px 4px hsl(0deg 0% 0% / 0.075),
  0 8px 8px hsl(0deg 0% 0% / 0.075),
  0 16px 16px hsl(0deg 0% 0% / 0.075);
}

/* Add near transparent background to some backgrounds*/
.background {
  border-radius: 5px;
  background-color: #ECEFF6; /* Barely Blue */
}

/* Add light borders to some containers */
.lightBorder {
  border: 2px solid #ECEFF6; /* Barely Blue */
  border-radius: 5px;
}

/* Style subcontainers */
.container {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 2em;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

/* Style ordinary text  */
.ordinary {
  margin-top: 0em;
  float: left;
  width: 100%;
  text-align: center;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}
.ordinary h1, .ordinary h2, .ordinary h3, .ordinary h4, .ordinary h5, .ordinary h6 {
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 300;
}
.ordinary p {
  text-align: left;
  margin-bottom: 1.2em;
}
.ordinary img {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 85%;
  height: auto;
}

/* Style short lines of text */
.shortLines {
  float: center;
  width: 35vw;
  margin: 2em;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

/* Fit image to view width */
.fitImage img {
  text-align: center;
  padding: 1em;
  width: 80vw;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

/* Style arrangements of many elements */
.manyContainer {
  flex-wrap: wrap;
}
.many {
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: 0.5em;
  flex: 1;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

.many p {
  text-align: center;
}

.many img {
  /* fit images in smallest screen size */
  width: auto;
  max-width: 200px;
}

/* Style even smaller icon style images */
.iconContainer{
  flex-wrap: wrap;
  width: 80%;
}
.icon {
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 1em;
  margin: 0.1em;
  flex: 1;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}
.icon p {
  text-align: center;
}
.icon img {
  /* fit images in smallest screen size */
  width: auto;
  max-width: 120px;
  /* Round icons */
  /*max-width: 100px;*/
  /*border-radius: 50%; */
  /*border: 3px solid #ECEFF6; /* Barely Blue */
}


/* Style Contact Us elements */
.contactus {
  flex: 0 0 20em;
  flex-wrap: row;
  justify-content: center;
  align-items: center;
  margin: 1em;
  padding: 2em;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}
.contactus p, .contactus h3 {
  text-align: left;
}

/* ------------------------------------------------------------------------- */
/* Home Page --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

/* Style the main container */
.homeContainer {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

/* ------------------------------------------------------------------------- */
/* Product Pages ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

/* Style product container */
.productContainer {
  display: flex;
  flex-wrap: wrap;
}
.productElement {
  text-align: left;
  width: 40vw;
  flex-shrink: 1;
  padding: 2em;
  align-content: center;
  justify-content: center;
  text-align: center;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}

.productElement p {
  text-align: left;
}

.productElement h1, .productElement h2, .productElement h3, .productElement h4, .productElement h5, .productElement h6 {
  text-align: left;
  font-weight: 300;
}
.productElement img {
  transition: all 0.5s;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}
#productImageContainer {
  flex-shrink: 4;
  margin-left: 0;
  margin-right: 0;
  padding: 4em;
  align-content: center;
  justify-content: center;
  text-align: center;
}
#productImage img {
  width: 100%;
  height: auto;
  min-width: 150px;
  min-height: 150px;
  max-width: 300px;
  max-height: 300px;
}

/* Style buttons */
.roundButton {
  /*background-color: #0A1E50; /* SPB Navy Blue */
  /*background-color: #004180; /* Dark Blue */
  /*background-color: #007AFF; /* Deep Blue */
  background-color: #4682DD; /* Bright Blue */
  /*background-color: #009999; /* SPB Teal */
  border: none;
  color: white;
  padding: 0.6em;
  padding-left: 18%;
  padding-right: 18%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 12px;
  transition: all 0.5s;
}
.roundButton:hover {
  background-color: #4F8FDF; /* Bright Blue Highlight*/
  transition: all 0.5s;
}

/* Style the footer */
.footerWrap {
  position: fixed;
}
.footer {
  padding-top: min(200px, 20%);
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}
.footerContent {
  float: left;
}
.footer p {
  font-size: x-small;
}


/* ------------------------------------------------------------------------- */
/* Feedback / Newsletter Sign-up ------------------------------------------- */
/* ------------------------------------------------------------------------- */

/* Style the web form */
#webForm {
  margin-left: auto;
  margin: 20px;
  padding-right: 20px;
  padding-left: 20px;
  /* _DEV_ */
  /*
  box-shadow: 0 0 0 1px black;
  */
}
.fbLabel {
  text-align: left;
  margin-bottom: 2px;
  width: 100%;
}
.fbInput {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
.fbButton {
  width: 100%;
  text-align: center;
}
.fbRadioGroup {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* Style the web form checkboxes */
.fbInput.checkbox {
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 1em;
}
.checkboxLabels {
  text-align: center;
}

#Message {
  height: 100px;
  width: 100%;
}

/* ------------------------------------------------------------------------- */
/* Responsive -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1400px) {
  /* Lower title so it doesn't overlap with logo */
  .title {
    position: relative;
    text-align: center;
    top: 25px;
  }
}

/* multiple column flex boxes need behavior to switch at a larger (but still small) screen size */
@media screen and (max-width: 1100px) {
  /* Switch to vertical layout at smaller screen sizes */
  .container {
    flex-wrap: wrap;
  }

  /* Tighten margins for product views */
  .productElement {
    margin-left: 0;
  }
  .productElement img {
    width: 40vw;
  }

  /* Single column display instead of picture-description layout */
  .productContainer > div {
    flex: 100%;
  }

  /* Style shorter text blocks centered inside containers*/
  .shortLines {
    width: 100%;
    flex-shrink: 1;
  }
  .shortLines p {
    text-align: center;
  }
  .shortLines h1, .shortLines h2, .shortLines h3, .shortLines h4, .shortLines h5, .shortLines h6 {
    text-align: center;
    font-weight: 300;
  }

  /* Hide carousel on small screens */
  .carousel {
    display: none;
  }
}

/* Responsive styling when using smaller screens */
@media screen and (max-width: 770px) {
  /* Hide the top links so they don't overflow */
  #topnavSplit {
    display: none;
  }
  #dropdownImage {
    display: initial;
  }
  .topnav {
    padding-top: 0.15em;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }

  /* Hide the top links so they don't overflow */
  .topnav a {
    display: none;
  }

  /* Center the logo */
  .logoBox {
    width: 100vw;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    max-height: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  /* Keep side margins about the same actual width */
  .bodyContainer {
    width: 95%;
    margin-left: 2.5%;
  }

  /* Single column display instead of picture-description layout */
  .container > div {
    flex: 100%;
  }
  #productImage {
    width: 100%;
    height: 100%;
  }

}

/* Hide all top navbar links except the hamburger on very small screens */
@media screen and (max-width: 450px) {
}
 
