:root {
  --my_background_1: #ffffff;
  --my_gray_1: #333333;
  --my_button_bg_1: #3f48cc;
  --my_light_bg_1: #f2f2ff;
  --my_modal_around: rgba(255, 255, 255, 0.9);
}

html,
body {
height: 100%;
width: 100%;
}

*{
scroll-behavior: smooth !important;
}

body {
background-color: var(--my_background_1);
color: var(--my_gray_1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 175%;
margin-left:0px;
margin-top:0px;
}

.headline1 {
background-color: var(--my_button_bg_1);
color:white;
font-size:1.6em;
font-family:sans-serif;
font-weight:600;
text-align:left;
/*padding: 12px;*/
width:555px;
max-width:96%;
margin:auto;
border-bottom: 7px #ff9900 solid;
}

.headline2 {
background-color: var(--my_button_bg_1);
color:white;
font-size:1.1em;
font-family:sans-serif;
font-weight:400;
text-align:left;
/*padding: 6px;*/
width:555px;
max-width:96%;
margin:auto;

}

.summary {
  background-color: var(--my_light_bg_1);
}

.signature {
position: fixed;
font-weight: 100;
bottom: 10px;
color: rgba(124, 219, 177, 0.95);
left: 0;
letter-spacing: 2px;
font-size: 13px;
width: 100vw;
text-align: center;
text-transform: uppercase;
text-decoration: none;
z-index:2;
}

.color-change {
font-family:UBI;
color: var(--my_button_bg_1);
}

h3, .h3 {
color: var(--my_gray_1);
font-size:1.6em;
font-family: sans-serif;
font-weight: 500;
text-align: left;
}

.glow {
  color: var(--my_gray_1);
  font-size:1.6em;
  font-family: sans-serif;
  font-weight: 500;
  text-align: left;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.h5 {
color: var(--my_gray_1);
font-size:1.3em;
font-family: sans-serif;
font-weight: 400;
}

p {
color: var(--my_gray_1);
font-family: sans-serif;
font-size:18px;
font-weight: 300;
}

a {
color:var(--my_gray_1);
}

a.topmenu {
  text-decoration:none;
  font-family:sans-serif;
  font-size:0.8em;
  color:var(--my_gray_1);
}
a.topmenu:hover {
  text-decoration: underline;
}

.footerlink {
color:white;
font-size:0.8em;
text-decoration:none;
}
.footerlink:hover {
color:white;
font-size:0.8em;
text-decoration: underline;
}

.intro {
min-height: 100%;
padding-top: 66px;
text-align: center;
}

/* Bootstrap Navbar to make "transparent" background */
.navbar-default {
background-color: #353946;
border: 0;
width: 100%;
}

.navbar {
position: fixed;
}

.brand-icon {
left: 60px;
height: 30px;
width: 30px;
position: fixed;
z-index: 2;
top: 20px;
/* color: #d4cfcf; */
font-family: UBI;
color: #888888;
font-size: 40px;
letter-spacing: 0.6px;
}

.menu-icon {
height: 30px;
width: 30px;
position: fixed;
z-index: 2;
right: 50px;
top: 25px;
cursor: pointer;
}
.menu-icon__line {
height: 2px;
width: 30px;
display: block;
background-color: #000;
margin-bottom: 4px;
-webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
transition: transform 0.2s ease, background-color 0.5s ease;
transition: transform 0.2s ease, background-color 0.5s ease,
-webkit-transform 0.2s ease;
}
.menu-icon__line-left {
width: 15px;
}
.menu-icon__line-right {
width: 15px;
float: right;
}

.nav {
position: fixed;
z-index: 1;

}
.nav:before,
.nav:after {
content: "";
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(234, 234, 234, 0.2);
z-index: -1;
-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s,
-webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
-webkit-transform: translateX(0%) translateY(-100%);
transform: translateX(0%) translateY(-100%);
}
.nav:after {
background: white;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.nav:before {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
  box-shadow: 2px 2px 1px #888888;
}
.nav__content {
position: fixed;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
width: 100%;
text-align: center;
font-size: calc(1.3vw + 10px);
font-weight: 200;
cursor: pointer;
}
.nav__list-item {
position: relative;
display: inline-block;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
opacity: 0;
-webkit-transform: translate(0%, 100%);
transform: translate(0%, 100%);
-webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
transition: opacity 0.2s ease, transform 0.3s ease;
transition: opacity 0.2s ease, transform 0.3s ease,
-webkit-transform 0.3s ease;
margin-right: 25px;
font-family: sans-serif;
font-size: 25px;
}
.nav__list-item:before {
content: "";
position: absolute;
background: #000000;
width: 20px;
height: 1px;
top: 100%;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: -1;
}
.nav__list-item:hover:before {
width: 100%;
}

body.nav-active .menu-icon__line {
background-color: #000;
-webkit-transform: translateX(0px) rotate(-45deg);
transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
-webkit-transform: translateX(1px) rotate(45deg);
transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
-webkit-transform: translateX(-2px) rotate(45deg);
transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
visibility: visible;
}
body.nav-active .nav:before,
body.nav-active .nav:after {
-webkit-transform: translateX(-2px) rotate(45deg);
transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav:after {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
body.nav-active .nav:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
body.nav-active .nav__list-item {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: opacity 0.3s ease, color 0.3s ease,
-webkit-transform 0.3s ease;
transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease,
-webkit-transform 0.3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
-webkit-transition-delay: 0.7s;
transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
-webkit-transition-delay: 0.9s;
transition-delay: 0.9s;
}


.standardbutton {
color:white;
background-color:#003268;
width:166px;
height:28px;
font-family:sans-serif;
font-size:20px;
border: 0px;
border-radius:1px;
}

.standardbutton:hover {
background-color:  white;
color: #003268;
border: 1px solid #003268;
border-radius:1px;
}

.bluebutton {
font-family: sans-serif;
font-size: 1.1em;
width:300px;
border: 1px solid white;
background-color: var(--my_button_bg_1);
color:white;
height:40px;
border-radius:20px;
border: 2px solid #ff9900;
z-index: 1000;
}

.bluebuttonr {
  font-family: sans-serif;
  font-size: 1.1em;
  width:300px;
  border: 1px solid white;
  background-color: var(--my_button_bg_1);
  color:white;
  height:40px;
  /* border-radius:20px; */
  z-index: 1000;
}

.whitebutton {
font-family: sans-serif;
font-size: 1.1em;
width:300px;
border: 1px solid var(--my_button_bg_1);
background-color:  white;
color: var(--my_button_bg_1);
height:40px;
border-radius:20px;
z-index: 1000;
}

.lightbutton {
font-family: sans-serif;
font-size: 1.1em;
width:300px;
border: 1px solid var(--my_button_bg_1);
background-color:  var(--my_light_bg_1);
color: var(--my_button_bg_1);
height:40px;
border-radius:20px;
z-index: 1000;
}

.loginbutton {
font-family: sans-serif;
font-size: 0.9em;
width:80px;
border: 1px solid var(--my_button_bg_1);
background-color:  var(--my_button_bg_1);
color: white;
height:24px;
border-radius:12px;
z-index: 1000;
}

.rectbutton {
font-family: sans-serif;
font-size: 0.9em;
width:80px;
border: 1px solid var(--my_button_bg_1);
background-color:  var(--my_button_bg_1);
color: white;
height:24px;
z-index: 1000;
}

.whitebutton:hover {
background-color:  var(--my_light_bg_1);
color: var(--my_button_bg_1);
box-shadow: 2px 2px 1px #888888;
}
.lightbutton:hover {
background-color:   var(--my_button_bg_1);
color: var(--my_light_bg_1);
box-shadow: 2px 2px 1px #888888;
}
.bluebutton:hover {
background-color:  var(--my_light_bg_1);
color: var(--my_button_bg_1);
box-shadow: 2px 2px 1px #888888;
}
.bluebuttonr:hover {
background-color:  var(--my_light_bg_1);
color: var(--my_button_bg_1);
box-shadow: 2px 2px 1px #888888;
}
.loginbutton:hover {
background-color:  var(--my_light_bg_1);
color: var(--my_button_bg_1);
box-shadow: 2px 2px 1px #888888;
}

.rectbutton:hover {
background-color:  var(--my_light_bg_1);
color: var(--my_button_bg_1);
box-shadow: 2px 2px 1px #888888;
}


.modalDialog {
 position: Fixed;
 font-family: Sans-Serif;
 font-weight: 200;
 color: var(--my_gray_1);
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: var(--my_modal_around);
 z-index: 99999;
 opacity: 0;
 transition: opacity 400ms ease-in;
 pointer-events: None;
 overflow: scroll;
}

.modalDialog:target {
 opacity: 1;
 pointer-events: Auto;
}

.modalDialog > div {
 width: 400px;
 max-width: 100%;
 max-width: 72%;
 position: relative;
 margin: 10% Auto;
 // padding: 5px 20px 13px 20px;
 padding:0px;
 background-color: #FFFFFF;
 cursor: Default;
 border: 1px solid #3f48cc;
 box-shadow: 4px 4px 2px #888888;
}

.close {
 background-color: #606061;
 color: #FFFFFF;
 line-height: 25px;
 position: Absolute;
 right: -12px;
 text-align: Center;
 top: -10px;
 width: 24px;
 text-decoration: None;
 font-weight: Bold;
 border-radius: 12px;
 box-shadow: 1px 1px 3px #000000;
}

.close:hover {
 background-color: #999999;
 color: #000000;
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
h3 {
    text-align: center;
    font-size: 15px;
}
p{
    font-size:12px;
}
}

@media only screen and (max-width: 600px) {
  #logoname {
    font-size: 20px;
  }
}

.thehpot {
  display:none;
}



.video-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.video-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);

   // -webkit-filter: sepia(100%) hue-rotate(190deg) saturate(120%);
   // filter: sepia(100%) hue-rotate(190deg) saturate(120%);

}



.Iam {
  padding: 0.3em 0.4em;
  font: normal 40px/50px sans-serif;
  color: #999;
}
.Iam p {
  height: 50px;
  float: left;
  margin-right: 0.3em;
}
.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 40px;
}
.Iam .innerIam {
  display: inline-block;
  /* color: #f2f2ff; */
  color: #ff9900;
  filter: brightness(133%);
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  text-align:left;
  text-shadow: 1px 1px 0px #3f48cc;

  /*animation*/
  -webkit-animation:move 15s;
     -moz-animation:move 15s;
      -ms-animation:move 15s;
       -o-animation:move 15s;
          animation:move 15s;
  /*animation-iteration-count*/
  -webkit-animation-iteration-count:infinite;
     -moz-animation-iteration-count:infinite;
      -ms-animation-iteration-count:infinite;
       -o-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  /*animation-delay*/
  -webkit-animation-delay:3s;
     -moz-animation-delay:3s;
      -ms-animation-delay:3s;
       -o-animation-delay:3s;
          animation-delay:3s;
  }
  @keyframes move{
  0%  { top: 0px; }
  20% { top: -50px; }
  40% { top: -100px; }
  60% { top: -150px; }
  80% { top: -200px; }
  }

  @-webkit-keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  @-moz-keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  @-o-keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }
  @keyframes move {
      0%  { top: 0px; }
      20% { top: -50px; }
      40% { top: -100px; }
      60% { top: -150px; }
      80% { top: -200px; }
  }



