@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2em;
}
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    font-size: 1em;
}

a {
    color: #000000;
    opacity: 1;
    cursor: default;
    font-size: 1em;
}

a:hover, a:focus {
    color: #FF8900;
}

button:focus {
	outline: none;
}

.container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}

/* Header */
.codrops-header {
    width: 100%;
    padding-top: 2em;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    color: #EC1B1E;
    background-image: url(../../images/header_inside.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    cursor: pointer;
    padding-bottom: 60%;
}

.codrops-header h1 {
	margin: 0.5em 0 0;
	letter-spacing: -1px;
	font-size: 4em;
	line-height: 1;
}

.codrops-header h1 span {
	font-weight: normal;
	display: block;
	margin: 0.5em 0;
	font-size: 50%;
	letter-spacing: 0;
	color: #fffb00;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-size: 0.85em;
	margin: 1em 0 0 0;
}

.codrops-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.4);
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;

	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon--drop:before {
	content: "\e001";
}

.codrops-icon--prev:before {
	content: "\e004";
}

/* Demo links */
.codrops-demos {
	margin: 2em 0 0;
	font-weight: bold;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #fff;
}

/* Content */
.content {
    -webkit-align-self: stretch;
    align-self: stretch;
    overflow: hidden;
    padding-top: 4em;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 6em;
    width: 50%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.content:nth-child(even):last-child {
    color: rgba(0,0,0,1.00);
    padding-bottom: 0px;
    width: 50%;
}

.content__title {
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
    z-index: 100;
    position: relative;
    color: rgba(0,0,0,1.00);
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-0 {

}
.color-1 {
    background-color: #FFFFFF;
}
.color-head {
    background-color: #FFFFFF;
    height: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    color: #Ff8900;
    font-style: normal;
    font-size: 1.5em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
}
.color-2 {
    background-color: #FFFFFF;
}
.color-3 {
    background-color: #FFFFFF;
}
.color-4 {
    background-color: #FFFFFF;
}
.color-5 {
    background-color: #ccc;
    width: 100%;
}
.color-6 { background: #565f77; }
.color-7 { background: #9d62c5; }
.color-8 { background: #EA9292; }
.color-9 { background: #7c79ce; }

/* Related demos */
.content--related {
    text-align: center;
    display: block;
    color: #000000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding-left: 40px;
    padding-right: 40px;
}

.content--related a {
    color: #000000;
    text-decoration: underline;
}

.content--related a:hover,
.content--related a:focus {
    color: #ff8900;
}

.content--related p {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    color: #000000;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	margin: 0;
	padding: 0.5em;
	font-size: 1em;
}

@media screen and (max-width: 60em) {
	
	 
	.codrops-header h1 {
		font-size: 3em;
	}
	.content {
		width: 100%;
	}
	.content--related {

	}
}

 
	
}
