/* Global stuff */
body {
  font-family: "Lora";
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 23, 15, 0.65))), url("../img/bg.jpg");
  background: linear-gradient(rgba(47, 23, 15, 0.65)), url("../img/bg.jpg");*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 38, 47, 0.65))), url("../img/bg.jpg");
  background: linear-gradient(rgba(15, 38, 47, 0.65)), url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  /* text-transform: uppercase;*/
  line-height: 1;
  font-family: "Raleway";
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  /*text-transform: uppercase;*/
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: col;
  justify-content: space-around;
}

.flex-item {
  border-radius: 5px;
  background: rgba(240, 240, 240, 0.75);
  padding: 5px;
  width: 200px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 50px;
  color: #012e77;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}

.logoalign {
  text-align: right;
}

/*end of global stuff*/
/* Intro css */
.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: auto;
    float: right;
    max-height: 60vh;
    filter: drop-shadow(0px 0px 1px rgba(25, 25, 38, 0.8)) drop-shadow(0px 0px 5px rgba(25, 25, 38, 0.8));
  }

  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }

  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}
/* end of Intro css */
/* Navbar css */
#mainNav {
  background-color: rgba(15, 38, 47, 0.9);
  font-family: "Raleway";
}

#mainNav .navbar-brand {
  color: #e6a756;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #DCD731;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #9C8214;
  }
}
/* end of Navbar css */
/* Buttons css */
.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* end of buttons css */
/* CTA css */
.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(3, 57, 90, 0.9);
}

.cta_about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  vertical-align: middle;
  /* background-color: rgba(3, 57, 90, 0.1);*/
}

.cta_about .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

/* end of CTA css */
/* About css */
@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }

  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}
/* end of About css */
/* Products css */
@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }

  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }

  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}
/* end of  Products css */
/* Store css */
.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #e6a756;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}
.address strong {
  font-size: 1.2rem;
}

/* end of Store css */
/* Footer css */
.footer {
  background-color: rgba(23, 69, 79, 0.9);
}

/* end of Footer css */
/* gallery css */
.gallerycontainer {
  flex-direction: row;
}

/* Create four equal columns that sits next to each other */
.gallerycolumn {
  -ms-flex: 100%;
  /* IE10 */
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

.gallerycolumn img {
  margin-top: 8px;
  vertical-align: middle;
}

.galleryimg {
  border-radius: 5px;
  margin-top: 40px;
  width: 100%;
  max-width: 100px;
  max-height: 100%;
  opacity: 0.8;
  filter: drop-shadow(0px 0px 1px rgba(25, 25, 38, 0.4)) drop-shadow(0px 0px 5px rgba(25, 25, 38, 0.4));
}

.galleryimg:hover {
  opacity: 1;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallerycolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.gallerycolumn img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.galleryrow:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.imagecontainer {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

.gallerycontent {
  background-color: rgba(8, 68, 165, 0.05);
  position: relative;
  left: 2rem;
}

.galleryrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
}

.gallerycell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  border: rgba(8, 68, 165, 0.05);
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  box-sizing: content-box;
}

/* end of gallery css */
/* sculpture css */
.sculpture_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 600px) {
  .sculpture-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: col;
    justify-content: space-around;
    /*max-height:70vh;*/
  }
}
@media screen and (max-width: 600px) {
  .sculpture-container {
    padding: 0;
    margin: 20px;
    list-style: none;
    /* display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;*/
    display: block;
    -webkit-flex-flow: col;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .sculpture-container1 {
    padding: 50px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: col;
    justify-content: center;
    max-height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .sculpture-container1 {
    padding: 0;
    margin: 20px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: col;
    justify-content: center;
    max-height: 30vh;
  }
}
.sculpture-item {
  width: auto;
  height: auto;
  max-width: 100%;
  /*max-height:90%;*/
  max-height: 85vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  object-fit: scale-down;
  justify-content: center;
}

.sculpture-item img {
  border-radius: 5px;
  background: rgba(240, 240, 240, 0.01);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
  object-fit: scale-down;
  filter: drop-shadow(0px 0px 1px rgba(25, 25, 38, 0.8)) drop-shadow(0px 0px 5px rgba(25, 25, 38, 0.8));
  /*box-shadow:5px 5px 40px rgba(25, 25, 38, 0.8);  */
}

@media screen and (max-width: 600px) {
  .sculpture-item1 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    object-fit: scale-down;
  }

  .sculpture-item1 img {
    border-radius: 5px;
    background: rgba(240, 240, 240, 0.01);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    object-fit: scale-down;
    filter: drop-shadow(0px 0px 1px rgba(25, 25, 38, 0.8)) drop-shadow(0px 0px 5px rgba(25, 25, 38, 0.8));
    /*box-shadow:5px 5px 40px rgba(25, 25, 38, 0.8);  */
  }
}
@media screen and (min-width: 600px) {
  .sculpture-item1 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50%;
    object-fit: scale-down;
  }

  .sculpture-item1 img {
    border-radius: 5px;
    background: rgba(240, 240, 240, 0.01);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50%;
    object-fit: scale-down;
    filter: drop-shadow(0px 0px 1px rgba(25, 25, 38, 0.8)) drop-shadow(0px 0px 5px rgba(25, 25, 38, 0.8));
    /*box-shadow:5px 5px 40px rgba(25, 25, 38, 0.8);  */
  }
}
@media screen and (min-width: 600px) {
  .sculpture-text {
    border-radius: 5px;
    background: rgba(240, 240, 240, 0.75);
    line-height: 20px;
    color: #012e77;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding: 10px;
    object-fit: scale-down;
  }
}
@media screen and (max-width: 600px) {
  .sculpture-text {
    /* padding: 0;
     margin: 20px;
     list-style: none;  
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: block;
     -webkit-flex-flow: col;
     justify-content: space-around;
     max-height:70vh;*/
    border-radius: 5px;
    background: rgba(240, 240, 240, 0.75);
    line-height: 20px;
    color: #012e77;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    padding: 10px;
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    justify-content: space-around;
  }
}
/* end of sculpture css */
/* Bootstrap overide css */
.text-primary {
  color: #d0fafe !important;
}

.bg-primary {
  background-color: #e6a756 !important;
}

.font-weight-light {
  font-weight: 100 !important;
}

/* end of Bootstrap overide css */
.brodercell {
  border: 10px solid red;
}

.video_table {
  position: relative;
  top: 1px;
  left: 1px;
  width: 100%;
  border: 0;
  cellspacing: 0;
  cellpadding: 4;
  z-index: -1;
}

.overlay {
  position: relative;
  top: 1px;
  left: 1px;
  width: 100%;
  border: 0;
  cellspacing: 0;
  cellpadding: 4;
  z-index: 2147483647;
}

.overlay_brodercell {
  border: 10px solid green;
}

/* end of Store css */

/*# sourceMappingURL=Bobsgallery2019css.css.map */
