@import 'nav-icon.css';

html { height: 100%; }

body {
  min-height: 100%;
  /*background-image: url('../img/background2.jpg');*/
  background-size: cover;
  background-position: center;
}

/*::-webkit-scrollbar {*/
  /*width: 6px;*/
/*}*/

/*!* Track *!*/
/*::-webkit-scrollbar-track {*/
  /*!*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);*!*/
  /*-webkit-border-radius: 10px;*/
  /*background-color:#fff;*/
  /*border-radius: 10px;*/
/*}*/

/*!* Handle *!*/
/*::-webkit-scrollbar-thumb {*/
  /*-webkit-border-radius: 10px;*/
  /*border-radius: 10px;*/
  /*background:#175eac;*/
  /*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);*/
/*}*/

.flex-center-wrapper {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}

.flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-toggle {
  display: block;
  margin: 10px 15px 10px 15px;
  color: white;
  font-size: 18px;
  border: none;
  letter-spacing: 1px;
  width: 50px;
  height: 20px;
  border-radius: 100px;
  text-align: center;
  background-color: rgb(43, 57, 69);
  transition: background-color 0.5s;
}

.buttons-container span {
  color: white;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.sliding-menu {
  background-color: #FFFFFF;
  visibility: hidden;
  position: fixed;
  overflow: hidden;
}

.sliding-menu .open-menu h1{
  letter-spacing: 15px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 21px;
}
.sliding-menu .open-menu h3{
  letter-spacing: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
}

.sliding-menu a, .sliding-menu p {
  font-weight: bold;
  font-size: 12px;
  color: #175eac;
  text-decoration: none;
  margin: 5px 0;
  width: auto;
  display: inline-block;
}

.sliding-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.submenu-header>a{
}

.submenu-header>ul{
  margin: 20px auto 20px auto;
}

.exit {
  position: absolute;
  font-size: 40px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.left-exit, .top-exit, .bottom-exit {
  top: 20px;
  right: 40px;
}

.right-exit {
  z-index: 9000000000;
  right: 20px;
  top:10px;
}

.buttons-container {
  max-width: 700px;
  margin: 0 auto 0 auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.note {
  position: absolute;
  width: 250px;
}

.right-note {
  bottom: 10%;
  right: 5%;
}

.note p {
  font-family: Gochi Hand;
  font-size: 18px;
  color: white;
  margin: 20px;
  width: 200px;
  position: static;
  display: inline-block;
}

.arrow {
  fill: white;
  height: 25px;
  width: 25px;
  margin: 0 auto 0 auto;
  display: inline-block;
}

/*.left-arrow {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}*/


.top-arrow {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.right-arrow {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.bottom-arrow {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.left-menu, .right-menu {
  width: 500px;
  z-index: 10002;
}

.top-menu { height: 100%; }

.bottom-menu { height: 100px; }

.rotate {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.display-off { display: none; }

.newsletter-signup span {
  margin: 10px 20px;
  font-weight: 300;
  color: white;
  letter-spacing: 0.5px;
}

.newsletter-signup input {
  padding: 10px 20px;
  border: 0;
}

.cta {
  background-color: rgb(18, 209, 234);
  color: white;
  padding: 10px 20px;
  border: 0;
  margin: 0 10px;
}

.social {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.social:hover { background-color: rgb(67, 118, 129) }

 @media only screen and (max-width: 600px) {

.bottom-menu {
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 200px
}

.newsletter-signup input {
  display: block;
  width: 150px;
  margin: 15px auto;
  padding: 10px 0;
}

.newsletter-signup button {
  width: 150px;
  margin: auto;
}
}
header #mainmenu ul.header-menu>li.menul3{
  width: 13.3%;
}