
/*========================================================= STANDARD PAGE ============================================================*/
body{
    margin: 0;
    padding: 0;
    background-color: #e688d3;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    width: 100%;
    
    
}
p{
    line-height: 190%;
}

a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
h2{
    color: rgb(0, 136, 255);
}

/*==================== MENU ====================*/
#menu{
    background-color: rgb(255, 24, 255);
    height: 75px;
}

#menu ul{
    margin: 0;
    padding-left:  335px;
    list-style-type: none;
    text-align: center;
}

#menu li{
    float: left;
}

#menu a{
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 75px;
    color: black;
    
    padding: 0 40px;
    border: none;
    display: block;
}

#menu a:hover{
    background-color: rgb(10, 6, 255);
}

/*============================= header =============================*/

#header h1{
    letter-spacing: 0.1em;
    color: white;
    text-transform: uppercase;
}

#header p{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
}

#header{
    background-color: #ff17e4;
    text-align: center;
    padding:60px 0px 40px 0;
}

/*==================================  FOOTER  ==================================*/
#footer{
    width: 100%;
    height: 200px;
    background-color: #4b0045;
    padding-top: 25px;
    padding-left: 22px;
    clear: both;
}


#footer h2{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}
#footer p{
    color: white;
}

#footer ul{
    text-decoration: none;
    list-style-type: none;
    color: whitesmoke;
}

/*BOXES*/
#box-1{
    float: left;
    width: 30%;
    padding-right: 30px
}

#box-2{
    float: left;
    width: 30%;
    padding-right: 30px
}

#box-3{
    float: right;
    width: 30%;
    padding-left: 30px
}

#copyright p{
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: black;
}

/*========================================================= STANDARD PAGE ============================================================*/
* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Arial;
  }
  
  .header {
    text-align: center;
    padding: 32px;
  }
  
  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  
  .gallery img {
    margin-top: 8px;
    vertical-align: middle;
    width: 75%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* 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 {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }


/*CONTACT PAGE*/
.contact {
    margin-left: 10px;
}

.button {
    background-color: #555555;
    border: none;color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border: 2px solid black;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-left: 50px;
}

/*Car page*/ 
#car-details ul{
    list-style-type: none;
    color: white;
}

#car img{
    padding-top: 2px;
    border-radius: 8px;
    width: 100%;
    border: solid;
}


#c2 img{
    float: left;
    width: 48%;
    margin-left: 1px;
    height: 
    
}
#c3{
    float: right;
    width: 48%;
    margin-right: 10px;
}


