@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Quicksand:wght@300&display=swap');

body {
  background-color: white;
}



h3 {
font-size: 4em;
text-align: center;
font-weight: 10;
margin-left: 3em;
margin-right: 3em;
margin-top: 1em;
margin-bottom: 1em;
font-family: 'Quicksand', sans-serif;
}
* {
  box-sizing: border-box;
}

.column1 {
  float: left;
  width: 50%;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
  background-color: white;
}

/*HEREEEEEEEEEEEE!!! */


.square1 {
  height: 300px;
  width: 300px;
  margin-left: 50px;
  position:relative;
  display:flex;
  margin-left: 25%;
}

.square1::after {
  content:'';
  position: absolute;
  z-index:-2;
  top: -30px;
  left:-80px;
  width:100%;
  height:100%;
  background: linear-gradient(rgba(187, 88, 187, 0.932), rgba(223, 217, 217, 0.39));
}













/*SQUARE */



.square {
  height: 300px;
  width: 300px;
  margin-left: 50px;
  position:relative;
  display:flex;
  justify-content: center;
  align-items:center;
  background-color: rgba(255, 228, 196, 0);
}

.square::after {
  content:'';
  position: absolute;
  z-index:-1;
  bottom:-50px;
  left:-50px;
  width:100%;
  height:100%;
  background: linear-gradient(rgba(161, 161, 161, 0), rgba(178, 34, 34, 0));
  border: black;
  border-width: .75em;
  border-style: solid;
}

img {
  width:300px;
}


/*SQUARE end */



.slideshow1 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow1-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);
}
.slideshow1-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow1-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow1-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow1-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}


h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  color: beige;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 1em 2em -1em rgba(139, 139, 139, 0.5);
  padding: 1em 2em;
  line-height: 1.5;
}
h1 small {
  display: block;
  font-size: 0.5em;
}
h1 small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}
h1 small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.5em;
}


/**END HERE */





.parallax {
  /* The image used */
  background-image: url("images/picture.jpg");
  display:inline-block;
  /* Full height */
  height: 100%;
  padding-top: 13%;
  padding-left: 20%;
  width: 100%;
  font-size: 75px;
  color: white;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 3px;
  font-weight: 50;
  text-align: left;
  

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: auto;
  background-repeat: no-repeat;
  background-size: cover;
}


.triangle-right {
  width: 80vw;
  height: 30vh;
  background-color: #d2e7ff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.block1 {
display: block;
  height: 550px;
  background-color:rgba(255, 255, 255, 0);
  z-index: -2;
  font-size:20px;
  text-align: center;
  margin: auto;
  padding: 75px;
}

