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

@font-face {
    font-family: 'SeravekWebBasic';
    font-weight: 200;
	font-style: normal;
    src:    url('../fonts/SeravekWebBasic/SeravekWebBasicExtraLight/SeravekWebBasicExtraLight.eot') format('eot'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicExtraLight/SeravekWebBasicExtraLight.woff2') format('woff2'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicExtraLight/SeravekWebBasicExtraLight.woff') format('woff');
    }
    
@font-face {
    font-family: 'SeravekWebBasic';
    font-weight: 300;
	font-style: normal;
    src:    url('../fonts/SeravekWebBasic/SeravekWebBasicLight/SeravekWebBasicLight.eot') format('eot'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicLight/SeravekWebBasicLight.woff2') format('woff2'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicLight/SeravekWebBasicLight.woff') format('woff');
    }

@font-face { 
	font-family: 'SeravekWebBasic';
	font-weight: 300;
	font-style: italic;
	src:	url('../fonts/SeravekWebBasic/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.eot') format('eot'),
	        url('../fonts/SeravekWebBasic/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.woff2') format('woff2'),
	        url('../fonts/SeravekWebBasic/SeravekWebBasicLightItalic/SeravekWebBasicLightItalic.woff') format('woff');
	}
	
@font-face { 
	font-family: 'SeravekWebBasic';
	font-weight: 400;
	font-style: normal;
	src:	url('../fonts/SeravekWebBasic/SeravekWebBasicRegular/SeravekWebBasicRegular.eot') format('eot'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicRegular/SeravekWebBasicRegular.woff2') format('woff2'),
	        url('../fonts/SeravekWebBasic/SeravekWebBasicRegular/SeravekWebBasicRegular.woff') format('woff');
	}

@font-face { 
	font-family: 'SeravekWebBasic';
	font-weight: 400;
	font-style: italic;
	src:	url('../fonts/SeravekWebBasic/SeravekWebBasicRegularItalic/SeravekWebBasicRegularItalic.eot') format('eot'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicRegularItalic/SeravekWebBasicRegularItalic.woff2') format('woff2'),
	        url('../fonts/SeravekWebBasic/SeravekWebBasicRegularItalic/SeravekWebBasicRegularItalic.woff') format('woff');
	}	

@font-face { 
	font-family: 'SeravekWebBasic';
	font-weight: 500;
	font-style: normal;
	src:	url('../fonts/SeravekWebBasic/SeravekWebBasicMedium/SeravekWebBasicMedium.eot') format('eot'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicMedium/SeravekWebBasicMedium.woff2') format('woff2'),
	        url('../fonts/SeravekWebBasic/SeravekWebBasicMedium/SeravekWebBasicMedium.woff') format('woff');
	}

@font-face { 
	font-family: 'SeravekWebBasic';
	font-weight: 500;
	font-style: italic;
	src:	url('../fonts/SeravekWebBasic/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.eot') format('eot'),
            url('../fonts/SeravekWebBasic/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.woff2') format('woff2'),
	        url('../fonts/SeravekWebBasic/SeravekWebBasicMediumItalic/SeravekWebBasicMediumItalic.woff') format('woff');
	}



/*  RESETS & FIXES        -------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    text-align: inherit;
    color: inherit;
    box-sizing: border-box;
    text-rendering: OptimizeLegibility;
    }  

* + * {
    margin-top: 1rem;
    }

.group:after {
  content: "";
  display: table;
  clear: both;
}



/*  CORE         -------------------------------------------------------- */

body { 
    font-family: SeravekWebBasic, Verdana, sans-serif;
    line-height: 1.4;
    color: white;
    background: black;
    }  
    
h1, h2, h3, h4, h5, h6 {
    font-family: SeravekWebBasic, Verdana, sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #eee;
    }
    
h1 {
    font-family: SeravekWebBasic, Verdana, sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: white;
    line-height: .9;
    margin-top: 0;
    clear: left;
    }
    @media (min-width: 40rem) {
        h1 {
        	font-size: 3.9rem;
        	line-height: .84;
        	float: left;
        	clear: none;
    		}
        }
        
.fudge h1 {
    float: none;
    clear: none;
    }
    
h2 {
    font-weight: 300;
    font-size: 1.35rem;
    color: #888;
    margin-top: 0;
    padding-top: .4rem;
    clear: left;
    }    
    @media (min-width: 40rem) {
        h2 {
            font-family: SeravekWebBasic, Verdana, sans-serif;
            font-weight: 200;
            font-size: 2.125rem;
            padding-top: .6rem;
            }
        }
        
h3 {
    width: 100%;

    font-family: SeravekWebBasic, Verdana, sans-serif;
    font-weight: 200;
    font-size: 1.85rem;
    line-height: .9;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-bottom: 3rem;
    color: #ccc;
    }
    @media (min-width: 40rem) {
        h3 {
        	width: 33%;
            float: left;
            font-size: 2rem;
            line-height: .9;
            letter-spacing: .15rem;
            }
        }
    
h4 {
    font-weight: 500;
    font-size: 1.75rem;
    margin-top: 0;
    }
    @media (min-width: 40rem) {
        h4 {
    		margin-top: .25rem;
    		}
        }    
    
h5 {
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .125rem;
    color: #ccc;
    }
    
h6 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    }

p, li {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #888;
    letter-spacing: .01875rem;
    }
    @media (min-width: 40rem) {
        p, li {
            font-size: 1.125rem;
            line-height: 1.3;
            }
        }
   
ul {
    list-style: none;
    }   
     
li {
    list-style: disc;
    list-style-position: inside;
    margin: 0;
    }    

strong { font-weight: 500; }
em { font-style: italic; }


p a:link, p a:visited, li a:link, li a:visited { 
    border-bottom: 1px solid #444;
    }     
p a:hover, p a:active, li a:hover, li a:active { 
    color: #ccc; 
    border-bottom: none;
    }  

figure, img { display: block; }
.clear-left { clear: left; }    
::selection { background: #aaa; }
	
	
	
/*  LAYOUT         -------------------------------------------------------- */

#page {
    margin: 0 auto;
    width: 94%;
    }
    @media (min-width: 40rem) {
        #page {
            max-width: 75em;
            }
        }

section { 
    border-top: 1px solid #666;
    margin-top: 4.5rem;
    padding-top: 1rem;
    }
    @media (min-width: 40rem) {
        section {  
            margin-top: 7.25rem;
            padding-top: 7rem;
            }
        }

#links {
    padding-top: 4.5rem;
    }
    @media (min-width: 40rem) {
        #links {
        padding-top: 7rem;
        }
    }



