/***
* Style Sheet for ke-montasje.no
*
* version: 1.0
* last modified: 2020-05-14 by Lars Olof Olsson
* author: Lars Olof Olsson
* email: larsolof.olsson@amtech.se
* website: https://www.amtech.se
***/

body {
  background-color: #8898A8;
}

main {
  width: 80%;
  max-width: 900px;
  margin: 15vh auto;
}

.container {
  padding: 1em;
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 1.7rem;

}

#banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #333;
  min-height: 48vh;
  padding: 2em 0em 2em;
  background-image: url('../images/architectural-design.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h1 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: transparent;
  background-size: fill;
  background: url('../images/architectural-design.jpg') 10% 0 no-repeat;
  background-clip: text;
  -webkit-background-clip: text;

}

h2, h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

a {
   text-decoration: none;
   color: #BB0289;
}

a:hover {
  text-decoration: underline;
  color: #220BCE;
}

.button {
  box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #BB0289;
	display:inline-block;
	cursor:pointer;
	color:#BB0289;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.button:hover {
  background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
  border:1px solid #220BCE;
}

.footer {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-align: center;
}

.XL {
  font-size: 5.5rem;
}

.small {
  font-size: 1.2rem;
}

.Docking {
  padding: 0;
  margin: 0;
  position: relative;
  top: 20px;
}

@media (max-width: 575.98px) {
  .XL {
    font-size: 3rem;
  }
  main {
    margin: 5vh auto;
  }
  .Docking {
    padding: 0;
    margin: 0;
    position: relative;
    top: 10px;
  }

 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .XL {
    font-size: 3rem;
  }
  main {
    margin: 5vh auto;
  }
  .Docking {
    padding: 0;
    margin: 0;
    position: relative;
    top: 10px;
  }
 }
