
body {
  position:relative;
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  overflow-x:hidden;
  background-color: #aaa;
  cursor: none;
  font-family: 'Open Sans';
  font: normal 100% Helvetica;
  border-style: solid;
  border-color:black;
  border-width: 0.4em;
}
html{
  overflow-x:hidden;
 
}

.main {
  height: 100%;
  position: relative;
}

h1 {
  font: normal 100% Helvetica;
  font-weight: 400;
  font-size: 2.3vw;
  text-transform: uppercase;
  line-height: 1.125;
  margin-bottom: 12px;
}

h2 {
  font: normal 100% Helvetica;
  font-size: 1.5vw;
}

h3 {
  color: #F5B7B1 ;
  font: normal 100% Helvetica;
  font-size: 2.3vw;
  line-height: 0.86;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
p {
  
  font-family: 'Open Sans';
  font: Helvetica;
  font-weight: lighter;
}


.BannerTop {
  background-color: black;
  height: 3.5em; 
}

.Accent1{
  background-color: #F5B7B1;
  height:.4em;
}
.Accent2{
  background-color:black;
  height:.4em;
}
.Accent3{
  background-color:white;
  height:.4em;
}

.logoimage{
  z-index:50;
}
.slider0 {
  position:relative;
  width:45vw;
  height:17vw;
  font-size: 1.2vw;
  top:0;
  right:-1000px;
  background-color:#000;
  text-align: justify;
  color:#fff;
  opacity:0.6;
  border-radius: 10px;
  transition:2s ease;
  z-index: 51;
}
.slider0 {
  
  background-color: black; 
  background-image: radial-gradient(black 15%, white);
}
.pageinfo:hover .slider0 {
  right:0;
  }
.Myphoto{
  position:relative;
  left:-1000px;
  transition:2s ease;
  z-index: 49; 
}
.pageinfo:hover .Myphoto {
  left:0;
  }
.slider1 {
  position:relative;
  width:45vw;
  height:16vw;
  font-size: 1.2vw;
  right:-1000px;
  background-color:#000;
  text-align: justify;
  color:#fff;
  opacity:0.6;
  border-radius: 10px;
  transition:2s ease;
  z-index: 51;
}
.slider1 {
  
  background-color: black; 
  background-image: radial-gradient(black 15%, white);
}

.pageinfo:hover .slider1 {
right:0;
}

.slider2 { 
  position:relative;
  width:45vw;
  height: 17vw;
  font-size: 1.2vw;
  top:0;
  right:-1000px;
  background-color:#000;
  text-align: justify;
  color: #fff;
  opacity:0.6;
  border-radius: 10px;
  transition:2s ease;
  z-index: 51;
}
.slider2 {
  
  background-color: black; 
  background-image: radial-gradient(black 15%, white);
}

.pageinfo:hover .slider2 {
right:0;
}

.slider3 {
  width:45vw;
  height:9vw;
  font-size: 1.2vw;
  position:relative;
  top:0;
  right:-1000px;
  background-color:#000;
  text-align: justify;
  color:#fff;
  opacity:0.6;
  border-radius: 10px;
  transition:2s ease;
  z-index: 51;
}
.slider3 {
  
  background-color: black;
  background-image: radial-gradient(black 15%, white);
}

.pageinfo:hover .slider3 {
right:0;
}

.slider4 {
  position:relative;
  width:45vw;
  height:17vw;
  font-size: 1.2vw;
  top:0;
  right:-1000px;
  background-color:#000;
  text-align: justify;
  color:#fff;
  opacity:0.6;
  border-radius: 10px;
  transition:2s ease;
  z-index: 51;
}
.slider4 {
  
  background-color: black; 
  background-image: radial-gradient(black 15%, white);
}

.pageinfo:hover .slider4 {
right:0;
}
.slidetext{
  margin-left:3em;
  margin-right:3em; 
}
.subtext{
  margin-left: 20px;
  margin-right: 20px;
}


* {box-sizing: border-box}

.Slides {display: none}
img {vertical-align: middle;}


.slideshow {
  position: relative;
  max-width: 1100px;
  margin: auto;
  z-index: 50;
}

.prev, .next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #F5B7B1;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  position: absolute;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.dot {
  position: relative;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  z-index: 50;
 
}

.active, .dot:hover {
  background-color: black;
 
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 10px}
}

