
/*style for header */

header {
   width: 100%;
   height: 200px;
   overflow: hidden;
   background-size: cover;
   background-size: 100% 100%;
}

/*style for body */

body {
    background-color: aquamarine;
    margin-left: 10%;
    font-style: serif;
    font-size: 14pt;
    
}

body p,{
    font-style: calibri;
    font-size: 14pt;
}

/*Styles for menu links */

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}


li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    
}

/* hove color to grey*/
li a:hover {
    background-color: dimgrey;
}

#pic1 {
    padding-right: 15%;
}

address {
    border-style: dashed;
    color: white;
    background-color: grey;
    text-align: center;
}

/* stlye for section */

section {
    width: 85%;
}

/*styles for inline images */

.carpicFerrari {
    float: top;
    float: right;
    transform: rotate(-7deg);  
}

.carpicHuracan {
    position: relative;
    float: right;
    float: left;
    transform: rotate(7deg);  
    
}

.carpicSonata {
    float: top;
    float: right;
    transform: rotate(-7deg);  
}

.carpicOutback {
    position: relative;
    float: right;
    float: left;
    transform: rotate(7deg); 
   
    
}

/*styles for table */

table.newCars, td, th, tr   {
    
    border-collapse: collapse;
    text-align: left;
    border: 1px solid black;
    border-color: grey;
    margin: 15px;
    padding: 7px;
  
}

thead {
    background-color: white;
}

caption {
    font-size: 16pt;
    font-style: bold;
}

/*style for address footer */

address {
    margin-top: 200px;
    position: absolute;
    width: 100%;
    float: bottom;
  
    
}

#mainAddress {
    margin-top: 50px;
    position: absolute;
    width: 100%;
    float: bottom;
  
    
}

/*style for services section */

#serviceViper {
    margin-bottom: 30px;
}

/*style for Service page font */

#serviceViper {
    font-size: 18pt;
    font-style: monospace;
    width: 100%
}

/*styles for Contact Us Page */

#ContactOList {
    font-size: 20pt;
}