/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'latin_modern_roman10_regular';
    src: url('../font/lmroman10-regular-webfont.eot');
    src: url('../font/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lmroman10-regular-webfont.woff') format('woff'),
         url('../font/lmroman10-regular-webfont.ttf') format('truetype'),
         url('../font/lmroman10-regular-webfont.svg#latin_modern_roman10_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ________________________________BASE STYLES */

body {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #656557;
	background: #f3f3f3;
	}
	
/* ___________TYPESTYLES */
	
h1 {
	font-size: 30px;
	font-weight: 700;
	}
	
h2, h4, h5 {
	font-family: 'latin_modern_roman10_regular', serif;
	}
	
h2 {
	font-size: 24px;
	}
	
h3 {
	font-weight: 700;
	}
	
h4 {
	font-size: 17px;
	}
	
h5 {
    font-size: 17px;
    margin-bottom: 60px;
    }

p {
	margin-bottom: 20px;
	}
	
strong {
	font-weight: 700;
	}

p a {
    text-decoration: none;
    font-weight: 700;
    color: #656557;
    }

p a:hover, p a:active {
    text-decoration: underline;
    color: #8f8e86;
    }

/* ________________________________LAYOUT */


/* ___________BANNER */

.banner-top {
/*    outline: 1px dotted lime; */
	background: white;
    opacity: 0.95;
	box-shadow: 0px 2px 1px rgba(184, 184, 184, 0.46);
	position: absolute;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
	}

header {
	overflow: auto;
    width: 100%;    
	}

header img {
	float: left;
	margin: 20px 10px 15px 10px;
	}

/* ___________NAV */

nav a {
	text-decoration: none;
	color: #656557;
	}

.current a {
    color: #bebdb7;
    }

nav a:hover, nav a:active {
	color: #e88794;
	}	

a.menu-link {
/*    outline: 1px dotted lime;*/
    text-decoration: none;
	color: #a8a8a8;
    float: right;
    display: block;
    padding: 0px 0px 0px 10px;
    margin: 14px 10px 0px 10px;
	}

a.menu-link:hover, a.menu-link:active {
	color: #e88794;
	}

nav {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}

.js nav {
	overflow: hidden;
	max-height: 0;
	}

nav.active {
	max-height: 300px;
	}

nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #edecec;
	}

nav li a {
    display: block;
	padding: 12px;
	border-bottom: 1px solid #edecec;
	}


/* ___________Container */

.container-home {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/index/francesgray_container_index_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-drawing {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/lifedrawing/francesgray_container_drawing_small.jpg) no-repeat center center;
    background-size: cover;
    }


