/* ===== BASIC ===== */
html,body{
    margin: 0 auto;
    background: #ededed;    
}

@font-face{
    font-family: Noodle;
    src: url(../font/Noodle.ttf);
}

@font-face{
    font-family: HACKED;
    src: url(../font/HACKED.ttf);
}

@font-face{
    font-family: LSRegular;
    src: url(../font/LSRegular.otf);
}

@font-face{
    font-family: LearningCurve;
	src: url(../font/LearningCurve.eot);  /* IE9 */
    src: url(../font/LearningCurve.ttf);  /* Safari, Android, iOS */
	src: url(../font/LearningCurve.woff); /* Moderne Browsers */
	src: url(../font/LearningCurve.otf); 
}

/* ===== NAV ===== */
/* CLEARFIX */
.clearfix:before,
.clearfix:after{
    content: "";
    display: table;
}

.clearfix:after{
    clear: both;
}

/* BASIC MENU */

#logo{
    float: left;
    margin: 7.5px 25px 0 25px;
    display: block;
    /* background: url("../img/logo_width.png") center center no-repeat; */
    }
    a.logo{
        float: left;
        margin: 0 25px 0 25px;
        display: block;
        }

nav{
    font-family: Noodle;
    height: 5.6em;
    width: 100%;
    background: none repeat scroll 0 0 rgba(26, 26, 26, 0.25);
    position: fixed;
    z-index: 1;
    top: 0;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;	
}

nav ul{
    float: right;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 70px;
    }
    nav ul.logo{
        float: left;
    }

nav li{
    display: inline;
    margin-left: auto;
    margin-right: auto;
}

nav a{
    color: #FFF;
    display: inline-block;
    width: 120px;
    text-align: center;
    text-decoration: none;
    line-height: 5.6em;
}

nav li a{
    transition: all 0.25s ease-in-out 0s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

nav li.selected a{
    color: #000;
}

nav li:last-child a{
    border-right: 0;
}

nav a:hover, nav a:active{
    color: #2C2B2A;
}

nav a#pull{
    display: none;
    font-family: Noodle;
    }
    nav a#pull:hover{
        transition: all 0.25s ease-in-out 0s;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box; 
        }

/* 768px (iPad) AND HIGHER */
@media screen and (min-width: 768px){
    a.primarytop{
        display: none;
    }
}

/* 768px (iPad) AND LOWER */
@media screen and (max-width: 768px){
    nav{ 
        height: auto;
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
        top: 0;
    }

    nav ul{
        width: 100%;
        display: block;
        height: auto;
        margin: 0;
        float: none;
    }

    nav li{
        width: 50%;
        float: none;
        position: relative;
    }

    nav li a{
        line-height: 50px;
        height: 50px;
        border-bottom: 1px solid #8A8785;
        color: #000;
    }

    nav a{
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }

    a.top{
        display: none;
    }

    #logo{
        height: 100%;
        padding-bottom: 10px;
    }

    p.validate{
        display: none;
    }
}

/* 515PX AND LOWER */
@media only screen and (max-width : 768px){
    nav{
        border-bottom: 0;
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
        border-bottom: 2px solid #8A8785;
    }

    nav ul{
        display: none;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    nav a#pull{
        display: block;
        color: #000;
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
        width: 100%;
        position: relative;
    }

    nav a#pull:after{
        content:"";
        background: url(../img/nav-icon.png) no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 32px;
    }
}

/* SMARTPHONE */
@media only screen and (max-width : 320px){
    nav li{
        display: block;
        float: none;
        width: 100%;
    }

    nav ul{
        float: none;
    }

    h1.header{
        font-size: 1.2em;
    }
}