/*  HEADER         -------------------------------------------------------- */

header {
    margin-top: .5rem;
    }
    @media (min-width: 40rem) {
        header {
            margin-top: 6.5rem;
            padding-bottom: 5rem;
            }
        }
    
header .logo {
    height: 2.5rem;
    width: auto;
    margin: 0 1rem 1rem 0;
    float: left;
    }
    @media (min-width: 40rem) {
        header .logo {
            height: 3rem;
            margin: 0 1.3rem 0 0;
            }
        }
    
      
        
/*  SPECIMENS         -------------------------------------------------------- */

#specimens {
    margin-top: 4rem;
    padding-top: .5rem;
    }
    @media (min-width: 40rem) {
        #specimens {
            padding-top: 1rem;
            }
        }
    
#specimens img {
	max-width: 100%;
    }

#specimens figure {
    margin-top: 0;
    padding: .75rem 0;
    border-bottom: 1px solid #333;
    }    
    @media (min-width: 40rem) {
        #specimens figure {
            padding: 1.5rem 0;
            }
        }
    
#specimens figure:last-child {
    border-bottom: none;
    padding-bottom: 0;
    }

#specimens figcaption {
    display: none;
    }   



/*  ABOUT         -------------------------------------------------------- */

#about {
    width: 95%;
    padding: 0;
    font-weight: 200;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #bbb;
    }    
    @media (min-width: 40rem) {
        #about {
            width: 96%;
            font-size: 1.95rem;
            line-height: 1.3;
            margin-top: -.5rem;
            letter-spacing: .01875rem;
            }
        }    
    
    

