* {box-sizing: border-box}
body {
  font-family: "Rajdhani", sans-serif;
  background-color: #ffffff; margin:0 
}

  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

p {
  padding-left: 0%;
  font-size: 12px; 
  line-height: 27px;
  color: rgb(0, 0, 0);
}

h1 {
  font-size: 45px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  word-break: break-all;
  font-weight: normal;
}

H2 
{ 
  /* text-align: center; */
  font-size: 22px; 
  color: #000000;
  font-weight: normal;
  line-height: 27px;
}
H3 
{ 
  /* text-align: center; */
  font-size: 14px; 
  color: rgb(0, 0, 0);
  font-weight: normal;
  line-height: 27px;
}

H4 
{ 
  /* text-align: center; */
  font-size: 18px; 
    color: #000000;
  font-weight: normal;
  line-height: 0px;
}



  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

  /*---Links in the body ---*/
  a:link {
    color: #000000;
    text-decoration: none;
  }
  
  a:visited {
    color: #000000;
    text-decoration: none;
  }
  
  a:hover {
    color: #0849AD;
    text-decoration: none;
   
  }
  
  a:active {
    color: #0849AD;
    text-decoration: none;
  
  }
 /*---Links in the body END---*/


/* [STYLE HEADER] */
.header {
  background-color: #ffffff;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px; 
  text-align: center;
  font-size: 35px;
}

 /* NAVIGATION START.............................*/

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;

}

.topnav a {
  float: none;
  display: inline-block;
  font-size: 18px;
  color: #0849AD;
  background-color: #ffffff;
  text-align: center;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px; 
  text-decoration: none;
  border-style:solid;
  border-width: 1px;
  border-color: #0849AD;
  border-radius: 0px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color:#0849AD;
  color: rgb(255, 255, 255);
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color:#0849AD;
  color: rgb(255, 255, 255);
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn { 
    display: none;
  }
  .topnav a.icon {
    float: none;
    display: block;
  }
}



@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* STOP NAVIGATION */

/* [FLEX-BOX] */

.flex-container {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: top;
  background-color: #ffffff;
}

.flex-container > div {
  background-color: #ffffff;
  color: white;
  width: auto;
  margin: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  line-height: 25px;
  font-size: 15px; 
}

/* [FLEX-BOX2] Ljusgrå bakgrund*/

.flex-container2 {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: top;
  background-color: #8B8B8B;
}

.flex-container2 > div {
  background-color: #8B8B8B;
  color: white;
  width: auto;
  margin: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  line-height: 25px;
  font-size: 15px; 
}

/* center text*/
div.a {
  text-align: center;
}

/* Padding till vänster om rubrik start */
p.padding3 {
  padding-left: 40%;
  font-size: 18px; 
  line-height: 27px;
  color:#8FC9FE;
}

.TextwrapRight{
  float:right;
  margin: 10px;
}

.TextwrapLeft{
  float:left;
  margin: 10px;
}

/* Dotted black border */
hr.line {
  border-top: 4px solid rgb(0, 0, 0);
}
/* MASONRY START-------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* MASONRY END-------------------*/

img {
  width: 100%;
  height: auto;
}

/* [FOOTER] */
.footer {
  width: 100%;
  text-align: center;
  font-family:'Courier New', Courier, monospace, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:rgb(121, 121, 121);
  background-color: #ffffff;
  padding-top: 0px;
  padding: 25px;
}

/* [ RESPONSIVE HEADER] */
@media screen and (max-width: 900px) {
  .responsive {  
  padding-left: 0px; 
   max-width: 100%;
   height: auto; 
   } 
 } 

 /* [ RESPONSIVE IMAGE] */
@media screen and (max-width: 900px) {
  .responsive2 {   
   max-width: 100%;
   height: auto; 
   float: left;
   } 
 } 

  /* [ RESPONSIVE IMAGE] */
@media screen and (max-width: 900px) {
  .img {   
   max-width: 100%;
   height: auto; 
   float: left;
   } 
 } 

 /* [ RESPONSIVE WRAPLEFT] */
 @media screen and (max-width: 900px) {
  .TextwrapLeft {   
   max-width: 100%;
   height: auto; 
   float: left;
   margin: 0px;
   } 
 }
 /* [ RESPONSIVE WRAPRIGHT] */
 @media screen and (max-width: 900px) {
  .TextwrapRight {   
   max-width: 100%;
   height: auto; 
   float: right;
   margin: 0px;
   } 
 }


/* [ RESPONSIVE MENU] */
@media screen and (max-width: 600px) {
  .nav a {
    float:none;
    width: 100%;
  }
}


/* [RESPONSIVE FLEX-BOX] */
@media screen and (max-width:500px) {
  .flex-container {
   width: auto;
   display: flex;
   flex-wrap: wrap;
   font-size: 12px;
   font-family: "Rajdhani", sans-serif;

  }
}

/* [RESPONSIVE FLEX-BOX 2] */
@media screen and (max-width:500px) {
  .flex-container2 {
   width: auto;
   display: flex;
   flex-wrap: wrap;
   font-size: 12px;
   font-family: "Rajdhani", sans-serif;

  }
}

@media screen and (max-width:600px) {
hr.line {
  display: none;
  border-top: 4px solid rgb(0, 0, 0);
}


video {
  max-width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  height: auto;
}



/* [RESPONSIVE FOOTER] */
@media (max-width: 600px) {
  .footer {  
    font-size: 14px;
    padding: 15px; 

  }
} 
}