/* ===== INTRO ===== */
#intro{
    width: 100%;
    min-height: 100%;

    background: url(../img/intro.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: absolute;
    }
    h1.title{
        font-family: Noodle;
        letter-spacing: 3px;
        font-size: 56px;
        text-transform: uppercase;
        text-align: center;
        margin: 120px 0px 0px 0px;
        text-shadow: 3px 0px 0 rgba(0, 0, 0, 0.2);
        }
        h1.title span{
            color: #E74C3C;
            }
            p.intro{
                font-family: Noodle;
                font-size: 22px;
                text-align: center;
                }
                p.intro span{
                    font-size: 48px;
                    color: #67ad4a;
                    }
                    p.intro span.css{
                        color: #016fba;
                        }
                        p.intro span.html{
                            color: #e44d26;
                            }
                            img.selfie{
                                display: block;
                                margin: 0 auto;
                                margin-top: 125px;
                                width: 256px;
                                height: 256px;
                                }
                                p.need_website{
                                    font-size: 2.2em;      
                                    text-shadow: 3px 0px 0 rgba(0, 0, 0, 0.2);   
                                    color: #000;            
                                    font-family: Noodle;
                                    margin: 40px 0 20px 0;
                                    text-align: center;
                                    }
                                    a.button{
                                        font-family: Noodle;
                                        font-size: 1.6em;
                                        text-align: center;
                                        width: 150px;
                                        margin: 0 auto;
                                        display: block;
                                        text-decoration: none;
                                        border: 0;
                                        background: #e44d26;
                                        border-radius: 4px;
                                        box-shadow: 0 5px 0 #b3391a;
                                        color: #fff;
                                        cursor: pointer;
                                        outline: 0;
                                        padding: 12px;
                                        transition: all .1s linear;                                     
                                        }
                                        a.button:active{
                                            box-shadow: 0 2px 0 #b3391a;
                                            transform: translateY(3px);                                    
                                            }

@media only screen and (max-width : 767px){
    img.selfie{
        width: 128px;
        height: 128px;
    }
}

/* ===== VALIDATE ===== */
p.validate{
    position: fixed;
    bottom: 0;
    left: 50%;
    text-align: center;
    margin-left: -44px; /*negative half the width */
    width: 88px;
}

/* ===== CONTENT ===== */
#content{
    margin: 90px auto 0px auto;
    max-width: 960px;
    width: 100%;
    }
    .content{
        font-family: Noodle;
        font-size: 52px;
        text-align: center;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        color: #000;
        }
        .content h1{
            margin: 0px 0px 20px 0px;
            }  
            h1.thanks{
                font-size: 86px;
                text-shadow: 3px 0px 0 rgba(0, 0, 0, 0.2);
                }  
                h1.header{
                    text-shadow: 5px 0px 0 rgba(0, 0, 0, 0.4);
                    }    
                    h3.work{
                        color: #FFF;
                        text-shadow: 3px 0px 0 rgba(0, 0, 0, 0.2);
                        }

/* ===== PHOTOGRID ===== */
#photos {
   /* Prevent vertical gaps */
   line-height: 0;

   -webkit-column-count: 3;
   -webkit-column-gap:   0px;
   -moz-column-count:    3;
   -moz-column-gap:      0px;
   column-count:         3;
   column-gap:           0px;

}
#photos img {
    border-radius: 5px;
    width: 90%;
    margin: 20px 0 20px 0;
    opacity: 0.5;
    }
    #photos video{
        border-radius: 5px;
        width: 90%;
        margin: 20px 0 20px 0;
        opacity: 1;
        }
        #photos img:hover, video:hover{
            opacity: 1;
            transition: 0.25s ease-in-out 0s;
            }

@media (max-width: 1200px) {
    #photos {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
    }
}
@media (max-width: 1000px) {
    #photos {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
    }
}
@media (max-width: 800px) {
    #photos {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
    }
}
@media (max-width: 400px) {
    #photos {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
    }
}

/* ===== SECTIONS ===== */
*,
*:after,
*::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    section{
    font-size: 20px;
    position: relative;
    color: #fff;
    }   
    p.column{
        color: #000;
        margin: 25px 0 0 0;
        font-size: 22px;
        text-align: left;
        }
        p.column span{
            font-size: 18px;
            color: #FFF;
            }
            p.column span a{
                color: #FFF;
                text-decoration: none;
                transition: all 0.2s ease-in 0s;
                box-sizing:border-box;
                -moz-box-sizing:border-box;
                -webkit-box-sizing:border-box;                
                }
                p.column span a:hover{
                    color: #000;  
                    text-decoration: none;  
                    }
                    .column{
                        width: 100%;
                        display: inline-block;
                        vertical-align: top;
                        margin: 0 0 150px 0;
                        }
                        h1.column, h2.column{
                            margin: 15px 0 0 0;
                            text-align: left;
                            font-size: 32px;
                            color: #FFF;
                            }
                            .column img, .columnmid img{
                                max-width: 100%;
                                margin: 20px 0 0 0;
                                float: left;                          
                                }
                                div.right{
                                    float: right;
                                    width: 100%;
                                    max-width: 455px;
                                    margin: 0 0 0 25px;
                                    }

