* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

body {
	font-family: 'bebas_neuebook';
    line-height: 1.7em;
    color: #2d3e50;
    font-size: 13px;	
}

p {
font-weight: 200;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 26px;
letter-spacing: .05em;
color: #cbcbcb;
}

header {
	background-color: #2d3e50;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	z-index: 999;
	position: fixed;
	text-align: center;	
}

.pure-u-lg-1-3 p {
color: #31383F;
}

#ribbon-p
{
	color: #cbcbcb;
}

h1,
h2,
h3,
h5,
h6,
label {
    color: #34495e;
}

h1 {
font-size: 150%;
}
h3 {
	font-size: 16px;
	margin: 1em 0;
	font-weight: 500;
	letter-spacing: .1em;
	font-family: 'Open Sans', sans-serif;
}

h4 {
	color: #b4deff;
  font-family: 'bebas_neuebook';
  text-transform: uppercase;
  line-height: 0;
  font-size: 30px;
  margin: 45px auto 45px;
  letter-spacing: .1em;
  font-weight: normal;
}

h5 {
	font-size: 150%;
font-weight: 100;
color: #b4deff;
line-height: 3em;
padding-bottom: 0;
margin: 0 auto;
letter-spacing: 0.05em;
}
h6 {
font-weight: 200;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 24px;
letter-spacing: .05em;
color: #d6d6d6;
}

.logo {
	margin: 0 auto;
	width: 120px;
	margin-top: 12px;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
padding-top: 3%;
max-width: 350px;
margin: 0 auto;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

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



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #2d3e50;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: #2d3e50;
	border-radius: 20px;
	font-size: 80%;
	padding: 1em 2em;
	border: 1px solid #fff;
	text-transform: uppercase;
}

pure-button-hover, .pure-button:hover, .pure-button:focus {
background-color: #6ea034;
border: 1px solid #6ea034;
}

/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu.pure-menu-open {
    background: #2d3e50;
}
.pure-menu.pure-menu-open.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
	max-height: 50px;
}


.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 120%;
}



.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
	background: #2d3e50;
	background-image: url(../../img/background.png);
	z-index: -999;
	overflow: hidden;
	/* The following styles are required for the "scroll-over" effect */
	width: 100%;
	height: 420px;
	top: 0;
	left: 0;
	position: fixed !important;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
}

.profile {
		margin: 0 auto;
		text-align: center;
width: 130px;
 background-size: cover;
  display: block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 8px solid;
}

.about-icon {
	width: 50px;
}

.social-icons {
	width: 35px;
}

.profile-head {
	width: 30px;
		}
.logo-home {
    width:150px;
}		
.splash {
    /* absolute center .splash within .splash-container */
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
	left: 0; bottom: 0; right: 0;
    text-align: center;
	padding-top: 60px;
    
}

/* This is the main heading that appears on the blue section */
.splash-head {
	  color: #b4deff;
  font-family: 'bebas_neuebook', sans-serif;
  line-height: 1.2em;
  font-size: 30px;
  margin: 5% 5% 5%;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .15em;
}  
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
	color: #b3b3b3;
	letter-spacing: 0.05em;
	width: 85%;
	text-align: center;
	margin: 0 auto;	
	font-size: 14px;
	line-height: 24px;
  
}

.splash-container p {
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
 
 .content {
	 
 }
 
.work-content {
padding: 0;		
width: 90%;
margin: 0 auto;
max-width: 980px;
	 }
 
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 420px;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);

}

.work-content-wrapper {
	/* These styles are required for the "scroll-over" effect */
	position: absolute;
	top: 70px;
	width: 100%;
	min-height: 12%;
	z-index: 2;
	background: white;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
	font-family: 'bebas_neuebook';
	font-weight: 100;
  line-height: 0;
  font-size: 30px;
  margin: 50px auto 35px;
  letter-spacing: .05em;
  text-transform: uppercase;	
}

.work-head {
	font-family: 'bebas_neuebook';
  font-weight: normal;
  margin: 20px auto 20px;
  line-height: 1.3em;
  font-size: 30px;
  letter-spacing: .05em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
	margin: 0 auto;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
	color: #6ea034;
  font-family: 'bebas_neuebook', sans-serif;
  font-size: 26px;
  margin: 6% auto -2%;
  letter-spacing: .05em;
  }
    

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #b3b3b3;
}

