﻿@font-face{ 
	font-family: 'OpenSansCondensedLight';
	src: url('../fonts/OpenSansCondensed-Light.ttf');
}	

@font-face{ 
	font-family: 'NanumGothicRegular';
	src: url('../fonts/NanumGothic-Regular.ttf');
}	

@font-face{ 
	font-family: 'TitilliumWebRegular';
	src: url('../fonts/TitilliumWeb-Regular.ttf');
}

@font-face{ 
	font-family: 'ArvoRegular';
	src: url('../fonts/Arvo-Regular.ttf');
}

#contentWrap {
    -webkit-animation: changeBckg 45s ease-in-out infinite;
    animation: changeBckg 45s ease-in-out infinite;
}

@-webkit-keyframes changeBckg {
  0% { background: #757575; }
  50% { background: #424242; }
  100% { background: #757575; }
}

@keyframes changeBckg {
  0% { background: #757575; }
  50% { background: #424242; }
  100% { background: #757575; }
}

#heading h1 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #CCCCCC;
    width: 250px;
    float: left;
    margin-top: 50px;
    font-family: 'OpenSansCondensedLight';    
}

#heading img {
    float: right;
    height: 27px;
    margin-top: 55px;
    margin-right: 15px;
}

pre{
	padding-left: 10px;
}

#gitHubIcon{
	height: 35px !important;
	margin-top: 54px !important;
	margin-right: 25px !important;
} 

#heading{ 
	background-image: url('../img/code.jpg');
	background-size: cover;
	repeat: none;
	height: 125px;
	border-bottom: 2px #999999 solid;
}

#contentWrap{ 
	margin-top: 125px;
	padding-top: 50px;	
	margin-left: 0;
	margin-right: 0;
}

#articleHeader{
	font-family: 'NanumGothicRegular';
	font-size: 18px;
	color: #5c5c5c;
}

.key{
	font-family: 'TitilliumWebRegular';
	font-size: 15px;
	font-style: italic;
	color: #919a9e;
	letter-spacing: 1px;
}

.value, code a{
	font-family: 'OpenSansCondensedLight';
	font-size: 17px;
	color: #7a8f70;
	letter-spacing: 1px;
}

.chapter{
	font-family: 'ArvoRegular';
	font-size: 14px;
	font-weight: 500;
	color: #7998a6;
}

.cb, .cm, .cl, .sb{
	color: #d1d1d1;
}

.qt{
	color: #a37502;
}

.bg-gb{
	background-color: #0a0a0a;
}
