﻿

/*Html based styling*/

html
{
    font-size: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

body 
{
    margin: 0px auto;
    padding: 0px;
    font-family: ff-meta-serif-web-pro;
    font-style: normal;
    font-weight: 500;
	font-size: 1.0em;
    color:#1D2023;
    height: 100%;   
    background-color: transparent; 
    overflow-x:hidden;
}
header
{
    width: 100%;
   	padding-left: 0px;
	padding-right: 0px;
	position: fixed;
    top: 0px; 
    z-index: 20;
}
a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,img
{
    margin:0px;
    padding:0px;
}

input
{
    padding: 10px;    
}
a
{
	font-family: inherit;
    text-decoration:none;
    color:#c7321f;
	font-style: normal;
    outline:0;
}
a:hover
{
    text-decoration:none;
    color:#40edfa;
}
img
{
    border:0px;
}
p
{
    margin: 0px;
    padding: 10px;
    font-size:1.0em;
    color: #202D3C;    
    border: solid 0px #f1f5f5;
}
blockquote
{
    font-family: ff-meta-serif-web-pro;
    font-size:1.2em;
    text-align: center;
    font-style: italic;
    color: #5D656F;
    font-weight: 500;
    padding: 30px;
    border: 0;
}

h1, h2, h3, h4
{
    font-family: vinyl;
}
h1
{
	color: #202D3C;
	font-size:2.0em;
    border: solid 0px black;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    text-transform: uppercase;
}
h2
{
    color: #5D656F;
	font-size:1.6em;    
    line-height: 32px;
    padding: 10px;
}
h3
{	
    color: #202D3C;
	font-size:1.4em;
	line-height: 20px;
    padding: 10px;
    border: solid 0px black;
}
h4
{
	color: #1D2023;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 10px;
    border: solid 0px black;
    text-transform: uppercase;
    font-weight: 400;
}
ul
{
	
	padding: 8px 10px 8px 40px;
	margin: 0px;
}
li
{
	color:#071a1c;
	padding: 0px 10px 8px 10px;
    margin: 0px 10px 0px 10px;
	font-style:italic;
}


/*HTML ID based styling*/

#bare-layout 
{
    background: none repeat scroll 0 0 #ffffff;
    border: 0px solid #071a1c;    
    font-size: 16px;
    margin: 50px auto;
    padding: 22px 30px;
    text-align: left;
    width: 500px;
}

/*HTML CLASS based styling*/


.app-menu 
{
	margin:0px;
	padding:0px;
    float:right;
}
.app-menu li {
	float:left;
	list-style:none outside none;
    margin: 0px;
    padding:0px;
}
.app-menu li a:link, .app-menu li a:visited {
	color:#9DABBC;
	display:block;
	font-weight:400;
	font-size:1.2em;
    padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
	text-transform:none;
	font-family: vinyl;
    line-height: 50px;    
}
.app-menu li a:hover 
{
	color:#202D3C;
	background: transparent;
}
.app-menu li.menu-item-selected a 
{
	color:#202D3C;
	background: transparent;    
}
.app-menu li.menu-item-highlighted a
{
    color: #c7321f;
}
.envelope-impact
{
    height: 540px;
    padding-top: 0px;  
    font-size: 1em;
    display: flex;
    align-items: center; 
}
.impact
{
    height: 100vh;
    padding-top: 0px;  
    font-size: 1em;
    display: flex;
    align-items: center; 
}
.app-impact
{
    height: 100vh;
    padding-top: 0px;  
    font-size: 1em;
    display: flex;
    align-items: center; 
}
.vertical-walkthrough {
    border-bottom: 4px solid #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}
@media (min-width: 768px) { 
    .vertical-walkthrough {
        display: flex;
        align-items: center;        
    }
}
.shaded
{
    background: rgba(255, 255, 255, 0.65);   
    padding: 10px;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
}
.company
{
    position: relative;
  top: 40%;
  transform: translateY(-40%);
}
.company blockquote
{
    font-family: ff-meta-serif-web-pro;
    font-size:1.2em;
    text-align: left;
    font-style: italic;
    color: #3C536F;
    font-weight: 500;
    padding: 10px;
    border-left: 5px solid #e5e5e5;
}
.impact-divider
{
    border: 0;
    height: 1px;
    border-top: 1px solid #5D656F;
    width: 280px;
    text-align: center;
    padding:0px;
    display: block;  
}
.product-header
{
    min-width: 1000px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    margin-top: 70px;   
    background-color: #202D3C;    
    text-align: center;
}
.product-header-container
{
    border: solid 0px white;
    height: 300px;
}
.product-header-img
{
    width: 400px;
    height: 300px;
    float: left;
    border: solid 0px red;
}
.product-header-detail
{
    width: 590px;
    height: 300px;
    float: left;
    border: solid 0px red;
    text-align: left;
}
.product-header-detail div
{
    padding: 10px 10px 10px 10px;
}
.product-header-detail h1
{
    color: #f1f1f5;
    text-align: left;
}
.product-header-detail p
{
    color: #f1f1f5;
    text-align: left;
    font-size: 1.1em;
}
.product-header-detail img
{
    color: #f1f1f5;
    padding: 10px 0px 10px 10px;
}
.content
{
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: #f1f5f5;
}
.footer
{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 120px;
    width: 100%;
    float: left;
    background-color: #9DABBC;
}
.footer section
{
    margin:0 auto;        
    width:1000px;
    height:100%;
}
.footer article
{
    width: 100%;
}
.footer-info
{
    float: left;
    width: 600px;
    font-size: 1.0em;
    color: #5D656F;
}
.footer-social
{
    float: left;
    width: 400px;
    font-size: 1.0em;
    color: #5D656F;
    text-align: right;
}
.footer-info a, .footer-info span, .footer-social a, .footer-social span
{
    line-height: 140px;
    color: #5D656F;
    font-family: vinyl;
    text-transform: none;
}
.footer-info a, .footer-social a
{
    text-decoration: underline;
}
.footer-info a:hover, .footer-social a:hover
{
    color: #202D3C;
}

.right
{
    float: right;
    margin-right: 0px;
}
.listing
{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 0.8em;
    border-top: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
}
.listing p
{
    color: #9DABBC;
}
.listing-product
{
    padding-top: 10px;
    padding-bottom: 10px;
}
#work, #company, #process, #contact
{
    padding: 80px 0px 0px 0px;
    margin: 0px 0px 80px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.bare
{
    background: #202D3C;
}
.bare-logo
{
	color: #f1f5f5;	    
    margin: 0px auto;
    padding: 16px;
    text-align: center;
    width: 600px;
}
.product
{
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 1000px;
    width: 100%;
    height: 100%;
    float: left;
    
}
.product section
{
    margin:0 auto;        
    width:1000px;
    
}
.product article
{
    width: 100%;
   
    border: 0px solid #20747a;
}
.make-it-big
{
    font-size: 3.0em;
}
.explanation {
	color:#5D656F;
	font-size:1em;
	text-transform:lowercase;
	font-weight:normal;
}

.submit-button
{  
    font-size:1.2em;
    font-weight: 500;
    padding: 10px;
    color: #f1f5f5;
    margin-top: 6px;
    background-color: #3C536F;
    border: 0px solid #202D3C;
    font-family: vinyl;
    text-transform: uppercase;
}
.submit-button:hover
{  
    background-color: #202D3C;
    cursor: pointer;    
}

.submit-button a
{
	height:30px;
    line-height:30px;
    font-size:16px;
    font-weight: bold;
    background:#40edfa;
    padding: 5px;
    margin: 0px 5px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    color: #c7321f;
    cursor: pointer;
}