/*
TODO:
- font
- take pictures
- decide on front picture
- put team members in boxes to show details
- parallax scrolling for title image

1. General
2. Headlines
3. header
4. main
5. footer
6. other
7. not needed

*/

/*
1. General
*/

html {
  box-sizing: border-box;
  color: rgb(71, 75, 81);
  /* color: #5757d2; */
  font-family: GMGlobalSansBold, OpenSans, sans-serif;
}

section {
  /* height: 400px; */
  /* overflow: auto; */
  padding-top: 2rem;
}

.section-accent {
  background-color: #d3d3d32e;
}

a {
    text-decoration: none;
    color: #0000008a;
    font-family: sans-serif;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

.wrapper {
  width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  /* background-color: green; */
  /* margin-top: 2rem; */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
  overflow: auto;
}

.fullsize {
  width: 100%;
}

.fullscreen {
  width: 98.9531vw;
  height: 100vh;
  /* background: green; */
  background-image: url('../img/home2-mirrored.jpg');
  background-size: cover;
  background-position: top right;
}

#idea-img {
  width: 60%;
}

p {
  line-height: 1.8;
  font-size: 1.2rem;
  color: rgb(71, 75, 81);
}

.button {
    /* color: #5757d2; */
    color: #0000008a;
    font-weight: bold;
    border: 2px #0000008a solid;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1rem 4rem;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .75rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: initial;
    height: initial;
}

.button:hover {
  background: #d3d3d336;
}

.line-bottom {
  border-bottom: #d3d3d35e 1px solid;
}

/* 2. headlines  */

h2 {
  font-family: GMGlobalSansBold, OpenSans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-kerning: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
        text-transform: uppercase;
        line-height: 1;
            display: block;
            font-size: 12px;
        margin-bottom: 14px;
        margin: 0;
padding: 0;
color: rgb(71, 75, 81);
}

h1 {
  font: 600 2.313em/40px GMGlobalSansBold, OpenSans, sans-serif;
margin-bottom: 1.25rem;
font-kerning: normal;
color: inherit;
text-rendering: optimizeLegibility;
/* margin-top: 0; */
margin-bottom: 1.25rem;
padding: 0;
}

h4 {
  margin: 0;
}

h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}

h6 {
  margin: 0;
  margin-top: 5px;
}

/* 3. header */

header {
  width: 100%;
  height: 100vh;
      background: #0d69fe59;
}

.mobile-menu {
  display: none;
}

.nav-bar {
    /* display: none; */
    width: 86%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5%;
}

.nav-bar ul {
    clear: both;
    list-style-type: none;
    margin: 0 auto;
    /* width: 161px; */
}

.nav-bar li:hover {
    background: #d3d3d36e;
    cursor: pointer;
}

.nav-bar li {
    float: left;
    margin-left: 5%;
    padding: 8px 40px;
    /* background-color: lightgrey; */
    border: 2px #0000008a solid;
    /* height: 24px; */
    width: 15%;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.hamburger-menu {
  display: none;
}

#logo {
    width: 10%;
    height: auto;
    margin-left: 4%;
    margin-top: 3%;
    margin-right: auto;
}

.home {
  /* justify-content: flex-start;
  position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover; */
display: flex;
align-items: center;
padding-top: 0;
height: 91vh;
}

.text {
  margin-top: 0;
max-width: 30.75vw;
padding: 70px 60px 35px 60px;
background: rgba(255, 255, 255, .8);
z-index: 1;
}

/* 4. main  */

#buy {
  height: 150px;
  background-color: lightblue;
  text-align: center;
}

/* 5. footer  */

footer {
  height: 250px;
  /* background-color: #4040402e; */
  text-align: center;
  padding-top: 1rem;
  margin-top: 3rem;
  background: url('../img/footer_web.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

footer .wrapper {
  padding-bottom: 0;
}

.social-icons {
  width: 75px;
  height: 75px;
  margin: 25px;
}

.social-icons:hover {
  opacity: 0.9;
  cursor: pointer;
}

.footer-text {
    padding: 10px;
    max-width: initial;
}

/* 6. other  */

.boxes {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.team-boxes {
  font-size: 0;
}

.team {
  width: 16.666%;
  display: inline-block;
  position: relative;
}

.team img {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.team:hover {
  z-index: 1;
  /* opacity: 0.7; */
}

.team-info {
  font-size: 1rem;
  z-index: 5;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  bottom: 0;
  width: 86%;
  padding: 4px;
  margin: 5%;
  /* display: none; */
}

.team-info:hover {
  z-index: 15;
}

.box {
  width: 48%;
  margin: 1%;
  /* height: 350px; */
  /* background-color: grey; */
  display: block;
  float: left;
}

.centered {
  text-align: center;
}

.zoom {
  transition: transform .5s;
}

.zoom:hover {
  transform: scale(1.05);
}

.zoom-container {
  overflow: hidden;
}

.fullopacity {
  opacity: 1;
}

/* 7. not needed  */

#scroll {
  height: 400px;
  overflow: hidden;
  width: 100%;

}

.scroll {
  background: url(../img/ski1.png) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width : 1199px), screen and (max-device-width : 1199px) {
  .fullscreen {
    background-position: top left;
  }

  .wrapper {
    width: 920px;
  }

  .team {
    width: 33.333%
  }
}

@media only screen and (max-width : 960px) {
  .wrapper {
    width: 700px;
  }

  .nav-bar li {
    width: 18%;
    padding: 8px 15px;
    font-size: 1.5rem;
  }

  #logo {
    width: 13%;
  }
  
  #idea-img {
    width: 100%;
  }
}

@media only screen and (max-width : 767px) {
  .text {
    max-width: none;
    padding: 30px 60px 30px 60px;
  }

  section {
    padding-top: 9vh;
  }

  .fullscreen {
    background-position: center;bottom;
    height: 91vh;
    margin-top: 7vh;
  }

  .home {
    align-items: flex-end;
  }

  .button {
    padding: .7rem 2.8rem;
    margin: 0;
  }

  h1 {
    font: 600 1.7em/35px GMGlobalSansBold, OpenSans, sans-serif;
  }

  .nav-bar {
    display: none;
  }

  #logo-mobile {
    position: absolute;
    right: 0;
    top: 0;
    height: 8vh;
    min-height: 40px;
    padding-right: 20px;
    margin-top: 3px;
    margin-right: 5px;
  }

  #logo {
    display: none;
  }

  .wrapper {
    width: 92%;
  }

  .box {
    width: 100%;
  }





  .hamburger-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    padding-top: 3vh;
    padding-left: 20px;
    width: 100%;
    height: 6vh;
    min-height: 33px;
    /* cursor: pointer; */
    z-index: 9998;
    background:#ffffff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        border-bottom: 1px #80808026 solid;
  }

  .bar {
    width: 30px;
    margin: 0;
    cursor: pointer;
    height: 30px;
}

.hamburger-button,
.hamburger-button:after,
.hamburger-button:before {
  width: 30px;
  height: 3px;
}

.hamburger-button {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.hamburger-button.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-button.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-button.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu
----------------------*/
	/*---------------------
	Mobiles Menu - Design
	----------------------*/

.mobile-menu ul {
  margin: 0;
  margin-top: 9vh;
  padding: 0;
}

.mobile-menu li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left:15px;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #CCCCCC;
}

.mobile-menu li a {
  text-decoration: none;
  color: black;
}

	/*---------------------
	Mobiles Menu - Slide IN
	----------------------*/

.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #ffffff;
  opacity: .85;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
}
