/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*own code*/

/* The Modal popup (background) ----------------------------------*/
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 40%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal popup (background) ----------------------------------*/

* {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.image {
  width: 20%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.image-knowledge{
  width: 20%;
  position: relative;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.mail {
  width: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

.image-contact {
  width: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.mapouter {
  margin-left: -70px;
}

.text-body h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: orange;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-body p {
  font-family: "DM Sans", sans-serif;
  font-weight: 100;
  color: #696969;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  display: flow-root;
  display: -ms-flow-root; /*Support for Microsoft Edge*/
}

.container-2 {
  display: flow-root;
  display: -ms-flow-root; /*Support for Microsoft Edge*/
}

.non-home h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: orange;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-box-2 h1 {
  font-size: 20px;
  padding-left: 0px;
  color: white;
  text-align: center;
}
.contact-box-2 {
  margin: 10px;
  border: orange;
  background-color: orange;
  border-width: 10px;
  border-style: solid;
}
.container-2 {

}

.non-home h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: orange;
  text-align: left;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.non-home p {
  font-family: "DM Sans", sans-serif;
  font-weight: 100;
  color: #696969;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.non-home li {
  list-style: none;
  font-family: "DM Sans", sans-serif;
  color: #696969;
  margin-left: 50px;
}

.non-home li::before {
  content: "\2022";
  color: orange;
  display: inline-block;
  width: 15px;
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 20px;
  font-weight: 100;
  color: orange;
}

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 100;
}

main {
  padding-top: 80px;
}

.about {
  padding-top: 170px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  background-color: white;
  width: 100%;
  height: 170px;
  z-index: 55;
}

header .header-logo {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #696969;
  text-transform: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

header nav ul {
  margin: 0 auto;
  display: inline;
  align-content: center;
}

header nav ul li:hover ul {
  /*Drop down list mobile*/
  display: block;
  position: absolute;
  background-color: white;
  width: 170px;
  margin: 0px 0px 10px 0px;
  margin-left: -10px;
  text-align: left;
  border-radius: 4px 4px 4px 4px;
}

header nav ul li ul {
  /*Hides when not hovered over*/
  display: none;
}

header nav ul li ul li a:hover {
  background-color: #f3f3f3;
}

header nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
}

header nav ul li a {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #696969;
  line-height: 40px;
}

.contact-box h1 {
  font-size: 20px;
  color: white;
  text-align: center;
}

.contact-box p {
  font-size: 20px;
  color: #696969;
  text-align: left;
}

.contact-box {
  margin: 10px;
  padding-bottom: 10px;
  border: orange;
  background-color: orange;
  border-width: 10px;
  border-style: solid;
}

form {
  margin-top: 10px;
}

.form-control {
  /*Width of the contact form*/
  width: 200px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.message {
  /*Width of the contact form of the message box*/
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: "DM Sans", sans-serif;
}

header nav {
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  /*Changes once resolution changes, everything here is desktop*/

  .contact-box-2 {
    margin: 10px;
    border: orange;
    background-color: orange;
    border-width: 10px;
    border-style: solid; 
    margin-left: 30px;
    margin-right: 30px;
  }

  .text {
    display: block;
  }
  .non-home h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 100;
    color: orange;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .non-home p {
    font-family: "DM Sans", sans-serif;
    font-weight: 100;
    color: #696969;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  header .header-logo {
    text-align: left;
    padding: 20px 20px 20px 20px;
    float: left;
    line-height: 20px;
  }

  .container {
    display: flex;
  }

  header {
    height: 100px;
    z-index: 55;
  }

  header nav ul {
    margin: 20px 0px 0px 20px;
    float: right;
  }

  header nav ul li:hover ul {
    /*Drop down list dekstop*/
    display: block;
    position: absolute;
    background-color: white;
    width: 170px;
    margin: 0px 0px 10px 0px;
    margin-left: -20px;
    text-align: left;
    border-radius: 4px 4px 4px 4px;
  }

  header nav ul li ul {
    /*Hides when not hovered over*/
    display: none;
  }

  header nav ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
  }

  .a {
    list-style-position: outside;
  }

  header nav ul li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #696969;
  }

  .contact-box h1 {
    font-size: 20px;
    color: white;
    text-align: center;
  }

  .contact-box {
    float: right;
    margin: 10px;
    padding-bottom: 10px;
    border: orange;
    background-color: orange;
    border-width: 15px;
    border-style: solid;
  }

  .contact-box p {
    font-size: 20px;
    color: #696969;
    text-align: left;
  }

  .form-control {
    /*Width of the contact form*/
    width: 200px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .message {
    /*Width of the contact form*/
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  form .submit {
    background: #696969;
    border-color: transparent;
    color: white;
    width: 100%;
  }

  form {
    margin-top: 10px;
  }

  .mapouter {
    margin: center;
  }
}

/*INDEX*/
.index-banner {
  width: 100%;
  height: calc(75vh - 50px);
  background-image: url("./image/background-building.jpg"); /*FIND IMAGE AND PUT IN!*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

#detail {
  margin-bottom: 50px;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner h2 {
  font-family: "Merriweather", serif;
  font-size: 50px;
  font-weight: 900;
  color: orange;
  text-align: center;
  text-shadow: 2px 2px 2px #111;
  padding-bottom: 50px;
}

.index-banner h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-links div {
  /*https://youtu.be/kbLfWKGVsMQ?list=PL0eyrZgxdwhwNC5ppZo_dYGVjerQY3xYU&t=2571*/
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  height: 100px;
  background-color: #f2f2f2;
}

.index-links div h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  line-height: 100px;
  color: orange;
  text-align: center;
}

/*Footer*/

footer {
  width: calc(100% - 60px);
  padding: 30px 30px;
  background-color: lightgrey;
  margin-top: 20px;
}
