
/********************************************************************************************

Dropplets.com 1.6.3 by Jason Schuller (Jason.sc)
Copyright Circa75 Media, LLC (Circa75.co)

*********************************************************************************************/

/* Normalization
*********************************************************************************************/

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,section,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;}

/* Setup
*********************************************************************************************/

body {
    background-color: #ffffff;
    color: #52585b;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

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

.mobile {
    display: none;
}

/* Typography
*********************************************************************************************/

a {
    color: #6c7175;
    transition-duration: .2s;
    overflow: hidden;
    text-decoration: none;
}

h1 {
    color: #3d4243;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 20px;
}

h2 {
    color: #3d4243;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px;
}

p {
    width: 600px;
    margin: 0px auto;
    margin-bottom: 38px;
}

strong {
    font-weight: 400;
}

/* Typography
*********************************************************************************************/

.icon {
    font-family: "dropplets";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 40px;
    left: 50%;
}

.icon-droplet:before {
	content: "\6f";
}
.icon-twitter:before {
	content: "\74";
}
.icon-envelope:before {
	content: "\65";
}
.icon-rocket:before {
	content: "\69";
}
.icon-github:before {
	content: "\67";
}
.icon-user:before {
	content: "\62";
}
.icon-eye:before {
	content: "\70";
}
.icon-heart:before {
	content: "\6c";
}
.icon-star:before {
	content: "\f005";
}
.icon-play:before {
	content: "\76";
}
.icon-pilcrow:before {
	content: "\6d";
}
.icon-book-alt2:before {
	content: "\e00d";
}
.icon-checkmark:before {
	content: "\68";
}
.icon-question:before {
	content: "\f128";
}

/* Media Panels
*********************************************************************************************/

.video {
    width: 720px;
    height: 450px;
    position: fixed;
    top: -800px;
    margin-top: -250px;
    left: 50%;
    margin-left: -360px;
    z-index: 3;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 20000;
}

iframe {
    width: 720px;
    height: 450px;
    float: left;
}

/* Header
*********************************************************************************************/

header {
    background: url('images/bg.jpg') no-repeat left top;
    background-size: cover;
    color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

header .links {
    width: 300px;
    height: 60px;
    margin: 0px auto;
    position: relative;
}

header .links a {
    background-color: rgba(82, 185, 74, 0.75);
    color: #ffffff;
    line-height: 48px;
    width: 150px;
    height: 60px;
    float: left;
    position: relative;
}

header .links a:hover {
    background-color: rgba(82, 185, 74, 0.85);
}

header .links a:first-child {
    width: 149px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

header .links a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

header .links a span {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
    width: 100%;
    position: absolute;
    top: 18px;
    left: 0;
}

header h1 {
    color: #ffffff;
    margin-top: 335px;
}

header .icon {
    font-size: 200px;
    line-height: 200px;
    color: rgba(16, 149, 215, 0.6);
    width: 200px;
    margin-top: 60px;
    margin-left: -100px;
}

/* Footer
*********************************************************************************************/

footer {
    background: #3d4243 url("http://circa75.co/logo.png") center center no-repeat;
    background-size: 40px;
    width: 100%;
    height: 100px;
    float: left;
}

footer h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 100px;
    margin: 0;
    padding: 0 20px 0 0;
}

footer h4 span {
    margin-left: 80px;
    margin-right: -20px;
}

/* Sections
*********************************************************************************************/

#content {
    background: rgba(255, 255, 255, 0.98);
    width: 100%;
    top: 100%;
    position: absolute;
    z-index: 10000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

section {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    float: left;
    padding: 200px 0 75px 0;
    position: relative;
}

section:first-child {
    border-top: none;
}

section:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.01);
}

section .icon {
    background: #6c7175;
    font-size: 60px;
    line-height: 120px;
    color: #ffffff;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: -60px;
}

section .icon-jason {
    background: url('images/me.jpg') no-repeat left top;
    background-size: 120px;
}

section a.icon:hover {
    opacity: 0.8;
}

/* Actions
*********************************************************************************************/

.actions {
    width: 100px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    z-index: 10000;
}

.actions a {
    background-color: #eaedef;
    font-family: "dropplets";
    font-size: 20px;
    color: #89949b;
    line-height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

header .actions a {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.75);
}

header .actions a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.95);
}

.actions a:hover {
    background-color: #89949b;
    color: #eaedef;
}

.actions a.view {
    width: 36px;
    padding-left: 4px;
}

.actions.single {
    width: 50px;
    margin-left: -25px;
}

/* Download
*********************************************************************************************/

.button {
    background-color: #3d4243;
    background-size: 80px;
    border: none;
    font-family: "dropplets";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.5);
    font-size: 60px;
    line-height: 120px;
    cursor: pointer;
    width: 100%;
    height: 140px;
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.button:hover {
    background-size: 90px;
    color: #ffffff;
}

#version {
    font-size: 12px;
    color: #989da0;
    width: 300px;
    position: fixed;
    bottom: 8px;
    left: 50%;
    margin-left: -150px;
    z-index: 2;
}

/* Mobile Optimizations
*********************************************************************************************/

@media (max-width: 480px) {
    
    /* Setup
    *****************************************************************************************/
    
    html, body {
        padding-bottom: 0px;
    }
    
    body {
        font-size: 14px;
        line-height: 22px;
    }
    
    .view {
        display: none;
    }
    
    .mobile {
        display: block;
    }

    /* Typography
    *****************************************************************************************/
    
    h1 {
        font-size: 28px;
        margin: 0 0 10px;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 22px;
        font-weight: normal;
        margin: 0 0 8px;
        line-height: 1.2;
    }
    
    p {
        width: 300px;
        margin-bottom: 30px;
    }
    
    /* Header
    *****************************************************************************************/
    
    header .icon {
        font-size: 140px;
        line-height: 140px;
        margin-top: 20px;
    }
    
    header h1 {
        margin-top: 225px;
    }
    
    header .links,
    header .actions {
        display: none;
    }
    
    /* Footer
    *********************************************************************************************/
    
    footer {
        display: none;
    }
    
    /* Sections
    *****************************************************************************************/
    
    section {
        font-size: 12px;
        line-height: 18px;
        padding: 30px 0 -10px;
    }
    
    section img {
        width: 100px;
        margin-bottom: 20px;
    }
    
}
