*{box-sizing: border-box;}
body, html{
  height: 100%;  
  scroll-behavior: smooth;
  margin: 0;
  width: 100%;
  padding: 0%;
  overflow-wrap: break-word;

}
/*Standarder*/
body h1{
    padding: 15px;
    margin: 0px;
    font-family: "Lato Light", Gadget, sans-serif;
    font-size: 52px;
    color: #C5D0D9;
}
body h2{
    padding: 15px;
    margin: 0px;
    font-family: "Lato Light", Gadget, sans-serif;
    font-size: 40px;
    color: #C5D0D9;
}
body h3{
    padding: 15px;
    margin: 0px;
    font-family: "Lato Light", Gadget, sans-serif;
    font-size: 30px;
    color: #C5D0D9;
}
body p{
    padding: 10px;
    margin: 0px;
    font-family: "Lato Light", Gadget, sans-serif;
    font-size: 25px;
    color: #C5D0D9;
}

.left50, .right50, .left33, .middle33, .right33{
  height: auto;
  text-align: center;
  padding: 15px;
  margin: auto;
}
.left50{
  width: 50%;
  float: left;
}
.right50{
  width: 50%;
  float: right;
}
.left33{
  width: 33.333%;
  float: left;
}
.middle33{
  width: 33.333%;
}
.right33{
  width: 33.333%;
  float: right;
}
.content{
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
 .content{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 3%;
    padding-top: 3%;
  }
}

@media screen and (max-width: 1000px) {
  .left50, .right50 {
    width: 100%;
    float: none;
  }
  .left33, .middle33, .right33{
    width: 50%;
  }

.content{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
  }   
}
@media screen and (max-width: 700px) {
  .left33, .middle33, .right33{
    width: 100%;
    float: none;
  }
}
/*Standerder ferdig*/

/*menu begynner*/
#top{
  display: flex;
  flex-wrap: wrap; 
  background-color: #2B689C; 
  width: 100%;
  height: 63px; 
  position: fixed;
  transition: top 0.4s;
  z-index: 10;
  z-index: 10;
}
#logo{ /*RoboVikings-logoen - toppen av siden*/
  flex: 15%; 
  height: 56px;
  background-image: url(LogoPPTeknologi.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#navbar{
  text-align: center;
  padding: 10px;
  flex: 75%;
  overflow: hidden;
  display: inline-block;
  background-color: #2B689C;
}
#menu{
  background-color: #2B689C;
}
/*Styler knappene i menuen. Putter ikke på #navbar, fordi da styles de når de er skjult også */
#menu a{ 
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 22px;
  padding-bottom: 8px;
  font-size: 20px;
  border-radius: 15px;
}
#top a:hover{ /*Alle knappene i headeren*/
  color: #000000;
  background-color: white;
}
#menu #showMenu{/*Knappen som viser menuen når skjermen er liten*/
  display: none;
}
/*menu slutter*/

/*Dropdown menu begynner*/
#dropdown{
  display: inline-block;
}
#dropdown #dropTrig{
  margin: 0;
  font-family: inherit;
}
#dropdownContent{
  background-color: #2B689C; /*#1E2A4B*/
  position: absolute;
}
#dropdownContent a{
  display: block;
}
/*Pil ved dropdown*/
.fa-angle-double-down{
  padding-left: 5px;
  float: right;
  position: inherit;
}
/*Dropdownmenu slutter*/

/*Social media bar begynner*/
.iconBar{
 padding-top: 5px; 
 flex: 10%;
 float: right;
 text-align: center;
 white-space: nowrap;
}
.iconBar a{
  display: inline-block;
  text-align: center;
  padding: 8px;
  color: white;
  font-size: 30px;
}
.iconBar a:hover {
  background-color: #000;
}
.facebook {
  background: #3B5998;
}
.youtube {
  background: #bb0000;
} 
/*Social media bar slutter*/

