

/*----------Global-------------*/
body{
    background-color: rgba(34, 43, 52, 1);
    background-position: top;
    background-size: auto;
    background-position: center 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

H1{
  padding-top: 30px;
  color: white;
}


.carousel-inner img {
      width: 100%; /* Set width to 100% */
      min-height: 200px;
    }

    header {
    height: 700px;
    width: 100%;
    display: table;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 2px 2px 3px black;
    table-layout: fixed;
    word-wrap: break-word;
}

#singleImageHeader {
    background-repeat: no-repeat !important;
    background-size: cover, 100% 100% !important;
    background-position: 50% 50%, center !important;
}

.headerContainer {
    margin-top: 50px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-bottom: 50px;
}

#shopButton {
    text-shadow: none;
    padding: 10px 40px;
    border-radius: 0;
    border: none;
}
header .btn {
    border: solid 2px rgb(255,255,255);
    color: rgb(255,255,255);
    background: rgb(34, 43, 52);
    text-transform: none;
    margin-top: 50px;
    font-size: 20px;
    margin-right: 10px;
    margin: .5em .5em .5em;
}

#mainTitle {
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-size: 6rem;
}

#mainSubtitle {
    color: rgb(255,255,255);
    text-transform: none;
    font-size: 3rem;
    padding-top: 10rem;
}

#extraHTML {
    font-size: 3em;
    color: #fff;
    border: 5px solid #fff;
    display: inline-block;
    padding: 5em 1em 5em;
    margin: 20rem;
    }

    .aboutSection {
    padding: 50px 20px;
    text-align: center;
    position: relative;
}


.aboutTitle {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    }

.aboutSubtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color:white;
  }

  #about p{

    color: white;
  }