body {
  margin: 0;
  background-image: linear-gradient(120deg, #0065BB, #329EF9);
}

.autonav {
  max-width: 75%;
  margin: auto;
  margin-top: 45px;
}

.autonav.scrolled {
  background-color: rgba(0, 0, 0, 0.3) !important;
  transition: background-color 200ms linear;
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

main {
 margin: auto;
 padding-top: 180px;
}

main h1 {
  font-family: 'Staatliches', Arial;
  color: white;
  font-size: 54px;
  text-align: center;
}

main h2 {
  font-family: 'Roboto Condensed', Arial;
  color: #B5DDFF;
  font-size: 18px;
  text-align: center;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.showcase-pc {
  max-width: 65%;
  margin: auto;
}

.showcase-pc h3 {
   font-family: 'Roboto Condensed', Arial;
   color: #B5DDFF;
   font-size: 25px;
   text-align: left;
   padding-top: 45px;
 }

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 3px 3px 0 0;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup > * {
  display: block;
}

.body-1 {
  margin-top: -175px;
  background-color: #fff;
  padding-bottom: 45px;
  text-align: center;
}

.body-1 h3 {
  padding-top: 250px;
  color: #181818;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-family: 'Roboto Condensed', Arial;
  font-size: 38px;
  margin-bottom: -2px;
}

.body-1 h4 {
  color: #006180;
  text-align: center;
  font-family: 'Titillium Web', Arial;
  font-size: 22px;
  margin-top: -8px;
  padding-bottom: 35px;
}

.body-11.active {
  margin-top: 175px;
  background-color: #FBFBFB;
  padding-bottom: 45px;
  text-align: center;
}

.body-11 {
  margin-top: 175px;
  background-color: #fff;
  padding-bottom: 45px;
  text-align: center;
}

.body-11 h3 {
  padding-top: 125px;
  color: #181818;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-family: 'Roboto Condensed', Arial;
  font-size: 38px;
  margin-bottom: -2px;
}

.body-11 h4 {
  color: #006180;
  text-align: center;
  font-family: 'Titillium Web', Arial;
  font-size: 22px;
  margin-top: -8px;
  padding-bottom: 35px;
}

.body-11 h5 {
  color: #181818;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-family: 'Roboto Condensed', Arial;
  font-size: 26px;
}

p.vps {
  text-align: right;
  font-size: 8px;
}

p.info {
  text-align: left;
  font-size: 18px;
}

p.info5 {
  text-align: left;
  font-size: 16px;
}

h2.terms {
  font-size: 32px;
  text-align: left;
  color: #000;
}

h3.terms {
  font-size: 26px;
  text-align: left;
  color: #000;
}

p.disclaimer {
  font-size: 12px;
  text-align: left;
  color: black;
}

ul.vps {
list-style-image: url('../images/logo/list.png');
}

ul.notvps {
list-style-image: url('../images/logo/x.png');
}

a.none {
  text-decoration: none;
}
a:hover.none {
  text-decoration: none;
}

.prod-intro4 {
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #fff;
}

.prod-intro4.active{
  background-color: #FBFBFB;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
  margin-left: 50px;
  margin-right: 50px;
}

.prod-intro4:hover {
  background-color: #FBFBFB;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
}

.prod-intro4 h5 {
  font-family: 'Roboto Condensed', Arial;
  text-transform: uppercase;
  color: #181818;
  font-size: 18px;
}

.prod-intro {
  border: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
  margin-left: 5px;
  margin-right: 5px;
}

.avps-feat {
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.avps-feat h2 {
  font-family: 'Roboto Condensed', Arial;
  text-transform: uppercase;
  color: #0066CD;
  font-size: 23px;
}

.avps-feat h4 {
  font-family: 'Roboto Condensed', Arial;
  color: #0066CD;
  font-size: 18px;
}

.prod-intro h2 {
  font-family: 'Roboto Condensed', Arial;
  text-transform: uppercase;
  color: #0066CD;
  font-size: 18px;
}

.prod-intro2 {
  padding-top: 50px;
  padding-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  transition-duration: 0.4s;
  margin-top: 10px;
}

.prod-intro2.active {
  padding-top: 50px;
  padding-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  transition-duration: 0.4s;
  margin-top: 10px;
  background-color: #fff;
}

.prod-intro:hover {
  border: 1px solid #161616;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-duration: 0.4s;
}

.prod-intro h5 {
  font-family: 'Roboto Condensed', Arial;
  text-transform: uppercase;
  color: #181818;
  font-size: 18px;
}

.prod-intro2 h5 {
  font-family: 'Roboto Condensed', Arial;
  text-transform: uppercase;
  color: #181818;
  font-size: 18px;
}

.prod-intro2 p {
  font-family: 'Roboto Condensed', Arial;
  color: #181818;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
}

.body-2 {
  background-color: #F6FBFF;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 45px;
  text-align: center;
}

.body-2 h3 {
  font-size: 38px;
  font-family: 'Oswald', Arial;
  text-align: center;
  color: #161616;
  margin: 0;
}

.body-2 h4 {
  font-size: 18px;
  font-family: 'Titillium Web', Arial;
  text-align: center;
  margin: 0;
  color: #00427C;
}

.body-2 h6 {
  font-size: 38px;
  font-family: 'Oswald', Arial;
  text-align: right;
  color: #161616;
  margin: 0;
}

.body-3 {
  background-color: #fff;
  background-image: linear-gradient(to top,  #F6FBFF, #fff) !important;
  color: #fff;
  padding-bottom: 80px;
  text-align: center;
}

.body-3 h3 {
  font-size: 38px;
  font-family: 'Oswald', Arial;
  text-align: left;
  color: #161616;
  text-decoration: underline;
  text-decoration-color: #2471A3;
  margin: 0;
}

.body-3 h5 {
  font-size: 48px;
  font-family: 'Roboto Condensed', Arial;
  text-align: right;
  color: #161616;
  text-decoration: underline;
  text-decoration-color: #E74C3C;
  margin: 0;
  padding-right: 2px;
}

.body-3 p.qa {
  margin: 0;
  text-align: right;
  font-size: 22px;
  padding-right: 5px;
}

.qques {
  border-right: thick solid #E74C3C;
  border-top: thick solid #E74C3C;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 1px 1px 1px 15px;
}

.body-3 h6 {
  font-size: 48px;
  font-family: 'Roboto Condensed', Arial;
  text-align: left;
  color: #161616;
  text-decoration: underline;
  text-decoration-color: #34495E;
  margin: 0;
  padding-left: 2px;
}

.body-3 p.qa2 {
  margin: 0;
  text-align: left;
  font-size: 22px;
  padding-left: 5px;
}

.aques2 {
  border-left: thick solid #34495E;
  border-bottom: thick solid #34495E;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px 25px 1px 1px;
}

footer {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 45px;
}

footer h4 {
  font-family: 'Roboto Condensed', Arial;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  padding-bottom: 5px;
  text-transform: uppercase;
  padding-top: 15px;
}

footer h5 {
  font-family: 'Open Sans', Arial;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 5px;
}

footer h5 a {
  font-family: 'Open Sans', Arial;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #38A1F9;
  text-decoration: underline;
  transition-duration: 0.4s;
}

footer h5 a:hover {
  font-family: 'Open Sans', Arial;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #5AB1FA;
  text-decoration: underline;
  transition-duration: 0.4s;
}

.right-align {
  text-align: right;
}

.fborder {
  width: 100%;
  text-align: center;
  background: linear-gradient(to right, #38A1F9 25%,#83C4FB 25%, #38A1F9 50%, #E74C3C 50%, #E74C3C 75%, #34495E 75%);
  height: 6px;
  content: '';
}

@media only screen and (max-width: 1024px) {
  .autonav {
    max-width: 100%;
    margin: auto;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .autonav.scrolled {
    max-width: 100%;
    margin: auto;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 16px;
    padding-right: 16px;
  }

  .showcase-pc {
    max-width: 85%;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  .showcase-pc {
    max-width: 98%;
    margin: auto;
  }

  .right-align {
    text-align: left;
  }

}