.parallax2 {
  /* The image used */
  background-image: url("images/picture2.jpg");
  display:inline-block;
  /* Full height */
  height: 100%;
  padding-top: 13%;
  width: 100%;
  font-size: 75px;
  color: white;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 3px;
  font-weight: 50;
  text-align: center;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.triangle-right1 {
  width: 100vw;
  height: 20vh;
  background-color: #2b2b2b;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}


.block2 {
  background-color:rgb(49, 49, 49);
  color: rgb(255, 255, 255);
  display: block;
  word-wrap: break-word;
  font-size:20px;
  text-align: center;
  margin: auto;
  padding: 75px;
}

.parallax3 {
  /* The image used */
  background-image: url("images/picture3.jpg");
  display:inline-block;
  /* Full height */
  height: 100%;
  padding-top: 13%;
  padding-left: 20%;
  padding-bottom: 20%;
  width: 100%;
  font-size: 75px;
  color: white;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 3px;
  font-weight: 50;
  text-align: left;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




  .parallax4 {
    /* The image used */
    background-image: url("images/model.jpg");
    display:inline-block;
    /* Full height */
    height: 650px;
    padding-top: 13%;
    padding-left: 50%;
    width: 100%;
    font-size: 75px;
    color: white;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 3px;
    font-weight: 50;
    text-align: center;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .block_4 {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffffa6;
    color: rgb(58, 58, 58);
    text-align: center;
    font-family: Garamond, serif;
     }
  
    .b1,
    .b2,
    .b3,
    .b4 {
      position: relative;
      margin-top: 2em;
      margin-bottom: 2em;
      display: inline-block;
      text-align: center;
      font-size: 20px;
      padding-bottom: 0%;
      width: calc(100%/4);
      padding-top: 0%;
      padding-left: 3%;
      padding-right: 3%;
      top: 0px;
      vertical-align: text-top;
    }


    .block3 {
      display: inline-block;
      align-items: center;
      width: 100%;
        height:200px;
        background-color:rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        text-align: center;
        font-family: 'Quicksand', sans-serif;
      }


  
  li a {
    color: white;
    text-align: center;
    padding: 0%;
    text-decoration: none;
    font-family: Garamond, serif;
  }
  
  li a:hover {
    background-color: rgb(226, 101, 101);
  }



ul.menu {
  list-style:none;
  margin:0;
  text-align:center;
  font-size: 25px;
  background-color: rgb(233, 187, 187);
}

ul.menu:hover{
  background-color: rgb(226, 101, 101);
}

li {
  display:inline-block;
}

li a {
  display:inline-block;
  padding:10px;
  padding-top: 0%;
  padding-bottom: 0%;
    color: white;
    text-align: center;
}

li a:hover {
    background-color: rgba(17, 17, 17, 0);
    text-decoration: none;
}


/* PICTURE */

        .column {
          display: inline-block;
          float: left;
          width: 33.33%;
          padding-top: 0%;
        
        }

        /* Clearfix (clear floats) */
        .row::after {
          clear: both;
          display: table;
   
        }


/* hover over picture */
                        .hover1_container {
                          position: relative;
                          width: 100%;
                          height: 100%;
                        }
                        .hover1_overlay {
                          position: absolute;
                          bottom: 0;
                          left: 0;
                          right: 0;
                          background-color: #ffffff6e;
                          overflow: hidden;
                          width: 100%;
                          height: 0;
                          transition: .5s ease;
                          text-decoration: none;
                          color: inherit;
                        }

                        .hover1_container:hover .hover1_overlay {
                          height: 100%;
                        }

                        .hovertext {
                          color: white;
                          position: absolute;
                          top: 50%;
                          left: 50%;
                          font-size: 25px;
                          transform: translate(-50%, -50%);
                          text-align: center;
                          text-decoration: none;
                          background-color: #ccccccce;
                          border: none;
                          padding: 15px 32px;
                          text-align: center;
                          text-decoration: none;
                          display: inline-block;
                          margin: 4px 2px;
                          cursor: pointer;
                          color: inherit;


                        }
                        a {
                          color: white;
                          text-decoration: none;
                      }
                      
                      a:hover 
                      {
                        color: white;
                           text-decoration:none; 
                           cursor:pointer;  
                      }
                        

                        
    /* End hover over PICTURE */    
/* End PICTURE */

.blocky
{
  background-color: white;
  display: block;
}
.text_5 {
    
  font-size:35px;
  max-width: 40%;
  text-align: center;  
  margin-left: auto;
  margin-right: auto;
  font-family:verdana;
  color: black;
  }

/* picture of features */

.featured {
  display: block;
  background-color: white;
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  text-align: center;
}


.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #6e88b9ec;
    color: white;
    text-align: center;
    font-family: Garamond, serif;
    display: block;
     }

     
      .f1 {
        vertical-align: text-top;
        padding: 0%;
        margin: 0%;
      }
     

      .f1,
      .f2,
      .f3,
      .f4,
      .f5,
      .f6 {
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 20px;
        padding-bottom: 0%;
        width: calc(100% / 7);
        padding-top: 0%;
        padding-left: 1%;
        padding-right: 1%;
        top: 0px;
        vertical-align: text-top;
      }
     
iframe[seamless] {
  border: none;
  width:100%;
  height:100%;
}

      