input[type=text], select, textarea {
  padding: 5px; 
  box-sizing: border-box; 
  margin-top: 5px; 
  margin-bottom: 10px; 
  background-color: black;
  color:white;
  border-color: white;
  border-radius: 15px;
  resize: vertical
}
::placeholder {
    color:white;
    opacity: 1; 
  }
  
  :-ms-input-placeholder { 
   color:white;
  }
  
  ::-ms-input-placeholder { 
   color: white;
  }

input:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);
}


input:valid {
  border-color: hsl(120, 76%, 50%);
}

.SubContentM{
  position:fixed;
  margin-left:40vw;
  display: inline-block;
  width:17em;
  height: 25em;
  background-color: darkgrey;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  color: white;
  border-radius: 20px;
  animation: fadeIn ease-in 6s;
  animation-fill-mode: forwards; 
  opacity: 0;
  z-index:1000;
  }
  
 .SubTitleM{
   width:85%;
   color:white;
   text-align: justify;
   font-size: 0.8em;
   
 }
 .PrivacyNotice{
  width:85%;
  color:white;
  text-align: justify;
  font-size: 0.67em;
}

 .SubTitleM .subscribeM{
  position: relative;
  visibility: hidden;
  bottom: 0%;
  z-index: 1;
 }

 .SubTitleM .subscribeM::after {
  position: relative;
  margin-left: -5px;
  border-width: 5px;
}

.FNameM{
    position: relative;
    margin-left: 50%;
    right: -750px;
    width: 10em;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 3s;
    animation: slide 1.5s forwards;
    animation-delay: 3s;
}
@-webkit-keyframes slide {
    100% { right: 25%; }
}

@keyframes slide {
    100% { right: 25%; }
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.LNameM{
 position: relative;
 margin-left: 50%;
 right: -750px;
 width: 10em;
 -webkit-animation: slide 0.5s forwards;
 -webkit-animation-delay: 3s;
 animation: slide 2s forwards;
 animation-delay: 4s;
}
@-webkit-keyframes slide {
 100% { right: 25%; }
}

@keyframes slide {
 100% { right: 25%; }
}

.FMailM{
 
 position: relative;
 margin-left: 50%;
 right: -750px;
 width:10em;
 -webkit-animation: slide 0.5s forwards;
 -webkit-animation-delay: 3s;
 animation: slide 2.5s forwards;
 animation-delay: 5s;

}
@-webkit-keyframes slide {
 100% { right: 25%; }
}

@keyframes slide {
 100% { right: 25%; }
}
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}

.subscribebuttonM{
  position:relative;
  width: 7em;
  font-size:1em;
  color:white;
  text-align: center;
  padding-left:0.5em;
  padding-right:0.5em;
  margin-top:0%;
  border-style: solid;
  border-color:white;
  border-bottom-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-width: 0.15em;
  line-height:2em;
  background-color: Transparent;
  background-repeat:no-repeat;
  z-index:50;
}

.subscribebuttonM:before {
  position: absolute;
  top: -2px;
  left:-2px;
  content: '';
  background: linear-gradient(45deg, white, black, white, black, white, black, white, black, white);
  background-size: 400%;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}

.subscribebuttonM:active {
  border-color: white;
}

.subscribebuttonM:active:after {
  background: transparent;
}

.subscribebuttonM:hover:before {
  opacity: 1;
}

.subscribebuttonM:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
  left: 0;
  top: 0;
  z-index: -1;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
input,textarea{
  display:flex;
  width:50%;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
  
  }
#CircleCursor{
  position: absolute;
  pointer-events: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: var(--y, 0);
  left: var(--x, 0);
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: transform .2s;
  z-index: 49.75;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: white;
    margin-left: 9em;
    font-size: 1.5em;
    font-weight: bold;
}

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

.Logo{
  position:absolute;
  margin-top:-2vw;
  margin-left: 57%;
  width: 12%;
  height: auto;
}

.buttnav {
  position:relative;
  width: 10em;
  color: white;
  font-size:1em;
  text-align: center;
  padding-left:0.5em;
  padding-right:0.5em;
  margin-top:0%;
  border-style: solid;
  border-color:white;
  border-bottom-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-width: 0.15em;
  line-height:2em;
  background-color: Transparent;
  background-repeat:no-repeat;
  z-index:50;
}

