/*
* BASED ON
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*
* ADAPTED BY: Flip Tanedo 2016
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Images
- Verbose
- Succinct
*/

/* Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a{
/*  color: #032C5B;*/
 /*   color: #00059C;*/
	text-decoration:none;
}

#blurb{
  line-height: 1.2;
}

.subtle{
	font-variant: small-caps;
	color: #C0C0C0;
}

ul{
/*  color: #032C5B;*/
 /*   color: #00059C;*/
	line-height: 1.2;
/*  font-size: 1.2rem;*/
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img{ /* rounded corners */
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	max-width: 100%; 
	height: auto;
    }


/* Verbose
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.verbose400{ display: none; }
.verbose550{ display: none; }
.verbose750{ display: none; }

.verbose550block{ display: none; }

/* Larger than mobile */
@media (min-width: 400px) { .verbose400{ display: inline; } }

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) { 
	.verbose550{ display: inline; } 
	.verbose550block{ display: block; } 
}

/* Larger than tablet */
@media (min-width: 750px) { .verbose750{ display: inline; } }


/* Verbose
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.succinct400{ display: inline; }
.succinct550{ display: inline; }
.succinct750{ display: inline; }

/* Larger than mobile */
@media (min-width: 400px) { .succinct400{ display: none; } }

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) { .succinct550{ display: none; } }

/* Larger than tablet */
@media (min-width: 750px) { .succinct750{ display: none; } }


/* Special Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Inspired by getskeleton.com's custom.css
*/
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }


/* TESTING
  –––––––––––––––––––––––––––––––––––––––––––––––––– */





/*EXPERIMENTAL*/



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
