/*------FONTS-------*/

/* first for Internet Explorer < 9 */
@font-face {
font-family: MoreWeb-Book;
src: url("../fonts/MoreWeb-Book.eot");
}
/* then for WOFF-capable browsers */
@font-face {
font-family: MoreWeb-Book;
src: url("../fonts/MoreWeb-Book.woff") format("woff");
}


/* RESET */
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}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}


/* Clearfix */
.cf:before,
.cf:after { content:"";display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}

/* Base Style */
body {
    font:21px/1.6 'PT Serif', serif;
    font-weight: 400;
    color:#222;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3{font-family: MoreWeb-Book, serif; font-weight:normal;text-transform: uppercase;}
h4,h5,h6{font-family: MoreWeb-Book, serif; font-weight:normal;}
h4{ font-size:42px; margin:1em 0 0; }
p{font-family: MoreWeb-Book, serif; min-height:1px; line-height: 36px;}
strong{font-weight:bold;}
hr{background: #333;border: 0;height: 2px;margin: 12px auto 8px;width: 60px;}

a{color:#960300;text-decoration:none;}
a:hover{color:#630200;}

article{
    text-align:left;
    padding:10% 0 0 0;
    width:50%;
    margin:0 auto;
}

    article h4:first-child{ margin:0; }

.button{
    display:inline-block;
    line-height:1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background:#000;
    color:#FFF;
    margin:2em 0;
}
    .button:hover{
        color:#FFF;
        background-color:#444;
    }
    .button+.button{margin-left:1em;}

.align-center{text-align: center;}



/* Sliding panels */
.curtains>li {
    background:#FFF;
    box-shadow:0 0 12px #666;
}
    .curtains>li:last-child{box-shadow:none}

/* MENU */
#menu{
    position:fixed;
    top:20px;
    left:20px;
    z-index:20;
    padding:10px;
    background-color:#000;
}
    #menu li{margin:0}
    #menu a{
        margin:0;
        color:#FFF;
    }



/* Section 1 */

#section-1{
    background:url(../img/succulents-glitched.jpg) 0 no-repeat;
    background-size:cover;
}

    #section-1 header{
        color:#FFF;
        position:absolute;
        top:50%;
        left:50%;
        margin:-30px 0 0 -200px;
        text-align:center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        line-height:1.1;
    }

    #section-1 h1{
        font-size:120px;
    }

    #section-1 h2{
        text-transform:capitalize;
        opacity:.75;
        font-size:48px;
    }

/* Section 2 */
#section-2{
}


/* Section 3 */
#section-3{
    
}
    #section-3 .photos{
        padding:150px 0;
        width:620px;
        margin-left:150px;
    }
        #section-3 .photos > :last-child{margin-bottom:0}

        #section-3 .fixed{
            position: fixed;
            top: 150px;
            left: 150px;
            width: 200px;
        }

        #section-3 .photos-inner{
            margin-left:220px;
            width:400px;
        }

        #section-3  .photos-inner img{
            display:block;
            margin:0 0 4em 0;
            max-width:100%;
            background: #fff; 
            border-radius: 1px; 
            padding: 14px 14px 63px 14px; 
            box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.1); 
        }