/*Tilpassing til liten skjerm*/
@media screen and (max-width: 1100px) {
  #dropdownContent{
    position: relative;
}
  #menu{
    width: 100%;
    display: inline;
  }
  #menu #showMenu{
    border-top: 10px;
    display: block;
  }
  #navbar a{
    display: none;  
  }
  #navbar{
    padding: 0%;
    margin: 0%;
  }
  #logo{
  flex: 100%
  }
  #menu:hover #navbar a{
    display: block;
    width: 200px;
    margin: auto;
    text-align: center;
  }
  #menu:hover #navbar{
    background-color: #2B689C;
    width: 100%; 
    height: auto;
    
  }
  #menu:hover #showMenu{
    display: none;
  }

  .iconBar{
    position: fixed;
    top: 45%;
  }
  .iconBar a {
    display: block;
  }
}
/*Tilpassning ferdig*/

/*Forsidebilde*/
#homeImg{
    height: 100%;
    background-image: url(Robo-Vikings-the-Robot-Game-FLL.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
/*Forsidebilde*/


#welcome{
    background-color: #045184;
    padding-bottom: 40px;
    color: #C5D0D9;
    text-align: center;
}

/* Om oss seksjon */
#aboutUs{
    background-color: #023e68; 
    color: #C5D0D9;
    display: block;
    width: 100%;
    overflow: auto;
}
#aboutFLL:after{
    content: "";
    display: table;
    clear: both;
}
#teamPicture{
    margin-bottom: 10px;
}
#teamPicture img{
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0px;
}
#competingYears{
    display: block;
    background-color: #003366;
    width: 100%;
    overflow: auto;

}
#allTrophies img{
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0px;
}
#competingYears li{
    text-align: left;
    list-style-position: inside;
    list-style-image: url(BulletPoint.png);
    font-family: "Lato Light", Gadget, sans-serif;
    font-size: 25px;
    color: #C5D0D9;
}
#vmTrophy{
  padding-left: 100px;
}
#vmTrophy img{
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 150px;
    
}
/*Om oss ferdig*/

/*Slideshow*/
#slideShow, img{
  margin: 0px;
  padding: 0px;
  position: relative; 
  width: 100%;

}
#slideShow{
  z-index: 1;
  display: block;
  background-color: #003366;
}
.slide{
  display: none;
  margin: auto;
  max-width: 1500px;
  animation-name: fade;
  animation-duration: 2.5s;
}
.slideDescription{
  font-family: "Lato Light", Gadget, sans-serif;
  font-size: 30px;
  color: white; 
  text-align: center;
  position: relative;
  bottom: 0px;
  margin: auto;
  width: 100%; 
}
.description{
  font-family: "Lato Light", Gadget, sans-serif;
  font-size: 30px;
  color: white; 
  text-align: center;
  position: absolute;
  bottom: 15px;
  margin: auto;
  width: 100%;
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}
/*Slideshow  slutter*/


#coreValuesImg img{
    max-width: 600px;
}

#aboutFLL{
  text-align: center;
  background-color: #045184;
}
#txtAbouUs{
  padding-left:1%;
}  
#txtAboutUsCont{
  width: 100%;
  margin: 0px;
  padding: 0px;
}


@media screen and (max-width: 1200px) {
 #kjerneverdier img{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }   
}





#coreValues, #project, #technology{
    display: inline-block;
    text-align: center;

}

#sponsors{
    display: inline-block;
    background-color: #045184;
}
#sponsors div {
    display: inline-block;
    margin: auto;
}
#sponsors div img{  /*Ikke fakk med settings*/
  max-height: 300px;
  object-fit: contain;
  height: 100%;
  width: 100%;
  margin: auto;


}
.sponsorDescription{
  position: relative;
  text-align: center;
  margin: auto;
  padding-bottom: 0px;
  width: 100%;  
  white-space: nowrap;
  
}

#gold, #silver, #bronze{
    display: flex;
    width: 100%;
}
.sponsorHeader{
    width: 100%;
    display: block;
}

.sponsorHeader h2{
 font-family: "Bree", Gadget, serif;
}

/*Footer begynner*/
footer{
    background-color: #2B689C; 
}
footer div a{
    text-decoration: none;
    color: black;
}
/*Footer slutt*/