@media only screen and (max-width: 600px) {
  .Iam {
    padding: 0.3em 0.4em;
    font: normal 30px/40px sans-serif;
    color: #999;
  }
  .Iam p {
    height: 50px;
    float: left;
    margin-right: 0.3em;
  }
  .Iam b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
    top: 40px;
  }
  .Iam .innerIam {
    display: inline-block;
    color: #ff9900;
    filter: brightness(133%);
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    text-align:left;
    text-shadow: 1px 1px 0px #3f48cc;

    /*animation*/
    -webkit-animation:move 15s;
       -moz-animation:move 15s;
        -ms-animation:move 15s;
         -o-animation:move 15s;
            animation:move 15s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count:infinite;
       -moz-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
            animation-iteration-count:infinite;
    /*animation-delay*/
    -webkit-animation-delay:3s;
       -moz-animation-delay:3s;
        -ms-animation-delay:3s;
         -o-animation-delay:3s;
            animation-delay:3s;
    }
    @keyframes move{
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
    }

    @-webkit-keyframes move {
        0%  { top: 0px; }
        20% { top: -50px; }
        40% { top: -100px; }
        60% { top: -150px; }
        80% { top: -200px; }
    }
    @-moz-keyframes move {
        0%  { top: 0px; }
        20% { top: -50px; }
        40% { top: -100px; }
        60% { top: -150px; }
        80% { top: -200px; }
    }
    @-o-keyframes move {
        0%  { top: 0px; }
        20% { top: -50px; }
        40% { top: -100px; }
        60% { top: -150px; }
        80% { top: -200px; }
    }
    @keyframes move {
        0%  { top: 0px; }
        20% { top: -50px; }
        40% { top: -100px; }
        60% { top: -150px; }
        80% { top: -200px; }
    }
  }