.buttnav:before {
  position: absolute;
  content: '';
  background: linear-gradient(45deg, white, black, white, black, white, black, white, black, white);
  top: -2px;
  left:-2px;
  background-size: 400%;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}

.buttnav:active {
  border-color: white
}

.buttnav:active:after {
  background: transparent;
}

.buttnav:hover:before {
  opacity: 1;
}

.buttnav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: -1;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.contactext{
  font-size:1.5vw;
}  

.menu {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 50;
}
.menu:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 56px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  content: "";
}

.menupoints {
  position: relative;
  margin-top: 4em;
  list-style: none;
}

.menupoints li span {
  position: fixed;
  width:7.4vw;
  height: 3vw;
  margin-top: 15px;
  margin-left: 2vw;
  vertical-align: middle;
  opacity: 0;
  color:white;
  background: black;
  padding: 2px 7px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.menupoints li a:hover + span {
  opacity: 0.5;

}

.menupoints a.menutab {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 40%;
  background:  #F5B7B1;
  font-size: 0;
  border-radius: 100%;  
  vertical-align: middle;
}

.menupoints a:hover{
 
  line-height: 2.5vw;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
  z-index: 50;
}
.menupoints li {
  margin: 2vw 0;
}



#page1 {
  background-image: url(1.png);
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width:100%;
  
}

#page2 {
  background-image: url(2.png);
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  max-height: 100%;
    
}
.Myphoto {
  content:url(2.1);
}

#page3 {
  background-image: url(3.png);
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  max-height:100%;
}

#page4 {
  background-image: url(4.png);
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  max-height:100%;

}

#page5 {
  background-image: url(5.png);
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  max-height:100%;
 
}

#page6 {
    position: relative;
    width:100%;
    max-width: 100%;
    height:auto;
    background-image: url(6.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 49;
}

input[type=text], select, textarea {
  padding: 5px; 
  box-sizing: border-box; 
  margin-top: 5px; 
  margin-bottom: 10px; 
  color:white;
  background-color: black;
  border-color: white;
  border-radius: 15px;
  resize: vertical;
}
.pageinfo {
  padding: 3em 0;
  color: #fff;
  margin: 0 auto;
  width: 70%;
}

.Enquiry{
  position:relative;
  width:50%;
  margin-left: 1%;
  color:white;
  }
  .commentsfield{
  font-family: 'Open Sans';
  font: normal 100% Helvetica;
  font-size: 0.8em;
  }
  .FormContent {
    width: 70%;
    margin: 0 auto;
    padding: 2em 0;
    color: #fff;
  }
  .subjectopic{
    width: 29.5em;
    margin-bottom: -5px;
    width:100%;
    
  }
  ::placeholder {
    color:white;
    opacity: 1; 
  }
  
  :-ms-input-placeholder { 
   color:white;
  }
  
  ::-ms-input-placeholder { 
   color: white;
  }

input:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);
}

input:valid {
  border-color: hsl(120, 76%, 50%);
}

.title{
	background: #F5B7B1; 
	border-left: 9px solid #FF6600; 
	color: #2c3e50; 
}

.submitbutton{
  width: 7em;
  color: white;
  font-size:1em;
  text-align: center;
  padding-left:0.5em;
  padding-right:0.5em;
  margin-top:15px;
  border-style: solid;
  border-color:white;
  border-bottom-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-width: 0.15em;
  line-height:2em;
  background-color: Transparent;
  background-repeat:no-repeat;
  position:absolute;
  z-index:50;
}

.submitbutton:before {
  content: '';
  background: linear-gradient(45deg, white, black, white, black, white, black, white, black, white);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}

.submitbutton:active {
  border-color: white
}

.submitbutton:active:after {
  background: transparent;
}

.submitbutton:hover:before {
  opacity: 1;
}

.submitbutton:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: -1;
  
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}



@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

input,textarea{
  display:flex;
  width:100%;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
  }


  .contactext{
    font-size:1.2vw;
  }

.footer {
 
  text-align: center;
  text-decoration:none; 
  background-color: black;
  color: #ffffff;
  z-index:50;
  
}

.Subscription{
  
  width:50%;
  margin-top:1em;
  margin-left: 1%;
  color:white;
  z-index:50;
  
  }
 .SubTitle{
   color:#fff;
 }

