* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.banner-container {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}
.banner {
    width: 100%;
    height: 100vh;
    background-image: url(https://images.shulcloud.com/14498/uploads/images/backgrounds/backgroundblueorangegreen.png);
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
    position: relative; /* Add this line */
 
}

h1, p, a {
  font-family: "Roboto", sans-serif;
}
.generalbanner {
  width: 100%;
  z-index: -1;
}
.banner2 {
    background-color: #7DB0EF;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner4 {
    background-color: #89D4B0;
    padding-bottom: 30px;
    padding-top:30px;
}
.banner3 {

    background-color: #FFA588;
    padding-bottom: 100px;
}
.banner5 {
    background-color: #F4D97A;
    padding-bottom: 30px;
    padding-top:30px;
}

.navbar {
    width: 100%;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: right;
    position: fixed;
    top: 10PX;
    right: 10px;
    z-index: 1;
    font-family: "Roboto", sans-serif;
}

.logo a{
  padding: 8px 0;
  display: flex;
  justify-content: left;
  position: fixed;
  top: 10PX;
  left: 13px;
  z-index: 1;
}

.navbar a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1.5px 1.5px 4px #b3648f;
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: Medium;
}

.SMN_effect-49 a {
	transition: 0.35s;
}

.SMN_effect-49 a:hover {
	text-shadow: 0 0 15px #FFFFFF;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.bolder {
  text-shadow: 1px 1px 4px #9c1b62;
  font-weight: 800 !important;
  font-size: 22px;
}

.content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.content2 {
    width: 100%;
    position: absolute;
    margin-top: 10vh;
    text-align: center;
    color: #fff;
}
.content3 p {
  color: #fff;
  font-size: 14px;
}
.content3 a {
  color: #fff;
 
  font-size: 14px;

}
.content3 {
  width: 100%;;
  text-align: center;
  color: #fff;
  padding-bottom:300px;
  padding-top:300px;
}


.contenticon {
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.content h1 {
    font-size: 22px;
    margin-top: 0px;
}

.content p {
    margin: 10px auto;
    font-size: 16px;
    font-weight: 100;
    line-height: 10px;
    
}

button {
    width: 400px;
    padding: 15px 30px 25px 30px;
    text-align: center;
    margin: 20px 10px;
    border-radius: 45px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    color: black;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

button:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.7) 30%, #000 50%, rgba(0,0,0,.7) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}


.demo a {
  position: absolute;
  margin-top: -50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

  .section04 a span {
    margin: 0px 0px -60px 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb04 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  @keyframes sdb04 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(-45deg) translate(0, 0);
    }
  }

  





  /* Smooth scrolling behavior for anchor links */
html {
    scroll-behavior: smooth;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 40%;
}

.flex-container {
  display: flex;
  max-width: 1200px;
  width: 94%;
  margin:auto;
}

.flex-container > div {
  margin: 10px;
  font-size: 30px;
}


body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.row > .column {
  padding: 3px 3px;
  display: flex;
  flex-wrap: wrap;
  margin:auto;
}

.row > .columnUX {
  padding: 3px 3px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

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

.column {
  float: left;
  width: 24%;
}

.columnUX {
  float: left;
  width: 32%;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  opacity: 0.9;
}

.columnUX img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  opacity: 0.9;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 600px) {
  .column {
    float: left;
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .columnUX {
    float: left;
    width: 48%;
  }
}

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

.Artmodal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);;
}

.UXmodal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);;
}

/* Modal Content */
.Graphicmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  margin-bottom:10%;
  width: 80%;
  max-width: 1000px;
}

.UXmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  margin-bottom:10%;
  width: 80%;
  max-width: 1000px;
}

/* Modal Content */
.Artmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  margin-bottom:10%;
  width: 80%;
  max-width: 1000px;
}

/* 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;
}

.myGraphicSlides {
  display: none;
}

.myArtSlides {
  display: none;
}
.myUXSlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 90%;
  width: auto;
  padding: 16px;
  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: 16px;
  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 {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.scroll-container {
  height: 100vh;
  min-height: 450px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.scroll-container:nth-of-type(1) {
  background-color: #bdd0c4;
}
.scroll-container:nth-of-type(2) {
  background-color: #f5d2d3;
}
.scroll-container:nth-of-type(3) {
  background-color: #9ab7d3;
}
.scroll-container:nth-of-type(4) {
  background-color: #dfccf1;
}

.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}



.scroll-element {

  height: 100%;
}



@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}



@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
}

a {
  color: rgb(255, 255, 255);
}

/* header */

.header {
  background-color: rgba(255, 255, 255, 0.096);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 1;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: Medium;
}


.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f41f;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: Medium;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f449;
}

.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: rgb(255, 255, 255);
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: rgb(255, 255, 255);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

