@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");
body, html {
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0;
  background-color: #f1f1f1;
  padding-bottom: 4%;
}

body a, html a {
  text-decoration: none;
}

header {
  padding: 2em;
}

header .logo {
  position: fixed;
  color: #5e5d5d;
  font-weight: bold;
}

header .menu-btn {
  width: 25px;
  float: right;
  cursor: pointer;
}

.mobile h1 {
  text-transform: uppercase;
  font-size: 3.2em;
  text-align: center;
  margin-left: -5%;
  margin-right: -5%; 
  margin-top: 10%;
  padding-bottom: 5%;
}

.homeText{
  font-family: "Courier New", Times, serif;
  font-weight:normal;
  margin-top: -5%;
  padding-bottom: 5%;
  text-align: center;
  color: #5e5d5d;
  font-size: 0.8em;
  margin-left: 25%;
  margin-right: 25%;
}


/*discription text*/

.Start{
  font-family: "Courier New", Times, serif;
  text-align: center;
}

@media only screen and (min-width: 768px) {
.Start p {
  padding-bottom: 7.5%;
  margin-left: 25%;
  margin-right:25%; 
}}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*footer*/

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #5e5d5d;
  color: #f1f1f1;
  text-align: center;
}

.logos img{
  width: 50px;
  padding: 1%
}


/*Contacts page*/

/* From www.w3school.com */
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=button] {
  background-color: #5e5d5d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 45%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=button]:hover {
  background-color: #828282;
  color: #f1f1f1;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-left: 25%;
  margin-right: 25%;
}


/*Slides/galleries*/

.column .row::after {
  content: "";
  clear: both;
  display: table;
}

.column img {
  width: 100%;
  height: auto;
}

.row > .column {
  padding: 0 8px;
}
.row{
  padding-left: 12%;
  padding-right: 12%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 1%;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 23%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}


 /*Menu*/

nav {
  position: absolute;
  background: #5e5d5d;
  padding: 2em;
  width: calc(100% - 4em);
  height: calc(100vh - 4em);
  display: none;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

nav .close-btn {
  width: 18px;
  float: right;
  cursor: pointer;
  opacity: 0;
}

@media only screen and (min-width: 1025px) {
nav ul {
  list-style-type: none;
  margin: 30% auto 0 auto;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2)[4];
      grid-template-columns: repeat(4, auto);
  width: 80%;
}}

nav a {
  color: white;
  font-weight: bold;
  font-size: 1.8em;
}

nav li {
  opacity: 0;
  margin-bottom: 10%;
}

.show-menu {
  display: block;
  -webkit-animation: slide-menu 1s ease-in forwards;
          animation: slide-menu 1s ease-in forwards;
}

.show-menu .close-btn {
  -webkit-animation: show-x 1s 1s forwards;
          animation: show-x 1s 1s forwards;
}

.show-menu li:nth-of-type(1) {
  -webkit-animation: menu-item-anim .6s forwards 1s ease-in-out;
          animation: menu-item-anim .6s forwards 1s ease-in-out;
}

.show-menu li:nth-of-type(2) {
  -webkit-animation: menu-item-anim .6s forwards 1.2s ease-in-out;
          animation: menu-item-anim .6s forwards 1.2s ease-in-out;
}

.show-menu li:nth-of-type(3) {
  -webkit-animation: menu-item-anim .6s forwards 1.4s ease-in-out;
          animation: menu-item-anim .6s forwards 1.4s ease-in-out;
}

.show-menu li:nth-of-type(4) {
  -webkit-animation: menu-item-anim .6s forwards 1.6s ease-in-out;
          animation: menu-item-anim .6s forwards 1.6s ease-in-out;
}

.show-menu li:nth-of-type(5) {
  -webkit-animation: menu-item-anim .6s forwards 1.8s ease-in-out;
          animation: menu-item-anim .6s forwards 1.8s ease-in-out;
}

.show-menu li:nth-of-type(6) {
  -webkit-animation: menu-item-anim .6s forwards 2.0s ease-in-out;
          animation: menu-item-anim .6s forwards 2.0s ease-in-out;
}

.show-menu li:nth-of-type(7) {
  -webkit-animation: menu-item-anim .6s forwards 2.2s ease-in-out;
          animation: menu-item-anim .6s forwards 2.2s ease-in-out;
}

.show-menu li:nth-of-type(8) {
  -webkit-animation: menu-item-anim .6s forwards 2.4s ease-in-out;
          animation: menu-item-anim .6s forwards 2.4s ease-in-out;
}


@-webkit-keyframes slide-menu {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes slide-menu {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes show-x {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-x {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes menu-item-anim {
  from {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes menu-item-anim {
  from {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 601px){
nav ul{
  text-align: center;
  list-style-type: none;
  margin-top: 30%;
  padding: 0;
}

.row{
  margin-right: -10%;
  margin-left:-10%
}
}

/*Phone Mode*/

@media only screen and (max-width: 600px){
body{
  padding-bottom: 20%;
}

header {
  padding: 1em;}

header .logo {
  position: relative;
}

nav ul{
  text-align: center;
  list-style-type: none;
  margin-top: 30%;
  padding: 0;
}

  nav li {
    padding-bottom: -20px;
  }

  .mobile h1 {
    font-size: 2.0em;
    text-align: center;
    margin-left: -5%;
    margin-right: -5%; 
    margin-top: 10%;
    padding-bottom: 0;
  }

  .homeText h2{
  margin-top: 20%;
  padding-bottom: 5%;
  font-size: 1.4em;
  margin-left: -15%;
  margin-right: -15%;
}

.Start img{
  width: 100%;
}

.Start{
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;

}

.Start p{ 
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 7.5%;
  margin-left: -5%;
  margin-right: -5%;
}

.column img {
  float: left;
  width: 75%;
  height: auto;
  padding: 2%;
}

.row div{
  margin-left: -5%;
  margin-right: -5%;
  width: 50%;
  padding:0;
}

.row{
  margin-right: -5%;
  margin-left: 5%
}

.mobile div {
  margin-left: 5%;
  margin-right: 5%;
}

}
