@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Candal|Lora&display=swap');


* {
  box-sizing: border-box;
}

body, html {
  height: 100%; 
  margin: 0;
  font-family: 'Ubuntu', sans-serif; 

  /* line-height: 180%; /* 180 */
  color: #666;
  text-align: center;
}

/*
body, input {
  font-size: 1.5rem;
}
*/

.navbar {
  position: fixed; 
  z-index: 99;
  top: 0px;
  background-color:black;
  overflow:hidden;
  height:66px; 
  width: 100%;
}
.logo {
  float: left; 
  height: inherit;
  margin-left: 2em;
}

.logo-img {

  max-width: 100%;
  max-height: 100%;
}

.logo h1 {
  display: inline;
  padding-top: 10px;
}

.logo-text {
  margin: 9px;

  font-family: 'Candal', serif;
  vertical-align: top;
  color: white;
}

.logo-text span {
  /* color: red; */
  color: #962f3d
}

.navbar a{
  float:right;
  display:block;
  color:#f2f2f2;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
}

.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
}

.navbar a:hover{
  background-color:#ddd;
  color:#000;
}

.side-nav{
  height:100%;
  width:0;
  position:fixed; 
  z-index:100;
  top:0;
  right:0;
  background-color:#111;
  opacity:0.9;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
  float: right;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:22px;
  color:#ccc;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color:#fff;
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}


@media(max-width:675px){
  .navbar-nav{display:none}
}

@media(min-width:675px){
  .open-slide{display:none}
}


.pigger-collage {
  width: 100%;
  height: auto;

}

.parallax1 {
  background: url(../img/PageHeader2023a.jpg);
  min-height: 100%;
}
.parallax2 {
  background: url(../img/BUAlumni_2000x1200.jpg);
  min-height: 100%;
}
.parallax3 {
  /*
  background: url(../img/Mashaan_table.jpg);
  */
  background: url(../img/PrePigger2021_2000x1334.JPG);
  min-height: 90%;
}
.parallax4 {
  background: url(../img/BUGirlsSinging_2000x1200.jpg);
  min-height: 100%;
}

.parallax5 {
  background: url(../img/PiggerOutside_2000x1200.jpg);
  min-height: 100%;
}

.parallax1, .parallax2, .parallax3, .parallax4, .parallax5 {
  position: relative;
  /*opacity: .75; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*
  /* fixed causes problems on iphones. 
  /*
  /* background-attachment: fixed; */
  background-attachment: initial;
}
.heading {
  position: absolute;
  color: #fff;
  font-size: 550%;
  top: 38%;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-shadow: 0 0 10px #000;
}
.heading-sm {
  position: absolute;
  top: 45%;
  width: 100%;
  color: #fff;
  font-size: 250%;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000;
}
.two-col {
  float: left;
  width: 50%;  /* 42 */
  padding: 0 1%; /* 4 */
  text-align: left;
}
.two-col .magnasun_img {
    float: left;
    margin: 10px;
}
section {
  overflow: auto;
  padding: 50px 40px; /* 80 */
}
.dark {
  overflow: auto;
  padding: 50px 40px; /* 80 */
  background-color: #323232;
  color: #f2f2f2;
}



.countdown {
  text-align: center;
  color: white;

  position: absolute;
  width: 100%;
  background-color: black;
  top: 66px;
  z-index: 98;

}


#countdownjs {

    display: inline;
    font-size: 150%;
  
}
.Joe {
  font-style: italic;
}
/* .magnasun_img {
  width: 60%;
  height: auto;
} 
 */
.moose_img {
  width: 60%;
  height: auto;
} 

.wrapper {
  background-color: black;
}

.products {
  background-color: black;


}


.product {
  background-color: white;
  padding: 5px;
  border: 2px solid black;
  color: white;

}

.description {
  background-color: black;
  text-align: center;
}

.image {
  position: relative;
  padding: 1rem;
  background-color:black;
}
.image img {
  object-fit: contain;

  width: 100%;
  height: auto; 
 
}

.image ul {
  list-style-type: none;
  display: flex;
}

.image ul li {
  padding: 15px;
  background-color: #1a2b3c;
  font-size: 25px;
  font-weight: 600;
  color: white;
  z-index: 98;
  cursor: pointer;
}

.image ul li:nth-child(1) {
  position: absolute;
  /* top: 550px; */
  /* left: 25px; */

  bottom: 0px;
  /* left: 25px; */
  left: 100px;
}

.image ul li:nth-child(2) {
  position: absolute;
  
  /* top: 550px; */
  /* left: 348px; */

  bottom: 0px;
  /* left: 330px; */
  left: 240px;

  
}


.price {
  background-color:white;
  color: black;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;

}

.price select {
  font-size: 1.5rem;
}

.price input {
  font-size: 1.5rem;
}

.back {
  background-color:white;
  color: black;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  width: 40%;
}

/* Media queries */

@media only screen and (max-width: 675px) {  /* 856 */
  header {
      position: relative;
      height: 46px;
  }

  .navbar {
    height: 46px;
  }
 
  .countdown {
    top: 46px;
  }
  #countdownjs {
    display: inline;
    font-size: 100%;
  }
  .heading {
    font-size: 250%;
  }
  .heading-sm {
    font-size: 180%;
  }
  .two-col {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 90%;
  }

  
}

.footer-container {


  grid-gap: 10px;
  background-color: #303036;
  color: #d3d3d3;
  padding: 10px;

}

.footer-container > div {
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: #303036;
  /* text-align: center; */
  padding: 20px 0;
  font-size: 30px;
  font-size: 1.6rem;
}

.footer-container > div a {
  color: #d3d3d3;
  text-decoration: none;
}

.footer-logo-figure {
  text-align: center;
}


.about-text {
  text-align: left;
  padding: 20px;
  font-size: 1rem;
  
}

.footer-logo h3 {
font-size: 125%;
}

.footer-container .logo-img {

object-fit: contain;

}



.container {
  margin: auto
}


.footer-links {
  text-align: left;

}

.footer-links h2 {
  color: white;
  text-align: center;
}

.footer-links ul a {
  font-size: 1.2em;
  transition: all .3s;
}
.footer-links ul a:hover {
  color: white;
  margin-left: 15px;
  transition: all .3s;


}
.footer-map h2 {
  color: white;
  text-align: center;
}

.footer-bottom {
  background-color: #343a40;
  color: #686868;
  text-align: center;
  position: absolute;
  font-size: 1rem;
}

.contact {
  font-size: 1.1rem;
  transition: all .3s;
}

.contact a:hover {
  color: white;
  transition: all .3s;
}
.contact .socials a {
  border: 1px solid gray;
  text-align: center;
  font-size: 1.3em;
  border-radius: 5;
  transition: all .3s;
}
.contact .socials a:hover {
  border: 1px solid white;
  color: white;
  transition: all .3s;
}