
                

/*@media (max-width:767px){*/
@media (max-width:1024px){
    .center-block{
        margin-right:0;
    }
    .mainheader .v-align > .h-align {
        text-align:right !important;
    }
    .mainheader .text-center{
        text-align:right;
    }
    .mainheader .bg-img {
    background-position: inherit;
}
}


.accent{
    width: 100px;
    height: 5px;
    background-color: #b37764;
    margin-bottom: 20px;
}

.content-2 .bg-img .overlay {
    opacity: 1;
}

.watermark {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
    /*color: #e3eaf05c;*/
    color: #efedeb2b;
    /*color: #efedeb;*/
    /*font-family: "Nothing You Could Do",cursive;*/
    font-family: "Poppins",cursive;
    font-size: 150px;
    line-height: 1;
    font-weight: 800;
}

@media only screen and (max-width: 768px){
.watermark {
    top: -35px !important;
    font-size: 80px !important;
}
.accent{
    margin-bottom: 20px !important;
    margin: 0 auto;
}
}

.col-md-6 img{
    border: 1px solid #282828;
    padding: 10px;
    border-radius: 5px;
    
}

.navbar .navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand {
    height: 100px !important;
} 

.navbar-right {
    padding: 20px 0 0 32px;
}                                                                                               
.navbar-brand img {
    height: 100%;
}

/*Custom css to order boxes properly on mobile devices*/
@media screen and (max-width: 767px) {
.custom-boxes { 
    display: flex !important; 
    flex-flow: column; 
}
.position-one { order: 2; }
.position-two { order: 1; }
.position-three { order: 2; }
.position-four { order: 1; }
    
}

/* Modal container */
    #popupModal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      /*background-color: rgba(0,0,0,0.7);*/
      background-color:#ffffffe0;
    }

    /* Modal content */
    #popupModalContent {
      margin: 5% auto;
      padding: 0;
      width: 90%;
      max-width: 600px;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
    }

    #popupModalContent img {
      width: 100%;
      height: auto;
      display: block;
    }

.imageWrapper {
  position: relative;
  width: 100%;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}

.closeBtn:hover {
  background-color: #fff;
}
