/* Container holding the image and the text */
* {
    font-family: "Trebuchet MS (sans-serif)",sans-serif ;
  }
  .previousSG {
    background-color: transparent;
    color: #914674;
    font-size: 1em;

  }

  a.previousSG {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }

  a.previousSG:hover {
    background-color: #914674;
      color: white;
  }
h3 {
  font-size: 3em;

}
h4{
  font-size: 2em;
}
  .container{
    max-width: 900px;
  }

.StartDiv{
background-color: white;
opacity: 0.8;
border-radius:30px;
position: relative;
width:100%;
text-align: center;


}
.myDiv1 {

  background-color: transparent;
  text-align: center;
  font-size: 32px;
  color: white;


}

.myDiv2 {
  background-color: transparent;
  height: 20px;
  color: white;
}


.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;

}

.marquee span {
  display: inline-block;
  font-size: 2em;
  position: relative;
  left: 100%;
  animation: marquee 15s linear infinite;
  color: white;
}

.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}

.marquee span:nth-child(2) {
  animation-delay: 6s;
}

.marquee span:nth-child(3) {
  animation-delay: 12s;
}

.marquee span:nth-child(4) {
  animation-delay: 18s;
}

.marquee span:nth-child(5) {
  animation-delay: 24s;
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

/*Dropdown menu*/
.topnav {
  overflow: hidden;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav a {
  float: left;
  font-size: 100%;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topnav a:hover,
.dropdown:hover .dropbtn,
.dropbtn:focus {
  background-color: #ff9727;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #ff9727;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ff9727;
}

.show {
  display: block;
}


@media only screen and (min-width: 320px)
and (max-width: 480px) {
  .topnav a {
    font-size: 300%;
  }

  .dropdown .dropbtn {
    font-size: 300%;
  }

  .topnav a.icon {
    float: right;
    display: block;
    width: 100%;
    height: 10%;
  }

.myDiv2{
  font-size: 200%;
}
}

.topnav.responsive {
  position: relative;
}

.topnav.responsive a.icon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}

.topnav.responsive .dropdown {
  float: none;
}

.topnav.responsive .dropdown-content {
  position: relative;
}

.topnav.responsive .dropdown .dropbtn {
  display: block;
  width: 100%;
  text-align: left;
}

.container{
  max-width: 900px;
}

.previousSG {

  font-size: 4em;

}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */

.selector {
    overflow-y: scroll;
      position: fixed;
          top: 0; right: 0; bottom: 0; left: 0;
}
.container{
  max-width: 900px;
}
}
@media only screen and (min-width: 480px)
and (max-width: 2000px) {
.container{
  max-width: 900px;
}

.previousSG {

  font-size: 3em;

}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */

.selector {
    overflow-y: scroll;
      position: fixed;
          top: 0; right: 0; bottom: 0; left: 0;
}
.container{
  max-width: 900px;
}
.previousSG {

  font-size: 3.5em;

}

}}

</style>
