/* 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 {
	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;
}
/* End CSS Reset */

body {
    background-color: #f9f9f9;
}
a {
    -o-transition:5s;
    -ms-transition:5s;
    -moz-transition:5s;
    -webkit-transition:5s;
    transition:5s;
    text-decoration: none;
}
em {
    font-style:oblique;
}
strong {
    font-style:normal;
}
img {
    width:100%;
}
h1,h2,h3,h4,h5 {
    font-family: proxima-nova, sans-serif;
    font-style:normal;
}
h3 {
    text-transform: capitalize;
    font-size:1.875em;
    padding:0 0 1% 0;
    color: #001833;
    font-weight:800;
}

header {
    background:
    linear-gradient(
        rgba(224,204,200, 1.0),
        rgba(224,204,200,0.90)
    ),
    /*bottom, image*/
    url(imagesghabli/home.jpeg);
    background-size:cover;
    background-position: center top;
    width:100%;
}

.intro {
    max-width:960px;
    margin:0 auto;
    padding:8% 0;
}

.intro h1 {
    font-size: 6em;
    text-align:center;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight:800;
    line-height:1.5em;
}

.intro h2 {
    font-size:2em;
    text-align:center;
    color:#fff;
    font-weight:300;
    text-transform:capitalize;
    letter-spacing:0.09em;
}

.wrapper {
    max-width:960px;
    margin:0 auto;
    font-family:proxima nova, sans-serif;
}

.about {
    padding:4% 0;

}

.about p {
    font-family: sans-serif;
    font-style:normal;
    font-weight:300;
    line-height:1.8;
    color:#616569;
    margin:10px auto;
    font-size:1.5em;
    padding:2% 0;
}

.about p a {
    color:#e1ccc9;
    border-bottom:2px solid;
}

.work {
    height:300px;
    padding:2% 0;
}

.work h3 {
    padding:4% 0;

}

.text-box {
    float:left;
    text-align:left;
    width:480px;
    background-color: #fff;
    height:100%;
}

.text-box-content {
    padding:4% 8%;
}

.text-box-content p {
    line-height:1.8;
    color:#616569;
    letter-spacing:.03em;
    font-size:1em;
}

.button {
    padding:5% 3%;
    border:3px solid #e0ccc8;
    letter-spacing:0.2em;
    text-decoration:none;
    color:#e0ccc8;
    text-align:center;
    display:block;
    font-weight:600;
    text-transform:uppercase;
    margin-top:48px;
}

.button:hover {
    color:#fff;
    background-color:#e0ccc8;
}

.image-area {
    width:480px;
    height:300px;
    overflow:hidden;
}

.left {
    float:left;
}
.right {
    float:right;
}

.contact {
    width:100%;
    background-color:#011833;
    padding:5% 0;
    margin-top:5%;
    clear: both;
}

.contact-content {
    max-width:960px;
    margin:0 auto;
    text-align:center;
}

.contact-content h4 {
    font-size:1.875em;
    padding:1% 0;
    color:#fff;
    font-weight:600;
    letter-spacing:0.04em;
}

.contact-content a {
    color:#e0ccc8;
    text-decoration:none;
}

.image-divider {
    padding:15% 0;
    background:0
    /*bottom, image */
    url(imagesghabli/home.jpeg);
    background-size:cover;
    background-position:center top;
}

footer {
    background-color:#e0ccc8;
    color:#fff;
    padding:2% 0;
    width: 100%;
    clear: both;
    height:100px;
}

.footer-content {
    max-width:960px;
    padding: 2% 0;
    margin:0 auto;
    font-family: sans-serif;
    font-style:normal;
    font-weight:300;
    line-height:1.4;
    color:#fff;
    letter-spacing:.03em;
    font-size:1em;
}

.credit {
    float:left;

}

.social {
    float:right;
}

.social li {
    display:inline;

}

.social li a {
    color:#fff;
    padding:0.2em;
    font-size:1.8em;
    font-weight:600;
}

.social li a:hover {
    color:#011833;
}

@media only screen and (max-width:992px) {
    .wrapper {
        padding:0 4%;
    }
    .work {
        padding:4% 0;
    }
    .image-area {
        float:left;
        width:100%;
        height:auto;
    }
    .text-box {
        width:100%;
        height:auto;
    }
    .social li a {
        font-size:1.4em;
    }
    .footer-content {
        padding:3.5%;
    }
}
@media only screen and (max-width:768px) {
    .intro h1 {
        font-size:4em;
        line-height:1.2;
    }
    .intro h2 {
        font-size:1.8em;
        padding-top:3%
    }
    .about p {
        font-size:1em;
        line-height:2;
    }
    footer {
        height:130px;
        line-height:1.3em;
    }
    footer-content {
        padding:4%;
        font-size:14px;
    }
    .social {
        float:left;

    }
    .social li a {
        font-size:1.3em;
    }
    .contact-content {
        font-size:12px;
        line-height:1.5;
    }
}

nav {
    text-align:center;
    padding:1em;
    background-color:#F3F3F3;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 20px;
    color:#fff;
}