.container-solo {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/solo/solo-container-small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-lui {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/lui/francesgray_container_lui_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-jave {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/jave/francesgray_container_jave_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-eve {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/everleigh/francesgray_container_eve_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-feast {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/feast/francesgray_container_feast_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-chem {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/chem/francesgray_container_chem_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-anchor {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/anchorage/francesgray_container_anchorage_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-hone {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/hone/francesgray_container_hone_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-big {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/big/francesgray_container_big_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-liw {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/liw/francesgray_container_liw_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-crux {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/crux/francesgray_container_crux_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-mcivers {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/mcivers/francesgray_container_mcivers_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-botanic {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/botanic/francesgray_container_botanic_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-herald {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/herald/francesgray_container_herald_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-position {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/position/francesgray_container_position_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-letters {
    width:100%;
    height: 400px;
    margin-top: 72px;
    overflow: hidden;
    background: url(../img/letters2/francesgray_container_letters_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-trin {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/catrina/francesgray_container_trin_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-summer {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/summer/francesgray_container_summer_small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-print {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/print/print-container-small.jpg) no-repeat center center;
    background-size: cover;
    }

 .container-personal {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/personal/francesgray_container_paper_small.jpg) no-repeat center center;
    background-size: cover;
    }

 .container-hfcr {
    width:100%;
     height: 400px;
     margin-top: 74px;
     overflow: hidden;
      background: url(../img/hfcr/hfcr-container-small.jpg) no-repeat center center;
     background-size: cover;
     }

 .container-ed {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/ed/ed-container-small.jpg) no-repeat center center;
    background-size: cover;
    }

.container-evia {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/evia/evia-container-small.jpg) no-repeat center center;
    background-size: cover;
     }

.container-mdc {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/mdc/francesgray_container_mdc_small.jpg) no-repeat center center;
    background-size: cover;
        }
    
.container-social {
        width:100%;
        height: 400px;
        margin-top: 74px;
        overflow: hidden;
         background: url(../img/social/social-container-small.jpg) no-repeat center center;
        background-size: cover;
              }

.container-virgin {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/virgin/vma-container-small.jpg) no-repeat center center;
    background-size: cover;
        }

.container-boq {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/boq/boq-container-small.jpg) no-repeat center center;
    background-size: cover;
        }

.container-me {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/me/me-container-small.jpg) no-repeat center center;
    background-size: cover;
        }

.container-career {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/careersfest/cf17-container-small.jpg) no-repeat center center;
    background-size: cover;
        }

.container-lam {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/lam/lam-container-small.jpg) no-repeat center center;
    background-size: cover;
        }

.container-insidejob {
    width:100%;
    height: 400px;
    margin-top: 74px;
    overflow: hidden;
    background: url(../img/insidejob/insidejob-container-small.jpg) no-repeat center center;
    background-size: cover;
        }


/* ____________MAIN */	

main {
	max-width: 1400px;
	margin: 2% 10px;
	margin-top: 40px;
	}

.content {
    margin-bottom: 50px;
    padding-top: 20px;
    }

.line {
    font-weight: 400;
	font-size: 40px;
	line-height: 0.4;
	margin: 10px 0;
    width: 26px
	}

.previous {
    float: left;
    margin: 20px 0 0 2%;
    }

.previous a {
    color: #656557;
    text-decoration: none;
    }

.previous a:hover, .previous a:active {
    color: #e88794;
    }

 .next {
    float: right;
    margin: 20px 1% 0 0;
     }

.next a {
    color: #656557;
    text-decoration: none;
    }

.next a:hover, .next a:active {
    color: #e88794;
    }
	
/* ___________ARTICLES */

article {
	float: left;
    padding: 20px 0 0 10px;
	}
	
.description {
	padding-bottom: 40px;
	}

article .special {
    float: left;
    display: block;
    padding-left: 0;
    }

/* ___________THUMBNAILS */
	
.thumb {
	float: left;
	margin: 0 10px 10px 0;
    width: 100%;
	}

.thumb img {
	width: 100%;
	}
	
.bwWrapper {
	position:relative;
	display:block;
	}

.thumbnails article {
	padding: 0px 0 0 0px;
	}

/* ___________IMAGES */	

.project img {
	float: left;
	width: 98%
	}
		
.project img {
    margin: 2% 1% 0 1%;
    }

.project iframe {
    width: 98%;
    margin: 2% 1% 0 1%;
    border: none;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 98%;
    margin: 2% 1% 0 1%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.half img {
    width: 47.9%;
    float: right;
    }

.third img {
    width: 39.83%;
    }

.two-third img {
    width: 55.9%;
    }

.about-container {
    max-width: 100%;
    Height: 400px;
    margin: 100px 0 30px 0;
    overflow: hidden;
    background: url(../img/about/francesgray_hello_about.jpg) no-repeat center center;
    background-size: cover;
    }

.contact-container {
    max-width: 100%;
    Height: 400px;
    margin: 100px 0 30px 0;
    overflow: hidden;
    background: url(../img/contact/francesgray_hello_about.jpg) no-repeat center center;
    background-size: cover;
    }

    

.grid {
    float: left;
    width: 100%;
    }

.grid-item { 
    width: 48%;
    float: left;
    margin: 0 3px 1px 3px;
    }

.gridletters img {
    width: 100%;
    }

/* ___________index page */

 .button {
    padding-top: 10px;
	max-width: 95%;
    height: 35px;
    background-color:#f5b5bf;
    }

.button a {
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #f3f3f3;
    }

.button:hover, .button:active {
    background-color:#e88794;
    } 

.secondary .button {
    margin: 10px auto;
    }


/* ___________letter page */
    
.letter-block {
    margin-top: 95px;
    }

/* ___________Form */

.form-block {
    margin-top: 20px;
    }

#contact-area {
    float: left;
	width: 100%;
	margin-top: 30px;
    margin-left: 5px;
    }

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 95%;
	font-family: Helvetica, sans-serif;
    color: #656557;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 0px solid #e7e7e7;
    }


#contact-area textarea {
	height: 150px;
    }

#contact-area textarea:focus, #contact-area input:focus, #contact-area input:active {
	border: 0px solid #cbcbcb;
    outline: none;
    }

#contact-area input.submit-button {
    font-size: 16px;
	width: 100px;
	float: right;
    margin-right: 5px;
    border: none;
    color: #f3f3f3;
    }

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 300px;
	padding-top: 8px;
    padding-bottom: 3px;
    }

.submit-button {
    background-color: #f5b5bf;
    -webkit-appearance:none;
    -webkit-border-radius:0;    
    }

.submit-button:hover, .submit-button:active {
    background-color: #e88794;
    }


/* ___________Thank you submit */

.thankyou-block {
    margin-top: 130px;
    }

.thankyou-block .line {
    margin-bottom: 341px
    }

/* ___________secondary */

.secondary {
	max-width: 1200px;
	margin: 0 auto 0 auto;
	clear: both;
	}

.previous {
    margin: 20px 0 0 12px; 
    }

.next {
    margin: 20px 13px 0 0; 
    }


/* ___________CONTACT BAR */

.footer-first {
    float: left;
    margin-top: 80px;
    width: 100%;
    padding: 40px 5px 20px 5px;
    background-color: #f5b5bf;
    }

.footer-first:hover, .footer-first:active {
    background-color: #e88794;
    }

.footer-first  p {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    color: #f3f3f3;
    max-width: 100%;
    }


/* ___________FOOTER */

footer {
/*	max-width: 1200px;*/
	margin: 0 auto 30px auto;
	clear: both;
	}
	
footer p {
	font-size: 11px;
	text-align: right;
    color: #bebdb7;
	padding-top: 25px;
	padding-right: 10px;
	}
	
footer img {
	float: left;
	padding-top: 25px;
    max-height: 14px;
	padding-left: 10px;
	}
	

/* ________________________________Queries */

@media only screen and (min-width: 450px) {
    
    .banner-top {
        position: fixed;
        }
    
    header {
       width: 97%;
       margin: 0 10px;
        }
    
    /* ___________Container */
    
    .container-home {
        height: 483.3px;
        background: url(../img/index/francesgray_container_index_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-drawing {
        height: 483.3px;
        background: url(../img/lifedrawing/francesgray_container_drawing_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-solo {
        height: 483.3px;
        background: url(../img/solo/solo-container-med.jpg) no-repeat center center;
        background-size: cover;
        }   
    
    
    .container-personal {
        height: 483.3px;
        background: url(../img/personal/francesgray_container_paper_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-lui {
        height: 483.3px;
        background: url(../img/lui/francesgray_container_lui_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-jave {
        height: 483.3px;
        background: url(../img/jave/francesgray_container_jave_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-eve {
        height: 483.3px;
        background: url(../img/everleigh/francesgray_container_eve_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-feast {
        height: 483.3px;
        background: url(../img/feast/francesgray_container_feast_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-chem {
        height: 483.3px;
        background: url(../img/chem/francesgray_container_chem_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-anchor {
        height: 483.3px;
        background: url(../img/anchorage/francesgray_container_anchorage_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-hone {
        height: 483.3px;
        background: url(../img/hone/francesgray_container_hone_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-big {
        height: 483.3px;
        background: url(../img/big/francesgray_container_big_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-liw {
        height: 483.3px;
        background: url(../img/liw/francesgray_container_liw_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
     .container-crux {
        height: 483.3px;
        background: url(../img/crux/francesgray_container_crux_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-mcivers {
        height: 483.3px;
        background: url(../img/mcivers/francesgray_container_mcivers_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-botanic {
        height: 483.3px;
        background: url(../img/botanic/francesgray_container_botanic_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-herald {
        height: 483.3px;
        background: url(../img/herald/francesgray_container_herald_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-position {
        height: 483.3px;
        background: url(../img/position/francesgray_container_position_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-letters {
        height: 483.3px;
        background: url(../img/letters2/francesgray_container_letters_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-trin {
        height: 483.3px;
        background: url(../img/catrina/francesgray_container_trin_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-summer {
        height: 483.3px;
        background: url(../img/summer/francesgray_container_summer_med.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-print {
        height: 483.3px;
        background: url(../img/print/print-container-med.jpg) no-repeat center center;
        background-size: cover;
        }
    
     .container-hfcr {
         height: 483.3px;
         background: url(../img/hfcr/hfcr-container-med.jpg) no-repeat center center;
         background-size: cover;
         }

    .container-ed {
        height: 483.3px;
        background: url(../img/ed/ed-container-med.jpg) no-repeat center center;
        background-size: cover;
         }

     .container-evia {
        height: 483.3px;
        background: url(../img/evia/evia-container-med.jpg) no-repeat center center;
        background-size: cover;
         }

    .container-mdc {
        height: 483.3px;
        background: url(../img/mdc/francesgray_container_mdc_med.jpg) no-repeat center center;
        background-size: cover;
         }

         .container-social {
            height: 483.3px;
            background: url(../img/social/social-container-med.jpg) no-repeat center center;
            background-size: cover;
             }
    
    .container-virgin {
        height: 483.3px;
        background: url(../img/virgin/vma-container-med.jpg) no-repeat center center;
        background-size: cover;
         }
    
        .container-boq {
        height: 483.3px;
        background: url(../img/boq/boq-container-med.jpg) no-repeat center center;
        background-size: cover;
         }
    
    .container-me {
        height: 483.3px;
        background: url(../img/me/me-container-med.jpg) no-repeat center center;
        background-size: cover;
         }
    
    .container-career {
        height: 483.3px;
        background: url(../img/careersfest/cf17-container-med.jpg) no-repeat center center;
        background-size: cover;
         }
    
    .container-lam {
        height: 483.3px;
        background: url(../img/lam/lam-container-med.jpg) no-repeat center center;
        background-size: cover;
         }
    
    .container-insidejob {
        height: 483.3px;
        background: url(../img/insidejob/insidejob-container-med.jpg) no-repeat center center;
        background-size: cover;
         }

    
    /* ___________Main */
    
    .content {
        margin: 0 1.5%;
        }
    
    .thumb {
		width: 47%;
		margin: 5% 1.5% -2% 1.5%;
		}  
    
    .grid-item { 
        margin: 0 .7% 1% .7%;
        }
    
    article .special {
        padding-left: 2%;
        }
    
    /* ___________Index page */ 
    
     .button {
        max-width: 94%;
        }
    
    .secondary {
        margin-top: 70%;
        }
    
    /* ___________About page */
    
    .about-container {
        Height: 500px;
        margin: 100px 0 30px 0;
        }
    
    .about-block {
        margin-top: 30px;
        }
    
    /* ___________Form page*/
    
    
    .contact-container {
        Height: 500px;
        margin: 100px 0 30px 0;
        }
    
    .form-block {
        margin-top: 20px;
        }

    #contact-area input, #contact-area textarea {
        padding: 5px;
        width: 97%;
        }
    
    /* ___________secondary */

    .previous {
        margin: 20px 0 0 2%; 
        }

    .next {
        margin: 20px 2% 0 0; 
        }
    
    /* ___________Footer */
    
    footer p {
        padding-right: 15px;
        }
        
    footer a {
        display: none;
        }
    
    }


@media only screen and (min-width: 750px) {
    
    header {
       width: 98.3%;
        }
    
    /* ___________Navigation */
    
    a.menu-link {
	   display: none;
	   }
    
	.js nav {
		max-height: none;
	   }
    
	nav {
		float: right;
	   }
    
	nav ul {
		margin: 0 0 0 -4px;
		border: 0;
	   }
	
	nav  li {
		float: left;
		margin: 28px 12px 0 4px;
	   }
    
	nav li a {
        padding: 12px 3px;
		border: 0;
	   }
    
    .current a {
        color: #bebdb7;
        }
    
    
    /* ___________Container */
    
    .container-home {
        height: 566.6px;
        background: url(../img/index/francesgray_container_index_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-drawing {
        height: 566.6px;
        background: url(../img/lifedrawing/francesgray_container_drawing_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-solo {
        height: 566.6px;
        background: url(../img/solo/solos-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-personal {
        height: 566.6px;
        background: url(../img/personal/francesgray_container_paper_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-lui {
        height: 566.6px;
        background: url(../img/lui/francesgray_container_lui_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-jave {
        height: 566.6px;
        background: url(../img/jave/francesgray_container_jave_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-eve {
        height: 566.6px;
        background: url(../img/everleigh/francesgray_container_eve_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-feast {
        height: 566.6px;
        background: url(../img/feast/francesgray_container_feast_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-chem {
        height: 566.6px;
        background: url(../img/chem/francesgray_container_chem_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-anchor {
        height: 566.6px;
        background: url(../img/anchorage/francesgray_container_anchorage_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-hone {
        height: 566.6px;
        background: url(../img/hone/francesgray_container_hone_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-big {
        height: 566.6px;
        background: url(../img/big/francesgray_container_big_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-liw {
        height: 566.6px;
        background: url(../img/liw/francesgray_container_liw_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
     .container-crux {
        height: 566.6px;
        background: url(../img/crux/francesgray_container_crux_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-mcivers {
        height: 566.6px;
        background: url(../img/mcivers/francesgray_container_mcivers_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-botanic {
        height: 566.6px;
        background: url(../img/botanic/francesgray_container_botanic_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-herald {
        height: 566.6px;
        background: url(../img/herald/francesgray_container_herald_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-position {
        height: 566.6px;
        background: url(../img/position/francesgray_container_position_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-letters {
        height: 566.6px;
        background: url(../img/letters2/francesgray_container_letters_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-trin {
        height: 566.6px;
        background: url(../img/catrina/francesgray_container_trin_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-summer {
        height: 566.6px;
        background: url(../img/summer/francesgray_container_summer_large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-print {
        height: 566.6px;
        background: url(../img/print/print-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
        .container-hfcr {
            height: 566.6px;
            background: url(../img/hfcr/hfcr-container-large.jpg) no-repeat center center;
            background-size: cover;
            }

        .container-ed {
            height: 566.6px;
            background: url(../img/ed/ed-container-large.jpg) no-repeat center center;
            background-size: cover;
            }

    .container-ed {
        height: 566.6px;
        background: url(../img/evia/evia-container-large.jpg) no-repeat center center;
        background-size: cover;
        }

    .container-mdc {
        height: 566.6px;
        background: url(../img/mdc/francesgray_container_mdc_large.jpg) no-repeat center center;
        background-size: cover;
        }
        .container-social {
            height: 566.6px;
            background: url(../img/social/social-container-large.jpg) no-repeat center center;
            background-size: cover;
            }
    
    .container-virgin {
        height: 566.6px;
        background: url(../img/virgin/vma-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-boq {
        height: 566.6px;
        background: url(../img/boq/boq-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-me {
        height: 566.6px;
        background: url(../img/me/me-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-career {
        height: 566.6px;
        background: url(../img/careersfest/cf17-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-lam {
        height: 566.6px;
        background: url(../img/lam/lam-container-large.jpg) no-repeat center center;
        background-size: cover;
        }
    
        .container-insidejob {
        height: 566.6px;
        background: url(../img/insidejob/insidejob-container-large.jpg) no-repeat center center;
        background-size: cover;
        }

    
    /* ___________Main */
    
    .content {
        margin: 0 1.5% 50px .8%;
        }
    
    .thumb {
        width: 31.3333333%;
		margin: 0 1% 2% 1%;
		}
		
	article {
		width: 48.5%;
		}
    
    .project-article {
        padding: 0;
        }
    
    /* ___________Index page */ 
    
     .button {
         max-width: 31%
        }

    /* ___________IMAGES */	
    
	.project img {
		margin: 2% 1% 0 1%;
		}
    
    .grid-item { 
        width: 31.8%;
        margin: 0 .7% 1% .7%;
        }
    
    /* ___________About page */
    
    .about-container {
        float: left;
        width: 44%;
        Height: 500px;
        margin: 30px 4% 0 10px;
        }
    
    .about-block {
        margin-top: 130px;
        }
    
    /* ___________Form page*/
    
    .contact-container {
        float: left;
        width: 44%;
        Height: 500px;
        margin: 30px 4% 0 10px;
        }
    
    .form-block {
        margin-top: 130px;
        }
    
    #contact-area {
        width: 49%;
        margin-bottom: 40px;
        }
    
    /* ___________secondary */
    
    .secondary {
	   max-width: 1400px;
	   margin: 0 auto 0 auto;
	   clear: both;
	   }
    
    .previous {
        margin: 20px 0 0 2.1%;
        }
    
   .next {
        margin: 20px 2.1% 0 0;
        }
    
    }

@media only screen and (min-width: 1200px) {

    header {
/*   	    width: 1200px;*/
        margin: 0 auto;
        }
    
    /* ___________Container */
    
    .container-home {
        height: 650px;
        background: url(../img/index/francesgray_container_index_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-drawing {
        height: 650px;
        background: url(../img/lifedrawing/francesgray_container_drawing_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-solo {
        height: 650px;
        background: url(../img/solo/solo-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-personal {
        height: 650px;
        background: url(../img/personal/francesgray_container_paper2_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-lui {
        height: 650px;
        background: url(../img/lui/francesgray_container_lui_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-jave {
        height: 650px;
        background: url(../img/jave/francesgray_container_jave_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-eve {
        height: 650px;
        background: url(../img/everleigh/francesgray_container_eve_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-feast {
        height: 650px;
        background: url(../img/feast/francesgray_container_feast_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-chem {
        height: 650px;
        background: url(../img/chem/francesgray_container_chem_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-anchor {
        height: 650px;
        background: url(../img/anchorage/francesgray_container_anchorage_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-hone {
        height: 650px;
        background: url(../img/hone/francesgray_container_hone_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-big {
        height: 650px;
        background: url(../img/big/francesgray_container_big_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-liw {
        height: 650px;
        background: url(../img/liw/francesgray_container_liw_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-crux {
        height: 650px;
        background: url(../img/crux/francesgray_container_crux_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-mcivers {
        height: 650px;
        background: url(../img/mcivers/francesgray_container_mcivers_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-botanic {
        height: 650px;
        background: url(../img/botanic/francesgray_container_botanic_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-herald {
        height: 650px;
        background: url(../img/herald/francesgray_container_herald_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-position {
        height: 650px;
        background: url(../img/position/francesgray_container_position_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
     .container-letters {
        height: 650px;
        background: url(../img/letters2/francesgray_container_letters_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
     .container-trin {
        height: 650px;
        background: url(../img/catrina/francesgray_container_trin_full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-summer {
        height: 650px;
        background: url(../img/summer/francesgray_container_summer_full.jpg) no-repeat center center;
        background-size: cover;
        }

        .container-hfcr {
            height: 650px;
            background: url(../img/hfcr/hfcr-container-full.jpg) no-repeat center center;
            background-size: cover;
            }

        .container-print {
            height: 650px;
            background: url(../img/print/print-container-full.jpg) no-repeat center center;
            background-size: cover;
            }

         .container-ed {
            height: 650px;
            background: url(../img/ed/ed-container-full.jpg) no-repeat center center;
            background-size: cover;
            }

    .container-evia {
        height: 650px;
        background: url(../img/evia/evia-container-full.jpg) no-repeat center center;
        background-size: cover;
         }

    .container-mdc {
        height: 650px;
        background: url(../img/mdc/francesgray_container_mdc_full.jpg) no-repeat center center;
        background-size: cover;
            }

     .container-social {
        height: 650px;
        background: url(../img/social/social-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
     .container-virgin {
        height: 650px;
        background: url(../img/virgin/vma-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
      .container-boq {
        height: 650px;
        background: url(../img/boq/boq-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-me {
        height: 650px;
        background: url(../img/me/me-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-career {
        height: 650px;
        background: url(../img/careersfest/cf17-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
    .container-lam {
        height: 650px;
        background: url(../img/lam/lam-container-full.jpg) no-repeat center center;
        background-size: cover;
        }
    
        .container-insidejob {
        height: 650px;
        background: url(../img/insidejob/insidejob-container-full.jpg) no-repeat center center;
        background-size: cover;
        }

    /* ___________Main */
        
    main {
        margin: 2% auto;
        }
    
    article {
        margin-top: 20px;
		}
    
    /* ___________Index page */ 
    
     .button {
         max-width: 31.5%
        }
    
    
    /* ___________About page */
    
    .about-container {
        float: left;
        width: 44%;
        Height: 600px;
        margin: 30px 4% 0 10px;
        }
    
    /* ___________form page */
    
    .contact-container {
        float: left;
        width: 44%;
        Height: 600px;
        margin: 30px 4% 0 10px;
        }
    
      /* ___________secondary */
    
    .previous {
        margin: 20px 0 0 12px;
        }
    
   .next {
        margin: 20px 11px 0 0;
        }

    }