/* Font Styles */

.mi-wrapper a, .mi-wrapper body, .mi-wrapper h1, .mi-wrapper h2, .mi-wrapper h3, .mi-wrapper h4, .mi-wrapper h5, .mi-wrapper h6, .mi-wrapper html, .mi-wrapper p, .mi-wrapper input {
    font-family: 'Source Sans Pro', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1 {
    font-weight: 400 !important;
    color: #222;
    padding-top: 1rem;
}

h3 {
  font-family: 'Alfa Slab One', cursive;
  font-size: 1.8rem;
}

p {
    font-weight: 400;
    color: rgb(67,65,66);
}
.light {
    font-weight: 300 !important;
}
.narrow1 {
    line-height: 1.2rem;
}
.narrow2 {
    line-height: 1.4rem;
}

/* Global */

body {
  overflow-x: hidden;
  background: rgb(255,255,255);
}

html {
  font-size: 1em;
}

main {
  margin-top: 170px;
}

@media (max-width: 1320px) {
  main {
    margin-top: 165px;
  }
}

@media (max-width: 1172px) {
  main {
    margin-top: 163px;
  }
}

@media (max-width: 1199px) {
  main {
    margin-top: 0px;
  }
}

/* Text Themes */
/* Disabled
.text-theme-primary {
    color: rgb(220, 30, 40);
    color: black;
}
.text-theme-secondary {
    color: rgb(180, 80, 100);
}
.text-theme-warning {
    color: rgb(255, 80, 100);
}
.text-theme-success {
    color: rgb(120, 220, 120);
}
.text-theme-inverse {
    color: #fff;
}
*/

/* Backgrounds */

.bg-theme1 {
    background-color: rgb(223,219,213);
    position: relative;
}

@media (max-width: 991px){

.bg-theme1 {
  height: auto;
  padding-top: 0px;
  position: relative;
}

}
.bg-theme2 {
    background-color: rgb(66,66,66);
    color:white;
}
.bg-theme3 {
    background-color: rgba(5,82,45, 0.8);
    color:white;
}

.bg-black {
  background-color: rgb(156,30,33);
}

.bg-black h3 span {
  color: rgb(223,219,213);
  font-weight: bold;
  white-space: nowrap;

}

.bg-black h3 {
  font-family: 'Alfa Slab One', cursive;
  padding-top: 3rem;
  color: rgb(223,219,213);
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 3px;
}

/*.bg-black h3:before {
  content: "~~~~~~~~~~~~";
  font-size: 1.6em;
  font-weight: 400;
  color: rgb(170,170,170);
  letter-spacing: -6px;
  width: 100%;
  position: absolute;
  margin-top: 1.5rem;
  left: -1px;
  overflow: hidden;
}*/

.bg-black p {
  /*margin-top: 1rem;*/
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: rgb(223,219,213);
}

.bg-white {
    background-color: rgb(223,219,213);
}

.bg-white h3 span {
  color: #f37e20;
  font-weight: bold;
  white-space: nowrap;

}

.bg-white h3 {
  font-family: 'Alfa Slab One', cursive;
  padding-top: 3rem;
  color: rgb(156,30,33);
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 3px;
}

/*.bg-white h3:before {
  content: "~~~~~~~~~~~~";
  font-size: 1.6em;
  font-weight: 400;
  color: rgb(147,1,44);
  letter-spacing: -6px;
  width: 100%;
  position: absolute;
  margin-top: 1.5rem;
  left: -1px;
  overflow: hidden;
}*/

.bg-white p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: rgb(67,65,66);
}

.bg-white-50 {
  background-color: rgba(255,255,255,0.65);
}

hr {
  border-color: white;
}

/* images */
.img-fluid {
    padding: 1rem;
    width: 100%;
}

/* Header */

header p {
  color: black;
  letter-spacing: 1px;
  text-align: right;
}

header h5 {
  color: rgb(6,124,68);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.25em !important;
  text-align: right;
}

@media (max-width: 61.975em){
  header p {
    text-align: center;
  }

  header h5 {
    text-align: center;
  }
}

.header-small {
  background-color: rgb(223,219,213);
  position: relative;
  height: auto;
  width: 100%;
  z-index: 3;
  display: none;
}

.header-large {
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
  background-color: rgb(223,219,213);
  position:fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  display: block;
}

@media (max-width: 1199px) {

  .header-small {
    display: block;
  }

  .header-large {
    display: none;
  }

}

.navbar-toggler {
  float: right;
  font-size: 1.75rem;
}

.h-image-fluid {
    box-sizing: border-box;
    padding: 0;
    width: 340px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1199px){
  .h-image-fluid {
      width: 300px;
      margin-top: 18px;
      margin-left: -0px;
  }
}

@media (max-width: 1172px){
  .h-image-fluid {
      width: 290px;
      margin-top: 18px;
      margin-left: -1rem;
  }
}

@media (max-width: 1199px){
  .h-image-fluid {
      padding: 1.5rem 1rem;
      margin: 0;
      width: 100%;
      text-align: center;
  }
  .h-image-fluid img {
      max-width: 400px;
  }
}

/* Main Class*/

/*.main { }

.main.edit { }

*/

/* Footer */

