
.blogs {
  list-style: circle;
  padding-left: 15px;
  display: block;
  height: auto;
}
	
.blogItem {
  margin-left: 0;
  font-size: 15px;
  line-height: 19px;
}

.linksText {
  text-decoration: none;
  color: rgb(254, 193, 204);
}

.linksText:hover {
  text-decoration: none;
  background-color: rgb(254, 193, 204);
  color: #fff;
}

.text {
 
  position: relative;
 
 
}

.col-md-3-gutter {
  padding-top: 0;
}

.textWrap {
  position: relative;

  
}






.images {

  height: auto;

  
}

.singleImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
object-fit: contain;
  margin-bottom: 30px;
 
  
}



.navigationWrap a {
  color: #000;
}

.navigationWrap a:hover {
  color: #ddd;
}



.col-xs-12, .col-ms-12, .col-md-12 {
  margin-bottom: 10px;
  
}

.wrap-modal {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
 
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(254, 193, 204, 0.75);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 99999;
}

.close:hover,
.close:focus {
  color: #5d5d5d;
  text-decoration: none;
  cursor: pointer;
  
}

/* Next & previous buttons */
.prev-slide,
.next-slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
 
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next-slide {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prav-slide {
  left: 0;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal-1 {
	max-width: 100%;
	height: auto;
	
}



@media screen and (max-width: 768px) {
  .textWrap {
    position: relative;
  
  }
  
 
  
 
}

@media screen and (max-width: 991px) {
  
 .navigationWrap {

 position: relative;
   display: flex;
  flex-flow: row;
  justify-content: space-around;


} 
    .navigationWrap .fa {
        font-size: 43px;
    }
}

@media screen and (min-width: 992px) {
  .big {
 height: 80vh;
}
    .navigation {

  display: flex;
  flex-flow: row;
  justify-content: center;

}

}

 /* fixed title 
@media screen and (min-width: 1200px) {
  

h1 {
  position: fixed;
  height: 50px;
  margin: 0;
  width: 22%;
    background-color: #fff;
  padding-top: 30px; 
  
}
  
  div.hWrap {
  position: relative;
  height: 100px;
  background-color: #fff;

 
 
  
}

}

*/