* {
  font-family: sans-serif;
  box-sizing: border-box;
}

html {
  background: url("images/jason-blackeye2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background-color: white;
  margin: 0px;
}

p {
  font-family: sans-serif;
}

a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

.menu-container {
  color: #fff;
  background-color: #5995DA;  /* Blue */
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.menu {
  width: 900px;
  display: flex;
  justify-content: space-between;
}

.links {
  display: flex;
  justify-content: flex-end;
}

.login {
  margin-left: 20px;
}
.header-container {
  color: #5995DA;
  background-color: #D6E9FE;
  display: flex;
  justify-content: center;
}


.header {
  width: 900px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beaker img{
  height:60px;
  width:auto;
}

.main-menu-container {
  color: #000000;
  background-color: #b4d6fe;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-family: sans-serif;
  width: 100%;
/*  padding: 20px;*/
}

.main-menu {
  width: 900px;
  display:flex;
  margin: 0px;
  padding:0px;
  list-style-type: none;
/*  background-color: pink;*/
}

.main-menu > li {
  display: flex;
  flex: 1 1 auto;
  }


.main-menu-box {
  display:flex;
  flex: 1 1 auto;
  margin-right: 0px;
  padding: 10px;
  justify-content: center;
}

.active-box {
  background-color: #34567E;
  color: white;
}

a.active-box:link, a.active-box:visited {
  color: white;
  text-decoration: none;
}

.main-menu-box:hover {
  background-color: #34567E;
  color: white;
}

.heading {
  font-size: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  padding-left: 20px;
}
.heading > a {
  color:#5995DA;

}

.button2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  border: 1px solid #5D6063;
  color: #FFF;
  background-color: #5995DA;
  text-align: center;
  padding: 3px;
  margin: 0 2px;
  cursor: pointer;
}

.button2 > a {
  color:#FFF;
}
.photo-grid-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.text-container {
  /*display:flex;*/
  box-sizing:border-box;
}

.sammanfattning {
  font-size: 22px;
}
.introtext {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

code {
  font-family: Consolas,"courier new";
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
}

.photo-grid {
  width: 900px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.picdescholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  padding: 3px;
}


.descbox {
  background-color: #d6d6d6;
  padding: 4px;
}

img {
  max-width: 100%;
  object-fit: cover;
}


.photo-grid-item {
  border: 1px solid #fff;
}

.photo-grid-item img {
  width: 200px;
  height: 130px;
  object-fit:cover;
}

.desc {
  padding: 15px;
  text-align: center;
}

.social {
  align-self: flex-end;
  color: #DA5959;
}


.footer-items {
  display: flex;
  justify-content: space-between;
}

.footer-item {
  border: 1px solid #fff;
  background-color: #D6E9FE;
  height: 300px;
  flex:1;
}

.footer-one,
.footer-three {
  background-color: #5995DA;
  flex: initial;
  width:300px;
}


.signup {
  margin-left: auto;
}

@media (max-width:480px){
  .header {
    height:80px;
  }
  .heading {
    font-size: 12px;
  }
  .beaker {
    width:40px;
  }
  .gallery img {
    width: 130px;
    height: 80px;
    object-fit:cover;
  }
  .desc {
    max-width:130px;
  }
}
@media (max-aspect-ratio: 1/1) {
  
  }
}
