body {
  
  margin: 0;
}

* {
  box-sizing: border-box;
}

/*.main-nav {*/
/*  height: 55px !important;*/
/*  width: 100%;*/
/*  font-size: 16px !important;*/
/*  font-family:'"cabin', regular;*/
/*  color: black;*/
/*  text-align: justify;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  border-bottom: 1px solid #e6e6e6;*/
/*  padding: 5px 16px;*/
/*  background-color: #FFF;*/
/*  transition: all 300ms ease-in-out;*/
/*}*/

/*.main-nav img {*/
/*  height: 100% !important;*/
/*  width: auto;*/
/*}*/

/*.small {*/
/*  height: 40px;  */

/*}*/
/*.small #right{*/
/*  font-size: 80%;*/
/*  color: grey;*/
/*}*/

/*.small #right1{*/
/*  font-size: 80%;*/
/*  color: grey;*/
/*}*/

/*.small .dropdown .dropbtn{*/
/*  font-size: 80%;*/
/*  color: grey;*/
  
/*}*/

/*.main-nav #right:hover{*/
/*     background-color: rgba(0, 0, 0, 0);*/
/*    color: grey;*/
    
/*  }*/

/*.main-nav #right1:hover{*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*    color: grey;*/
/*  }*/
/*  .main-nav #right2:hover{*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*    color: grey;*/
/*  }*/


/*.dropdown {*/
/*    float: right;*/
/*    overflow: hidden;*/
    
/*}*/

/*.dropdown .dropbtn {*/
/*    font-size: 16px;    */
/*    border: none;*/
/*    outline: none;*/
/*    color: black;*/
/*    padding: 5px 16px;*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*    font-family: 'PT+sans', regular;*/
/*    margin: 0;*/
    
    
/*}*/

/*.main-nav a:hover, .dropdown:hover .dropbtn {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*    color: grey;*/
/*}*/

/*.dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background-color: rgba(224,224,224,0.67);*/
/*    min-width: 160px;*/
/*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
/*    z-index: 1;*/
/*}*/

/*.dropdown-content a {*/
/*    float: none;*/
/*    color: black;*/
/*    padding: 8px 16px;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    text-align: left;*/
/*}*/


/*.dropdown-content a:hover {*/
/*    background-color: #bfbfbf;*/
/*}*/

/*.dropdown:hover .dropdown-content {*/
/*    display: block;*/
/*}*/
/*#right {*/
    
/*    position: absolute;*/
/*    right: 280px;*/
/*    font-size: 100%;*/
/*    font-family: 'cabon', regular;*/
/*    text-align: center;*/
/*    color: black;*/
/*    text-decoration: none;*/
/*   padding-top: 5px;*/
/*}*/

/*#right1{*/
/*    position: absolute;*/
/*    right: 180px;*/
/*     font-size: 16px;*/
/*    font-family: 'cabon', regular;*/
/*    text-align: center;*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    padding-top: 5px;*/
   


/*}*/
/*#right2{*/
/*   position: absolute;*/
/*    right: 380px;*/
/*    font-size: 100%;*/
/*    font-family: 'cabon', regular;*/
/*    text-align: center;*/
/*    color: black;*/
/*    text-decoration: none;*/
/*   padding-top: 5px;*/
/*    }*/

.text-block-q {
    position: absolute;
    top: 11.5%;
    right: 35%;
    left: 10%;
    bottom: 70%;
    background-color: rgba(0,0,0,0.55);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top: 1%;*/
}

/*.gallery-heading {*/
/*  background-image: url("recent-bg5.jpg");*/
/*  width: 100%; */
/*  height: 320px;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  image-rendering: crisp-edges; */
/*}*/

.gallery-heading{
    width: 100%;
    height: 120px;
    background-color: #c2c2a3;
    margin-top: 5%;
}
.gallery-heading h1 {
  font-family: 'Courgette', cursive;
  font-size: 50px;
  font-weight: 600;
  color: green;
  text-align: center;
  padding-top: 2%;
}

#section {

  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 3%;
  margin-top: 5%;
}

h2 {

  font-family: 'Playfair Display SC', serif;
  font-size: 45px;
  font-weight: 500;
  color: #204060;
  text-align:center
}
.row > .column {
  padding: 0 8px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  padding-top: 2% !important;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  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 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
    background-color: rgba(0, 0, 0, 0);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
    background-color: rgba(0, 0, 0, 0);
}

 .column h3 {
    font-family: 'Gentium Basic', serif;
  font-size: 24px;
  font-weight: 800;
  color: #3051a0;
  text-align: left;
  padding-top: 2%;
  
}

@media screen and (min-width:414px) and (max-width:736px){
    .text-block-q{
     position: absolute;
    top: 12.5%;
    right: 15%;
    left: 15%;
    bottom: 78%;   
    }
    .gallery-heading{
       height: 130px;
       width: 100%;
       margin-top: 16%;
    }
    .gallery-heading h1{
      font-size: 36px; 
      padding-top: 3%; 
    }
    .column{
        width: 100%;
    }
    .column h3{
        font-size: 18px;
        padding-bottom: 2%;
    }
    
}
@media screen and (min-width:576px) and (max-width:767px){
    .text-block-q{
    position: absolute;
    top: 11.5%;
    right: 15%;
    left: 15%;
    bottom: 79%;  
    }
    .gallery-heading{
       height: 80px; 
       width: 100%;
       margin-top: 17%;
    }
    .gallery-heading h1{
       font-size: 36px;
       padding-top: 3%;
    }
    .column{
        width: 100%;
    }
    .column h3{
        font-size: 18px;
        padding-bottom: 2%;
    }
}
@media screen and (min-width:1024px) and (max-width: 1224px){
    .text-block-q{
    position: absolute;
    top: 11.5%;
    right: 15%;
    left: 15%;
    bottom: 81%;
    }
    .gallery-heading{
        height: 100px;
        width: 100%;
        margin-top: 6%;
    }
    .gallery-heading h1{
        font-size: 36px;
        padding-top: 3%;
    }
    .column h3{
        font-size: 17px;
        padding-top: 6%;
    }
    
}
@media screen and (min-width:768px) and (max-width:1023px){
    .text-block-q{
    position: absolute;
    top: 11.5%;
    right: 15%;
    left: 15%;
    bottom: 79%;
    }
    .gallery-heading{
        height: 100px;
        width: 100%;
        margin-top: 8%;
    }
    .gallery-heading h1{
        font-size: 36px;
        padding-top: 3%;
    }
    .column h3{
        font-size: 17px;
        padding-top: 6%;
    }
}
@media screen and (min-width:320px) and (max-width:575px){
    .text-block-q{
    position: absolute;
    top: 11.5%;
    right: 15%;
    left: 15%;
    bottom: 68%;
    }
    .gallery-heading{
        height: 80px;
        width: 100%;
        margin-top: 17%;
    }
    .gallery-heading h1{
    font-size: 36px;
    padding-top:3%;
    }
    .column{
        width: 100%
    }
    .column h3{
        font-size: 18px;
        padding-bottom: 2%;
    }
}
