*{
    box-sizing: border-box;
}
body{
    background-color:brown;
    margin: 0;
}
header {
        justify-content: space-between;
        display: flex;
        width: 100%;
        color: darkkhaki;
    }
    .logo{
    
        width: 40%;
        padding-left: 3%;
        font-family: 'Courier New', Courier, monospace;
    }
    .buttons{
            padding-top: 30px;
            width: 40%;
            font-family: 'Courier New', Courier, monospace;
            font-size: 120%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
     
    }
    
    .buttons a{
    
        text-decoration:none; 
        color: darkkhaki;
    }
        
    
    .buttons a:hover{
        font-weight: bold;
        color:blanchedalmond;
    } 

.text{
    width: 40%;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    margin: 5%;
    margin-top: 12%;
    margin-left: 7%;
}
h2{
    margin-top: 20px;
    font-family: 'Courier New', Courier, monospace;
    color: darkkhaki;
    margin: auto;
    font-size: 800%;
    margin-bottom: 0%;
}

.servicelist h3{
    font-family: 'Courier New', Courier, monospace;
    color: darkkhaki;
    font-size: 200%;
}

.servicelist{
    width: 40%;
    text-align: center;
    margin: auto;
    align-items: center;
    color: darkkhaki;
    
}

.servicelist p{ 
    margin: auto;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
    color: darkkhaki;
    font-size: 110%;
}

.logos{
    background-color: darkkhaki;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
}

.logos img{
    height: 60px;
}

.top{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 550px;
    text-align: center;
    align-items: center;
}

.contact h3{
    margin: auto;
    background-color: darkkhaki;
    color: brown;
    padding: 30px;
    border-radius: 60%;
    width: 40%;
    margin-top: 0%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 200%;
}
.contact{
    width: 100%;
}

.service1{
    margin-bottom: 20px;
}
.service2{
    padding-top: 0;
    background-color: darkkhaki;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.service2 h3{
    color: brown;
}
.service2 p{
    color: brown;
}
.service3{
    margin-bottom: 20px;
}

.service4{
    padding-top: 0;
    background-color: darkkhaki;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.service4 h3{
    color: brown;
}
.service4 p{
    color: brown;
}

.service5{
    margin-bottom: 20px;
}

.service6{
    padding-top: 0;
    background-color: darkkhaki;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}

.service6 h3{
    color: brown;
}
.service6 p{
    color: brown;
}

/* For phones: */

@media only screen and (max-width: 480px) { 	
    .mainheader{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .logo{
        text-align: center;
        width: 100%;
        font-size: 80%;
        padding-top: 2px;
      }
      .buttons{
        width: 100%;
        font-size: 100%;
      }

    }
    .top{
        font-size: 70%;
    }
    .logos img{
        height: 30px;
    }
    .servicelist{
        width: 80%;
    }
  /* For tablets: */
  
  @media only screen and (max-width: 768px) and (min-width: 481px) { 	  
  
.item{
    font-size: 70%;
}
.buttons{
    width: 80%;
    padding-top: 10px;
    font-size: 110%;
}
.logo{
    font-size: 40%;
    width: 70%;
}
.top{
    font-size: 70%;
}
.logos img{
    height: 35px;
}
.servicelist{
    width: 80%;
}

}
  /* For desktop: */
  
  @media only screen and (min-width: 769px) and (max-width: 1280px)   {
  
  .buttons{
    width: 70%;
    padding-top: 20px;
    font-size: 90%;
  }

  .logo{
    width: 80%;
    font-size: 80%;
  }
  .logos img{
    height: 60px;
  }
}
  
  /* For uge desktop: */
  
  @media only screen and (min-width: 1281px) {
    .logos img{
        height: 60px;
      }
  }