/* --- Global  stuff--- */



body {
    font-family: Arial, sans-serif;
    margin: 0;
    
}

/* Site Width   */
.width {
    width: 992px;
    margin: 0 auto;
    padding: 0;
}

/* --- Header/Nav Start  --- */

/* header spacing */
header {
       padding: 60px 0px 40px;   
}

/* Logo  */
header a {
    text-decoration: none;
    color: #000000;
}

header h1 {
    float: left;
    font-size: 32px;
    font-weight:  bold;
    margin: 0;
    letter-spacing: -1px;
    line-height: 1;

}

/* MCM color only */
header h1 span {
    color: #006f93;
}

/* Nav Menu Start */

header nav {
    float: right;
}


header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


header nav li {
    float: left;
    margin-left: 25px;  /* Menu item spacing  */
}

header nav a {
    color: #000000;
    text-decoration: none;
    font-size:  14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;      /* lines up menu items with center of logo */
}
header nav a:hover {
    color: #535966;
}


header nav a.active {
    color: #006f93;
}

/* Header/Nav End */


/* Footer start */

footer {
    background-color: #535966;
    padding: 15px 40px;
    border-top: 1px solid #6B7282;
}

footer p {
    float:left;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    line-height: 20px;

}

footer nav {
    float: right;
}

footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer nav li {
    float: left; 
    margin-left: 25px;
}

footer nav a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size:  14px;
    letter-spacing: 1px;
    line-height: 20px;

}
footer nav a:hover {
    color: #006f93;
}
/* Footer End */

/* reusable content */


/* Section Titles h2 */
.section-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 40px;

}

.section-title-white {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 40px;

}

/* evens the gap under the logo  */
.section-title.top-title{
    margin-top: 0;
}


/*  h3 subheading */
.white-subheading {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 15px;
}
.black-subheading{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 15px;
}



/* Circle frames */
 img.circle {
    width:180px;
    height: 180px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    margin: 0 auto 20px;
}

/* buttons */
.button {
    color: #ffffff;
    width: 140px;
    margin: 15px auto 20px auto;
    padding:10px 0;
    background-color: #535966;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;  
}
.button:link{
    color: #ffffff;
    width: 140px;
    margin: 15px auto 20px auto;
    padding:10px 0;
    background-color: #535966;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;  
}
.button:visited {
    color: #ffffff;
    width: 140px;
    margin: 15px auto 20px auto;
    padding:10px 0;
    background-color: #535966;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;  
}
.button:hover {
    background-color: #006f93;
}

/* white button */
.button-wht {
    border: solid 2px #ffffff;
    color: #ffffff;
    width: 140px;
    margin: 30px auto 20px auto;
    padding:10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;  
    background:transparent;
}
.button-wht:link {
    border: solid 2px #ffffff;
    color: #ffffff;
    width: 140px;
    margin: 30px auto 20px auto;
    padding:10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;  
    background:transparent;
}
.button-wht:visited {
    border: solid 2px #ffffff;
    color: #ffffff;
    width: 140px;
    margin: 30px auto 20px auto;
    padding:10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;  
    background:transparent;
}
.button-wht:hover {
    background-color: #006f93;
}
 
/* grey background */
.grey-bg{
    background-color: #535966;
    color: #ffffff;
    padding: 10px 10%;
    
}

/* quote */
.pull-quote {
    font-size: 40px;
    font-family:  "playfair display", "georgia", "serif" ;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    
    color: #ffffff;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;
}

.clear{
    clear:both;
}

/* Page 1 Index */


/* Hero Section Start */
#hero {
    width: 100%; 
    height: 625px;
    background-image:url('../img/eames-chair-main.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
/* Hero Section End */

/* Focus Section Start */

/* 3 column box */
.focus-grid {
    
    margin-bottom: 40px;
}

/* Column style */
.focus-grid article {
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}

.focus-grid article.last-col {
    margin-right: 0;
}



/* Focus Section ends */

/* About Section Start */

.about {
    margin-bottom: 60px;
}

.about p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.about .button {
    margin: 25px 0 0 0;
}

/* Page 1 Index end */


/* Page 2 philosophy */

/* Iconic grid section */

.iconic-grid {
    
    margin-bottom: 40px; /* pushes stuff down */
}

/* large image box on left */
.iconic-grid .large-image {
    float: left;
    width: 64%;
}

.iconic-grid .large-image img {

    width: 100%;
    height: 365px;
    object-fit: cover;
    display: block;
}

/*  image grid on left */

.iconic-grid .small-images {
    float: right;
    width: 32%;

}

.iconic-grid .small-images img{
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;

}

.iconic-grid .small-images img#togo-img {
    margin-bottom: 15px;
}



/* newsletter */
.newsletter-section {
    margin-top: 50px;
    margin-bottom: 40px;
}

/*  philosophy text 3 columns */

.philosophy-grid {
    
    line-height: 1.5;
    margin-bottom: 40px;

}

.philosophy-grid .column{
    float: left;
    width: 30%;
    margin-right: 5%;
}

.philosophy-grid .column.last-column{
    margin-right: 0%; /* removes margin from right side */
}
/* end page 2 philosophy */


/* start page 3 designers */

/* top 3 card layout and content w/grey bg */
.d-section {
    padding: 20px;
}

.d-card {
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 5%;
    margin-bottom: 40px;
}

.d-card.last-card{
    margin-right: 0%;
}
.d-card img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    display: block;
   margin-bottom: 20px;

}

.d-card h3{
    text-align: center;
    margin-bottom: 15px;
}

.d-card ul {
    list-style: unset;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 20px;
}

.d-card li {
    margin-bottom: 8px;
}

.d-card .button-wht{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    box-sizing: border-box; 

}

/* Bottom 3 card grid */

.d-card-bottom {
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 5%;
    margin-bottom: 40px;
}

.d-card-bottom.last-card{
    margin-right: 0%;
}

.d-card-bottom h3{
    text-align: center;
    margin-bottom: 15px;
}

.d-card-bottom ul {
    list-style: unset;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 20px;
}

.d-card-bottom li {
    margin-bottom: 8px;
}
.d-card-bottom img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    display: block;
   margin-bottom: 20px;

}

.d-card-bottom .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;

}

/* end page 3 designers */

/* start page 4 contact */

/* hero section */

.contact-hero {
    position: relative;
    width: 50%;
    margin: 40px auto;
    height: 550px;
}

.hero-bg {
    background-color: #535966;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 1;

}

.hero-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    
    z-index: 2;
}

.hero-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* contact form section */

.contact-row {
    width: 100%;
    margin-top: 30px;
}

.contact-img-circle {
    float: right;
    width: 30%;
}

.contact-img-circle img.circle {
    width: 220px;
    height: 220px;

}

.contact-form {
    width: 65%;
}

.contact-form label {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 6px;
    display: block; /* stacks form elements */
}

/* contact form section ends */