.subscribebutton{
  width: 7em;
  color:white;
  font-size:1em;
  text-align: center;
  padding-left:0.5em;
  padding-right:0.5em;
  margin-top:0%;
  border-style: solid;
  border-color:white;
  border-bottom-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border-width: 0.15em;
  line-height:2em;
  background-color: Transparent;
  background-repeat:no-repeat;
  position:relative;
  z-index:50;

}

.subscribebutton:before {
  content: '';
  background: linear-gradient(45deg, white, black, white, black, white, black, white, black, white);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}

.subscribebuttonr:active {
  border-color: white
}

.subscribebutton:active:after {
  background: transparent;
}

.subscribebutton:hover:before {
  opacity: 1;
}

.subscribebutton:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: -1;
  
}
.textsub{
  font-size:1.3vw;
  width:70vw;
} 
.textsubsub{
  font-size:1.2vw;
  width:70vw;
} 
.acknowledgement{ 
  font-size:1.2vw; 
} 
.hashtag{
  margin: 10px 0 20px;
  width: 75%; 
  border-bottom: 1px solid white; 
  line-height: 0.1em;
  text-align: center; 
  font-size:1.5vw;
}
.hashtag span { 
  background:black; 
  padding:0 20px; 
}
.legals{  
  width:75%;
  text-align: justify;
  font-size:0.9em;
  color:white;
}
.linklogo1{
  width:2.5em;
  height:2.5em;
  z-index:50;

}
.linklogo1:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px white;
  -moz-box-shadow:    0px 0px 30px 0px white;
  box-shadow:         0px 0px 30px 0px white;
  z-index:50;
}
.linklogo2{
  width:2.5em;
  height:2.5em;
  margin-left: 5vw;

  z-index:50;

}
.linklogo2:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px white;
  -moz-box-shadow:    0px 0px 30px 0px white;
  box-shadow:         0px 0px 30px 0px white;
  z-index:50;
}

.policies{
  position:absolute;
  margin-top: -3vw;
  margin-left: 75vw;
  font-size:1vw;
  text-align:left;
}
.sslseal{
  position:absolute;
  margin-top: -3vw;
  margin-left:-35vw;
}
.acknowledgement{ 
  width:70vw;  
  font-size:1.2vw;
 }

.copyright{
  font-size: 1.2vw;
}  