.footer-theme {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
    color: white;
    background-color: rgb(156,30,33);
    font-size: 1rem;
}

@media (max-width: 991px){
  .footer-theme{
    display: none;
  }

}

.footer-theme strong {
    color: rgb(0, 0, 0);
}
.footer-theme h2 {
    font-weight: bold;
}

.footer-theme h4 {
  color: #f37e20;
  float:left;
  clear:both;
}

.footer-theme h4 a{
  color: #f37e20;
}

.footer-theme h4 a:hover{
  color: #f37e20;
}

.footer-theme p {
  color: white;
  font-size: 1rem;
  margin-top:0.5rem;
  clear: left;
}

/*.footer-theme .down {
  color: #f37e20;
  margin-left: 0.5rem;
  margin-top:0;
  clear:none;
}

.footer-theme .down i {
  margin-left: 0.5rem;
}

.footer-theme .drop {
  clear:left;
}*/

footer a {
    color: white;
}
footer a:hover {
    color: #eee;
    text-decoration: none;
}

.copyright {
  color: white;
  font-weight: normal;
  padding-top: 0.75rem;
}

.copyright p {
    font-weight: bold;
}

/*images */

img {
  max-width: 100%;
  height: auto;
}

.circle-img img {
  border-radius: 100%;
  max-height: 400px;
  max-width: 400px;
  padding: 2rem;
}

.circle-img {
  text-align: center;
  width: 100%;
}


.half-circle-img {
  text-align: center;
  width: 100%;
}

.half-circle-img img {
  border-top-right-radius: 0px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 60px;
  max-height: 400px;
  max-width: 400px;
  padding: 2rem;
}

.contact-us-img {
  margin-left: 5rem;
}

.contact-us {
  margin-right: 10rem;
  margin-top: 3rem;
}

.contact-us-container {
  margin-left: -4rem;
}

@media(max-width: 991px ) {
  .contact-us-img {
    margin-left: 0rem;
  }

  .contact-us {
    margin-right: 0rem;
    margin-top: 0rem;
  }

  .contact-us-container {
    margin-left: 0rem;
  }
}
.products .half-circle-img {
  text-align: center;
  width: 100%;
}

.products .half-circle-img img {
  border-top-right-radius: 0px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 60px;
  max-height: 400px;
  max-width: 400px;
  padding: 1rem;
}



/* Continue Custom things */

.productCollapse {
    font-size: 1.2rem;
    margin-left: 0rem;
    color: rgb(40, 40, 40) !important;
    transition: 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946) all;
}

.collapse {
  text-align: center;
}
.collapsing {
  text-align: center;
}

.large-only {
  display: block;
}
.mobile-only {
  display: none;
}

@media(max-width: 1199px){
.large-only {
  display: none;
}
.mobile-only {
  display: block;
}
}

.img-responsive{
  width: 100%;
  height: auto;
  max-width: 100%;
}

.middle-dividers {
  border-right: 2px solid rgb(67,65,66);
  border-left: 2px solid rgb(67,65,66);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.watermark {
  background-image: url('../images/watermark.png');
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: 600px auto;
}

.mobile {
  background-image: url('../images/mobile.png');
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  background-size: contain;
  margin-left: -30px;
  margin-top: 4px;
}

.phone {
  background-image: url('../images/phone.png');
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  background-size: contain;
  margin-left: -30px;
  margin-top: 4px;
}

.website {
  background-image: url('../images/website.png');
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  background-size: contain;
  margin-left: -30px;
  margin-top: 4px;
}

.email {
  background-image: url('../images/email.png');
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  background-size: contain;
  margin-left: -30px;
  margin-top: 4px;
}


.contact-us p {
  margin-top: 0;
  margin-bottom: 0;
}

.products p {
  font-size: 1.4rem;
}

.list h3 {
  padding-top: 2rem;
  font-size: 2rem;
}

.list p {
  font-size: 1.2rem;
}

@media (max-width: 991px){
    .middle-dividers {
      border-right: 0px solid rgb(67,65,66);
      border-left: 0px solid rgb(67,65,66);
      margin-top: 0;
      margin-bottom: 0;
    }

    .watermark {
      background-size: 0;
    }
}


.row {
  margin: 0;
  padding: 0;
}
.row-fluid {
  margin: 0;
  padding: 0;
}
.row-fluid .col-lg-12 {
  margin: 0;
  padding: 0;
}
.row-fluid .col-sm-12 {
  margin: 0;
  padding: 0;
}

.row-fluid .container {
  margin: 0;
  padding: 0;
}

.container-fluid {
  margin: 0;
}

.no-gutter {
  padding:0;
}

.max-width-1920 {
  max-width: 1920px;
  margin: auto;
}

.max-width-1320 {
  max-width: 1320px;
  margin: auto;
}

.max-width-1120 {
  max-width: 1120px;
  margin: auto;
}

/* Correct Media Querys */

/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.975em) { }

/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.975em) {
  .img-fluid {
    margin: 0 auto;
    text-align: center;
  }

  .button-container {
    display: none;
  }

  .max-width-1320 {
    width: 100%;
  }

}

/* Medium devices (tablets, less than 62em) */
@media (max-width: 61.975em) { }

/* Large devices (desktops, less than 75em) */
@media (max-width: 74.975em) { }