/* This is the class used for the footer */
.footer {
    background: #1e2938;
	padding-bottom: .5em;
	padding-top: .5em;
}

.pure-g {
letter-spacing: .05em;
margin: 0 auto;
text-align: center;
padding-bottom: 4%;
color: #b3b3b3;
}

            

.work-content .pure-g p {
color: #2d3e50;
max-width: 900px;
margin: 0 auto;
	
}
.ribbon-text {
width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 3%;
color: #b3b3b3;
max-width: 900px;
}



.footer ul {
width: 320px;
text-align: center;
margin: 0 auto;
}

.arrow {
	width: 20px;
	padding-top: 20px;	
}

.footer p {
font-weight: 200;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 24px;
letter-spacing: .05em;
color: #b3b3b3;
}

.btn-social {
padding-right: 10px;
}

.footer li {
 padding-right: 10px;	
}


.btn-social {
height: 40px;
width: 40px;
padding: 10px 5px 0px 7px;
text-align: center;
border-radius: 30px;
font-size: 16px;
}

.btn-default {
color: #fff;
background-color: #1e2938;
border: 1px solid #fff;
}

.btn {
display: inline-block;
background-image: none;
}

a {
color: #28c3ab;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.list-inline > li {
display: inline-block;

}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #fff;
background-color: #6ea034;
border-color: #6ea034;
}

.banner-social-buttons {
	left: -20px;
position: relative;
}

.work-img {
 width: 85%;	
 padding: 25px 0 10px;
}

.home-img { width: 100% }
.home-img:hover { 
    transform: scale(1.025);
    transition: all .3s ease-in-out; 

}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #41566E;
    margin: 0 auto;
    text-align: center;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        
    }
	
	
	p {
font-weight: 200;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 26px;
letter-spacing: .05em;
}

h3 {
	font-size: 18px;
	margin: 1em 0;
	font-weight: 500;
	letter-spacing: .1em;
	font-family: 'Open Sans', sans-serif;
}
h4 {
  color: #b4deff;
  font-family: 'bebas_neuebook';
  text-transform: uppercase;
  line-height: 0;
  font-size: 36px;
  margin: 6% auto 6%;
  letter-spacing: .1em;
  font-weight: normal;
}


    /* We want to give the content area some more padding */
    .content {
        padding: 0;
		
    }
	
	.work-content {
padding: 0;		
width: 80%;
margin: 0 auto;
max-width: 980px;
	 }
	 
	 
	 .work-head {
	font-family: 'bebas_neuebook', sans-serif;
  font-weight: normal;
  margin: 20px auto 14px;
  line-height: 1em;
  font-size: 44px;
  letter-spacing: .06em;
}

	 .content-head  {
	  font-weight: 100;
	  line-height: 0;
	  font-size: 36px;
	  margin: 6% auto 4%;
	  letter-spacing: .05em;
	  text-transform: uppercase;	 
	  }
	 




    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }

    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    
	.profile {
			margin: 0 auto;
			text-align: center;
width: 170px;
 background-size: cover;
  display: block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 10px solid;
}

.about-icon {
	width: 70px;
}

.social-icons {
	width: 40px;
}

.splash {
	width: 90%;
	height: 100%;
    margin: auto;
    position: absolute;
    left: 0; bottom: 0; right: 0;
    text-align: center;

    
}
    
	.splash-container {
	background: #2d3e50;
	background-image: url(../../img/background.png);
	z-index: -999;
	overflow: hidden;
	/* The following styles are required for the "scroll-over" effect */
	width: 100%;
	height: 550px;
	top: 0;
	left: 0;
	position: fixed !important;
}

    .splash-head {
	font-size: 40px;
	margin: 3% auto 3%;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .15em;
    }
	
	 .splash-subhead {
	width: 90%;
	max-width: 900px;
	font-size: 24px;
	margin-bottom: 2%;
	color: #bdbdbd;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 auto;	
	line-height: 36px;
		
    }

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }
	.pure-g {
text-align: center;
margin: 0 auto;

}