@media screen and (max-width:1920px) {
  
  .SubContentM {
    width:15.5em;
    height:25em; 
    }
    .menupoints li span {
      position: fixed;
      width:7.4vw;
      height: 3vw;
      margin-top: 15px;
      margin-left: 2vw;
      vertical-align: middle;
      opacity: 0;
      color:white;
      background: black;
      padding: 2px 7px;
      border-radius: 5px;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 1.5s ease-in-out;
    }  
    
    .menupoints a.menutab {
      display: inline-block;
      justify-content: center;
      align-items: center;
      font-size: 0;
      color:white;
      text-align: center; 
      
     }
       
}
@media screen and (max-width:1600px) {
  
  ul.li.icon {
    float: left;
   
  }
  .SubContentM {
  width:15.5em;
  
  }
  .SubTitleM {
  font-size: 0.8em;
  }
  .menupoints li a:hover{
    opacity: 1;
    font-size: 0vw;
   
  }
  .menupoints li span {
    position: fixed;
    width:7.4vw;
    height: 3vw;
    margin-top: 10px;
    margin-left: 2vw;
    vertical-align: middle;
    opacity: 0;
    color:white;
    background: black;
    padding: 2px 7px;
    border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 1.5s ease-in-out;
  }

  .menupoints a.menutab {
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 0;
    color:white;
    text-align: center;  
   }
  
  }
  @media only screen and (max-device-width: 1366px) {
    .webpage {
      background-attachment: scroll;
    }
  }
 @media screen and (max-width:1200px) {
    
    .SubContentM {
      width:15.5em; 
      margin-left:37vw;
      }
  
    .menu:before {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      border-left: 2px solid rgba(255, 255, 255, 0.3);
      content: "";
      left: 2em;
    }
  
    .menupoints a.initial {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-top: 50%;
      background:  #F5B7B1;
      font-size: 0;
      border-radius: 100%;  
      vertical-align: middle;
    } 
    .menupoints a:hover{
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: black;
      border-radius: 50%;
      background-color: #FFFFFF;
      -webkit-transition: all 0.50s ease-in-out;
      transition: all 0.50s ease-in-out;
      -webkit-transform: scale(2.0);
      -ms-transform: scale(2.0);
      transform: scale(2.0);
      z-index: 50;
     
    }
    .menupoints li {
      margin-left: -1.4em;
    }
    .menupoints li span {
      display:none;
    } 
    .menupoints li span b {
      display:none;
    }
    .menupoints li a:hover{
      opacity: 1;
      font-size: 0.7vh;
    }
 
    .contactext{
      font-size:1.4vw;
    }
    .textsub{
      font-size:1.5vw;
    } 
    .textsubsub{
      font-size:1.4vw;
    } 
    .acknowledgement{ 
      font-size:1.4vw; 
    } 
    .hashtag{
      font-size:1.4vw;
    }
    .acknowledgement{   
      font-size:1.4vw;
     }
    .copyright{
      font-size: 1.4vw;
    }  
    
  }
  @media screen and (max-width:900px) {
    
    .SubContentM {
      width:15.5em;
      margin-left:30vw;
      } 
      .slider0 {
        width:55vw;
        height:23vw;
        font-size: 1.5vw;
        
      }
      .slider1 {
        width:55vw;
        height:20vw;
        font-size: 1.5vw;
        
      }
      .slider2 {
        width:55vw;
        height:20vw;
        font-size: 1.5vw;
        
      }
      
      .slider3 {
        width:55vw;
        height:10vw;
        font-size: 1.5vw;
        
      }
    
      .slider4 {
        width:55vw;
        height:20vw;
        font-size: 1.5vw;
        
      }
      
    .textsubsub{
        font-size:2.4vw;
      }   
      
    .contactext{
        font-size:1.8vw;
      }
    .textsub{
        font-size:1.9vw;
      } 
      .textsubsub{
        font-size:1.8vw;
      } 
    .acknowledgement{ 
        font-size:1.8vw; 
      } 
    .hashtag{
        font-size:1.8vw;
      }
    .acknowledgement{   
        font-size:1.8vw;
       }
    .copyright{
        font-size: 1.8vw;
      }  
      
  }
  
  @media screen and (max-width: 768px) {
    
    .SubContentM {
      width:15.5em;
      margin-left:30vw;
      
      }
    
    .menupoints li a:hover{
      opacity: 1;
      font-size: 0.7vh;
     
    }
    
    .contactext{
      font-size:2.0vw;
    } 
    .textsub{
      font-size:2.1vw;
    } 
    .textsubsub{
      font-size:2.0vw;
    }
    .hashtag{
      font-size:2.0vw;
    }
    .acknowledgement{ 
      font-size:2.0vw; 
    } 
    .copyright{
      font-size: 2.0vw;
    }  
  
  }
  
  @media screen and (max-width: 600px) {

    .SubContentM {
      width:15.5em;
      margin-left:20vw;
      }
    
    .select {
      width: 100%; 
      max-width: 100%;
   }
   .menupoints a.menutab {
    display: flex;
    justify-content: center;
    align-items: center;
     font-size: 1.2vw;
     font-weight: bold;
     text-decoration: none;
     color:white;
     text-align: center; 
   }
    .menupoints li a:hover{
      opacity: 1;
      font-size: 0.8vw;
      color:black;
     
    }
    .slider0 {
      width:70vw;
      height:34vw;
      font-size: 2.1vw;
      
    }
    .slider1 {
      width:70vw;
      height:30vw;
      font-size: 2.1vw;
      
    }
    .slider2 {
      width:70vw;
      height:32vw;
      font-size: 2.1vw;
      
    }
    
    .slider3 {
      width:70vw;
      height:15vw;
      font-size: 2.1vw;
      
    }
  
    .slider4 {
      width:70vw;
      height:34vw;
      font-size: 2.1vw;
      
    }
    .contactext{
      font-size:2.4vw;
    } 
    .textsub{
      font-size:2.5vw;
    } 
    .textsubsub{
      font-size:3vw;
    }
    .hashtag{
      font-size:2vw;
    }
    .acknowledgement{   
      font-size:2.4vw;
     }
    .copyright{
      font-size: 2.4vw;
    }  
    
  }
  
  @media (min-width: 500px) and (min-height: 375px) {
    
    
  }
  .webpage {
      background-size: cover;
      top:0px;
      left:0px;
      z-index:50;
  }
  




