/*
   Mobile Dent Tech Style Sheet
   Author: Jody Olson
   Date:   17 April 2016

   Filename: mobile.css
   Supporting files: car.jpg
*/


/* Default Styles */

body, header, section, footer, nav, aside table {
   display: block;
   width: 100%;
}
    
/* Body Stlye Sheet */

body { 
    background-color: rgb(70,0,0);
    margin: 10px auto;
    width: 90%;
    min-width: 1100px;
    max-width: 1400px;
}

/* General Header Styles */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lucida Handwriting', 'Lucida Sans Unicode', 'Arial Black', 'Trebuchet MS';
    color: white;
}

/* Header Styles */

header {
    background: url(car.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    height: 200px;
    width: 100%;
}

hgroup {
    margin-left: 220px;
    margin-right: 10px;
    position:absolute;
    height: 200px;
    width: 1030.7px;
}

hgroup h1 {
    margin: 10px 20px 2px 90px;
    font-size: 3em;
    width: 923px;
}

hgroup h2 {
    margin:7px 5px 20px 180px;
    font-size: 2em;
    width: 838px;
}



/* Article Style */

article, .artContact {
    color: white;
    border: 2px solid;
    margin: 80px 10px;
    width: 47%;
    float: left;
    text-decoration: none;
}


.artContact {
    width: 72%;
}

article h1 {
    margin-top: 30px;
    font-size: 2.2em;
    text-align: center;
}

article h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    margin: 10px auto;
    text-align: center;
}

p {           
    font-size: 1.5em; 
    color: white;
    text-decoration: none;
    margin: 20px 20px 20px 20px;
    font-family:  'Lucida Sans Unicode', 'Arial Black', 'Trebuchet MS';
}


/* Nav General Styles */

nav  a {
    font-family: 'Lucida Handwriting', 'Lucida Sans Unicode', 'Arial Black', 'Trebuchet MS';
    color: white;
    text-decoration: none;
}

nav ul, ol {
    list-style-type: none;
}

nav a:hover {
    background-color: rgb(64, 64, 64);
    background-color: rgba(64, 64, 64,1);
}

/* Styles for the Hearder Horizontal Nav */

.horizontal {   
    background: black;
    border: 2px solid white;
    border-radius: 20px; 
    clear: right;
    float: right;
    margin: 10px 0px; 
    height: 40px;
    width: 1000px;  
}

.horizontal ul {
   height: 30px;
   margin: 5px 0px;

}
.horizontal ul li{
   margin: 0.655px 0px;
   float: left;
   text-align: center;
   width: 33%;
}

.horizontal ul li a{
   font-size: 1.3em;
}

/* Vertical Nav Stlye */

.vNAV {
    float: left;
    color: white;
    height: 550px;
    margin: 50px 0px 50px 10px;
    width: 23%;
}

nav h1 {
    font-size: 2.5em;
    text-decoration: underline;
}

nav ol {
    margin: 10px 0px;
    padding: 10px;
}

nav ol a {
    font-size: 1.5em;
    line-height: 2.5em;
}

/* Aside General Syles */

aside {
    float: left;
    height: 580px;
    margin: 80px 10px 20px 0px;
    width: 25%;
}

aside h1, h2, h3, h4 {
    color: white;
    font-size: 1.5em;
    text-align: center;
}
aside h3{
   margin-top: 50px;
}
aside h4{
    margin-top: 200px;
}

table {
    width: 800px;
    margin: 20 auto;
    
}

.faq h1, h2 {
    text-align: center;
}

/* Footer Style Section */

footer {
    color: white;
    height: 20px;
    width: 100%;
}

address {  
    font-size: 1.2em; 
    float: left;  
    text-align: center; 
    width: 100%;
}