.footer ul
{
width: 320px;
text-align: center;
margin: 0 auto;

}

.arrow {
	width: 30px;	
	padding-top: 20px;
}

.footer p {
 color: #b3b3b3;
font-size: 13px;	
}

.btn-social {
padding: 10px 5px 0px 7px;
}

.work-img {
 width: 100%;	
}

}
.arrow-down {
   width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #41566E;
    margin: 0 auto;
    text-align: center;
}
/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
	
	p {
font-weight: 200;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 26px;
letter-spacing: .05em;
color: #cbcbcb;
}

    .logo-home {
    width:200px;
}
	.splash-container {
	background: #2d3e50;
	background-image: url(../../img/background.png);
	z-index: -999;
	overflow: hidden;
	/* The following styles are required for the "scroll-over" effect */
	width: 100%;
	height: 550px;
	top: 0;
	left: 0;
	position: fixed !important;
}


    /* We increase the header font size even more */
	 .splash-head {
	font-size: 52px;
	margin: 2% auto 2%;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .15em;	
    }
	
	splash-subhead {
	width: 80%;
	max-width: 900px;
	font-size: 100%;
	margin-bottom: 2%;	 
	color: #b3b3b3;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 auto;	
	line-height: 28px;	
}
	.splash-container p {
	max-width: 980px;
	text-align: center;
	margin: 0 auto;
}
	
	.splash {
    /* absolute center .splash within .splash-container */
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
		left: 0; bottom: 0; right: 0;
    text-align: center;
		padding-top: 100px;
    
}

.content-head h2 {
	font-weight: 100;
	letter-spacing: 0.05em;
	margin: 0 auto;
	font-size: 200%;
}


.content-subhead {
  font-family: 'bebas_neuebook', sans-serif;
  font-size: 33px;
  margin: 7% auto -1%;
  letter-spacing: .03em;
}

.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 500px;
}

.content-head {
	font-family: 'bebas_neuebook';
	font-weight: 100;
	line-height: 0;
	font-size: 50px;
  margin: 5% auto 4%;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.work-head {
	  font-family: 'bebas_neuebook', sans-serif;
  font-weight: normal;
  margin: 20px auto 14px;
  line-height: 1em;
  font-size: 52px;
  letter-spacing: .06em;
}

		.profile {
			margin: 0 auto;
			text-align: center;
	width: 180px;
  height: 180px;
  background-size: cover;
  display: block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 11px solid;
		}
		
		.about-icon {
	width: 70px;
}
.social-icons {
	width: 46px;
}
		
	 .content {
		width: 80%;
margin: 0 auto;
max-width: 1300px;
    }
	
	.work-content {
padding: 0;		
width: 80%;
margin: 0 auto;
max-width: 980px;
padding-bottom: 50px;
	 }
	 
	.pure-g {
	text-align: center;
	margin: 0 auto;
	
}



.footer ul
{
width: 320px;
text-align: center;
margin: 0 auto;

}

.arrow {
	width: 36px;	
	padding-top: 20px;
}

.footer p {
font-weight: 200;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 24px;
letter-spacing: .05em;
color: #b3b3b3;
}
h3 {
	font-size: 18px;
	margin: 1em 0;
	font-weight: 500;
	letter-spacing: .1em;
	font-family: 'Open Sans', sans-serif;
}
h4 {
color: #b4deff;
font-family: 'bebas_neuebook';
text-transform: uppercase;
line-height: 0;
font-size: 50px;
margin: 5% auto 4%;
letter-spacing: .1em;
  font-weight: normal;
}

h5 {
	color: #b4deff;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
line-height: 0;
font-size: 28px;
margin: 3% auto 3%;
letter-spacing: -0.05em;

}


.pure-g {
letter-spacing: .05em;
margin: 0 auto;
text-align: center;
padding-bottom: 3%;

}



.btn-social {
padding: 10px 5px 0px 5px;

}

.work-img {
 width: 100%;	
}

}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #34485f;
    margin: 0 auto;
    text-align: center;
}

span {
    color:#B6BABD;
}