/* ===== FRAME BUTTON ====== */                                
a.btn.draw{
    color: #FFF;
    float: left;
    text-decoration: none;
    -moz-transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    margin: 45px 0 0 0;
    }
    a.btn.draw:hover{
        background: transparent;
        color: #000;
        }
        .btn{
            font-family: Noodle;
            display: inline-block;
            padding: .6em 5em;
            background: none repeat scroll 0 0 rgba(26, 26, 26, 0.4);
            font-size: 1em;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -moz-transition: all 350ms ease;
            -webkit-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease;
            }
            .btn.draw{
                position: relative;
                }
                .btn.draw:hover span.frame-left,
                .btn.draw:hover span.frame-right{
                    height: 100%;
                    }
                    .btn.draw:hover span.frame-top,
                    .btn.draw:hover span.frame-bottom{
                        width: 100%;
                        }   
                        .btn.draw span{
                            position: absolute;
                            background: #000;
                            -moz-transition: all 400ms ease;
                            -webkit-transition: all 400ms ease;
                            -o-transition: all 400ms ease;
                            transition: all 400ms ease;
                            }
                            .btn.draw span.frame-left{
                                left: 0;
                                bottom: 0;
                                height: 0;
                                width: 2px;
                                }
                                .btn.draw span.frame-right{
                                    right: 0;
                                    top: 0;
                                    height: 0;
                                    width: 2px;
                                    }
                                    .btn.draw span.frame-top{
                                        left: 0;
                                        top: 0;
                                        height: 2px;
                                        width: 0;
                                        }
                                        .btn.draw span.frame-bottom{
                                            right: 0;
                                            bottom: 0;
                                            height: 2px;
                                            width: 0;
                                            }

@media screen and (max-width: 960px){
    .column{
        display: block;
        width: 90%;
        max-width: 450px;
        margin: 0 auto;
        }
        div.right{
            width: 100%;
            margin: 0 auto;
            margin: 0 0 100px 0;
            }
            p.column{
                text-align: center;
                margin: 25px auto;
                }
                h1.column, h2.column{
                    text-align: center;
                    margin: 25px auto;
                    }
                    a.btn.draw{
                        margin: 0 auto;
                        padding: .6em 2.5em;
                        float: none;
                        }
}

/* ===== SOCIAL MEDIA BUTTONS ===== */
.socialmedia img{
    margin: 0px 0 20px 0;
    border: none;
    max-width: 64px;
    max-height: 64px;
    }
    .socialmedia img:hover{
        opacity: 0.5;
        transition: 0.25s ease-in-out 0s;
        }
        
/* ===== CONTACTFORM ===== */

/* placeholder style */
::-webkit-input-placeholder {
    color: black;
    opacity: 1;
    }
    :-moz-placeholder { /* Firefox 18- */
        color: black;
        opacity: 1;
        }
        ::-moz-placeholder {  /* Firefox 19+ */
            color: black;  
            opacity: 1;
            }
            :-ms-input-placeholder {  
                color: black;  
                opacity: 1;
                }

form{
    max-width: 100%;
    margin: 0 auto;
}

input#Name{
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 460px;
    float: left;
    font-family: Noodle;
    font-size: 20px;
    border: none;    
}

input#Tel{
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 460px;
    float: right;
    font-family: Noodle;
    font-size: 20px;
    border: none;
}

input#Email{
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin: 20px 0 20px 0;
    max-width: 960px;
    float: left;
    font-family: Noodle;
    font-size: 20px;
    border: none;
}

select#Subject{
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 960px;
    float: left;
    font-family: Noodle;
    font-size: 20px;
    border: none;  
}

textarea{
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: 140px;
    max-width: 960px;
    font-family: Noodle;
    font-size: 20px;
    border: none;   
}

input.submit-button{
    font-family: Noodle;
    font-size: 22px;
    color: #FFF;
    width: 100%;
    border-radius: 5px;
    border: 0;
    font-family: Noodle;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
    text-decoration: none;
    background: #2dad2d;
    box-shadow: 0 5px 0 #138113;
    cursor: pointer;
    outline: 0;
    transition: all .1s linear;     
    }
    input.submit-button:active{
        box-shadow: 0 2px 0 #138113;
        transform: translateY(3px);     
        }

textarea:focus, input#Name:focus, input#Email:focus{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 48, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 48, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 48, 0.75);     
}

@media screen and (max-width: 768px){
    form{
        width: 90%;
    }

    input#Name{
        max-width: 100%;
    }

    input#Tel{
        max-width: 100%;
        margin: 10px 0 10px 0;
    }

    input#Email{
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    input.submit-button{
        margin-bottom: 20px;
    }
}

/* ===== CONTACT & WORK BG===== */
#contact, #work{
    background: url(../img/body_bg2.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: absolute;

    width: 100%;
    min-height: 100%;
}