html{
    font-family: 'Poppins', sans-serif;
    
}

body{
    margin: 0 auto;
    overflow-x: hidden;
    
}



nav{
    float: right;
    margin-top: 115px;
    margin-right: 70px;
    font-size: 20px;
}

nav a{
    margin: 10px;
    text-decoration: none;
    color: black;   
}

nav a:hover{
    color: #FE2916;
}

#nav_button{
    float: right;
    display: none;
    
}

.active{
    color: #FE8479;
}


.banner img{
    max-width: 100%;
    height: auto;
}

.banner blockquote{
    font-size: 12px;
}

blockquote a{
    text-decoration: none;
    color: #FE2916;
}

blockquote a:hover{
    color: #48120D;
}

.logo{

    width: 15%;
    padding: 30px;
}


.infoText{
    background-color: gray;
    color: white;
    

    padding-bottom: 20px;
    padding-top: 20px;
    
    margin-top: 30px;
    margin-bottom: 50px;
}

.infoText p{
   font-size: 20px;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    
}

.infoText h2{
    font-size: 40px;
    width: 40%;
    margin: 0 auto;
}

.twitter{
    width: 100%;
    text-align: center;
}

.twitter-timeline{

}

h1{
    text-align: center;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 40px;
}


/* OM SIDAN*/

.faktaV{
   
    display: inline-block;
}

.faktaV h2{
    display: inline-block;
    margin-left: 300px;
    position: absolute;
    font-size: 35px;
    
}

.faktaV p{
    width: 40%;
    display: inline-block;
    margin: 0;
    padding: 100px;
    margin-left: 200px;
    font-size: 18px;
}

.faktaV img{
    display: inline-block;
    margin-left: 140px;   
    width: 25%;
   
}

.nike{
    width: 15%;
}



.faktaH{
    
    background-color: gray;
    display: inline-block;
    color: white;
    
}

.faktaH h2{
    
    display: inline-block;
    margin-left: 300px;
    position: absolute;
    font-size: 35px;
}

.faktaH p{
    width: 40%;
    display: inline-block;
    margin: 0;
    padding: 100px;
    margin-left: 200px;
    font-size: 18px;
    
}

.faktaH img{
   display: inline-block;
   margin-left: 300px;
       width: 20%;
       
    
}

/* Slut på om*/


footer{
   background: gray;
   padding: 50px;
   text-align: center;
    
}

footer .kontakt{
    color: black;
    font-size: 20px; 
    margin-bottom: 0;
    margin: 20px;
    display: inline-block;
}

footer a{
    text-decoration: none;
    color: #48120D;
}

footer a:hover{
    color: #FE2916;
}



/*
GALLERI CSS
*/

#image {
  box-sizing: border-box;
  width: 800px;
  height: 500px;
  margin: 40px auto;
  background: white url("bilder/galleri/1.jpg") no-repeat center center;
  background-size: cover;
  transition: background 0.5s;
  border: 1px solid black;
  position: relative;
}

#left {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#right {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  display: flex;
  background: rgba(255, 255, 255, 0);
}
#left:hover,
#right:hover {
  display: flex;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
#image span {
  font-size: 60px;
  display: block;
  margin: auto;
}

.galH2{
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
}

#dot1, #dot2, #dot3, #dot4, #dot5{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
    opacity: .5;
    display: inline-block;
    
}

#gallery{
    text-align: center;
}

/*
Slut på galleri
*/

.intervju{
    text-align: left;
    width: 40%;
    margin: auto;
    clear: both;
}

.marknadContainer{
    background-color: gray;
    color: white;
    
    clear: both;
    padding-bottom: 20px;
    padding-top: 20px;
    
    margin-top: 30px;
    margin-bottom: 50px;
    
    
}
.marknadText{
    
   font-size: 20px;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    
   
}

.marknadContainer h2{
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -10px;
    
}

table{
    text-align: center;
    margin: 100px auto; 
    width:70%;
    
}

table img{
  width: 70%;
  border: 1px solid black;
}

.marknadH2{
    text-align: center;
    font-size: 60px;
}

.formText{
    width: 20%;
    margin: 0 auto;
}



form{
    width: 80%;
    margin: auto;
    text-align: center;
    
}


/*
    RESPONSIV
*/


@media screen and (max-width:1780px){
        .faktaV h2{
        text-align: center;
        display: block;
        position: static;
        margin-left: 0;
    }
    .faktaV img{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 40%;
    }
    
    .faktaH img{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 40%;
    }
    
    .faktaH h2{
        text-align: center;
        display: block;
        position: static;
        margin-left: 0;
    }
    
    .faktaV p{
        width: 80%;
        margin: 0;
    }
    
    .faktaH p{
        width: 80%; 
        margin: 0;
    }
}

@media screen and (max-width:1000px){
    
    
    
    nav{
        transition: margin-top 0.5s;
        position: relative;
        margin-top: -500px;
        
    }
    
    nav.open{
        margin-top: 0;
        margin-right: 25%;
        
    }
    
    nav a{
        display: block;
        margin: 2px;
        font-size: 40px;
        clear: both;
        
        
    }
    
    #nav_button img{
        width: 40%;
    }
    
    #nav_button{
        display: block; 
        margin-top: 40px;
      
    }
    #nav_button:hover{
        cursor: pointer;
    }
    
    .infoText p{
        width: 80%;
        font-size: 12px;
    }
    
    .intervju{
        width: 70%;
        
    }
    
    .formText{
        width: 50%;
    }
    
    .faktaV h2{
        text-align: center;
        display: block;
        position: static;
        margin-left: 0;
    }
    .faktaV img{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 40%;
    }
    
    .faktaH img{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        width: 40%;
    }
    
    .faktaH h2{
        text-align: center;
        display: block;
        position: static;
        margin-left: 0;
    }
    
    .faktaV p{
        width: 80%;
        margin: 0;
    }
    
    .faktaH p{
        width: 80%; 
        margin: 0;
    }
    
    h1{
        margin-top: 100px;
    }
    
}





/*
https://fonts.google.com/specimen/Poppins?preview.text=%C3%A5%C3%A4%C3%B6&preview.text_type=custom#standard-styles
*/