/*  SHARED         -------------------------------------------------------- */
    
.info {
    width: 100%;
    margin-top: 0;
    }
    @media (min-width: 40rem) {
        .info {
            width: 67%;
            float: left;
            }
        }
  
    
    
/*  OVERVIEW         -------------------------------------------------------- */

#overview .info {
    margin-top: -1.4rem;
    }

.overview-sample {
    display: block;
    overflow: hidden;
    font-size: 6.4em;
    line-height: 1.2;
    color: #888;
    width: 100%;
    }
    
    
#overview-Seravek {
    font-family: SeravekWebBasic, Verdana, sans-serif;
    font-weight: 300;
    }

#overview-Seravek-sc img {
    max-width: 100%;
    }


.info .typeface {
    width: 100%;
    margin: 0 0 3rem 0;
    padding-bottom: 3.75rem;
    padding-right: 0;
    border-bottom: 1px solid #333;
    float: none;
    }
.typeface:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    }

.typeface p, .typeface aside {
    width: 99%;
    }
    @media (min-width: 40rem) {
    .typeface p, .typeface aside {
        width: 66%;
        }
        }
    
.typeface aside {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    color: #aaa;
    }    
    
    
/*  FEATURES & DETAILS         -------------------------------------------------------- */  

.row {
	padding-bottom: 0;
	}
    @media (min-width: 40rem) {
		.row {
			width: 100%;
			float: none;
			padding-bottom: 2rem;
			}
		}
		
.row:last-child {
	padding-bottom: 0;
	}


.row div {
	width: 100%;
	padding: 0 0 3rem 0;
	}
    @media (min-width: 40rem) {
	.row div {
		width: 33%;
		float: left;
		margin-top: 0;
		padding: 0 2rem 0 0;
		}
	}

.row div p {
    width: 95%;
    }       

.features-fig {
    max-width: 100%;
    margin-bottom: 1.5rem;
    }      


       
/*  LINKS         -------------------------------------------------------- */

#links .info {
    width: 100%;
    float: none;
    }

.family {
	width: 100%;
	padding-bottom: 3rem;
	text-align: center;
	}
    @media (min-width: 40rem) {
		.family {

			width: 33%;
            margin: 0 auto;
            
			text-align: center;

			padding-bottom: 0;
			}
		}
		
.family h4 {
    font-family: SeravekWebBasic, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: .25rem;
    color: #eee;
    }

.family ul {
    margin-top: 1.5rem;
    }

.family-button {
    width: 50%;
    padding: .8rem 0;
    background: #0099ff;
    border: 1px solid #0099ff;
    margin: 1.5rem auto;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: white;
    list-style: none;
    border-radius: 5px;
    }
    @media (min-width: 40rem) {
        .family-button {
            width: 67%;
            margin: 1rem auto;
            }
        }    
    
.family-button:hover {
    color: #0099ff;
    background: none;
    border: 1px solid #0099ff;
    }

.family-links {
    padding: 0;
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: .9;
    text-transform: uppercase;
    letter-spacing: .05rem;
    list-style: none;
    }
     
.fudge {
    width: 100%;
    text-align: center;
    padding: 2rem 0;
    margin: 0 auto;
    }
    @media (min-width: 40rem) {        
        .fudge {
            width: 50%;
            padding: 0;
            }
        }
    
/*  FOOTER         -------------------------------------------------------- */

footer {

text-align: center;

    border-top: 1px solid #666;
    padding-top: 2rem;

    margin-bottom: 2rem;
    }
    @media (min-width: 40rem) {
        footer {
            margin-top: 7.25rem;
            padding-top: 4rem;
            margin-bottom: 4rem;
            }
        }

footer .logo {
    height: 2.25rem;
    width: auto;
    
    margin: 0 auto;
    
    float: none;
    }
    
.tagline {
    line-height: 1.25;
    margin-top: .5rem;
    margin-bottom: 3rem;
    color: #888;
    }
    
.credits {
    font-size: .8rem;
    color: #666;
    }
