/*

	- HTML Reset CSS
	- Global Style
	- Header
	- Nav
	- Content
	- Footer
*/

/*	Reset 	*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*	Global	Style 	*/
body {
  background-color: #e2e2e2;
  font-size: 16px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  line-height: 20px;
}

strong {
  font-weight: 600;
  font-style: italic;
}

/* 	Header	*/
header {
  position: fixed;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #3c8ebe;
  z-index: 1;
}
header h2 i.fa {
  font-size: 30px;
}
header h2 {
  position: relative;
  float: left;
  width: 250px;
  height: 30px;
  padding: 10px 10px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  line-height: 10px;
  text-transform: capitalize;
  background-color: #367ea7;
}
.credits {
  position: relative;
  float: right;
  width: 200px;
  height: 10px;
  padding: 20px 10px;
  font-style: italic;
  font-weight: 100;
  font-size: 14px;
  font-family: "Nanum Gothic", sans-serif;
  line-height: 10px;
  text-transform: capitalize;
  color: #ffffff;
}

/*	Navigation 	*/
nav {
  position: fixed;
  margin-top: 50px;
  width: 270px;
  height: 100%;
  font-size: 13px;
  overflow: auto;
  background-color: #1b2426;
  z-index: 1;
}
nav h3 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-left: 20px;
  color: #384449;
  font-size: 14px;
  font-weight: 600;
}

nav ul {
  position: relative;
  float: left;
  margin-top: 20px;
  padding: 10px 20px 10px;
  width: 100%;
  background-color: #232f34;
}

nav ul li i {
  margin-right: 10px;
  padding-left: 10px;
}

nav ul li#active a,
nav ul li#active {
  text-decoration: none;
  color: #ffffff;
}
nav ul li a:hover {
  color: #fff;
}
nav ul li#active {
  border-left: 2px solid #3d8cb9;
  padding-left: 10px;
}

nav ul li a,
nav ul li {
  color: #b0b7c4;
  text-decoration: none;
  line-height: 35px;
}

/*	Content 	*/
article {
  position: relative;
  float: left;
  min-height: 670px;
  margin-top: 50px;
  margin-left: 270px;
  padding: 20px 10px;
}

article #title {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 50px;
  border: 1px solid #d6d8db;
}

article #content {
  position: relative;
  float: left;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 3px;
  border: 1px solid #cecfd0;
}
#content #wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#content a {
  color: #fff;
  text-decoration: none;
}
hr {
  position: relative;
  float: left;
  width: 98%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .button {
  background-color: #1b2426;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

#title a {
  text-decoration: none;
  color: 367ea7;
}
article h1 {
  padding-left: 10px;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #367ea7;
  text-transform: capitalize;
  text-decoration: none;
}

article h2 span {
  margin-right: 5px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d555d;
  text-transform: uppercase;
}
article h2 {
  color: #a0a4a8;
  margin-bottom: 50px;
  font-style: italic;
}

article div#imageBlock {
  position: relative;
  float: left;
  width: 400px;
  height: auto;
  padding: 10px;
  margin-right: 30px;
}

article div#imageBlockVideo {
  position: relative;
  float: left;
  width: 640px;
  height: auto;
  padding: 10px;
  margin-top: 30px;
}

article p {
  position: relative;
  float: left;
  line-height: 35px;
  width: 570px;
  color: #384c4e;
}

article div#dev {
  position: relative;
  float: left;
  width: 530px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 50px;
  background-color: #f9f9f9;
}

article div#dev span {
  position: relative;
  float: left;
  padding: 0px 10px 0px 10px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 35px;
  color: #4d555d;
  background-color: #f9f9f9;
}

article div#dev h3 {
  position: relative;
  float: left;
  width: 100%;
  font-style: italic;
  font-size: 15px;
  line-height: 35px;
  color: #357da6;
  background-color: #ffffff;
  border-bottom: 1px solid #e3e6e8;
}

article div#dev h4 {
  position: relative;
  float: left;
  width: 310px;
  line-height: 35px;
  font-size: 14px;
  color: #999999;
}

article div img#profile {
  position: relative;
  float: left;
  width: 200px;
  height: 265px;
  margin-right: 10px;
  background-color: #e2e2e2;
}

article div#dev p {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 310px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-word;
  color: #999999;
  line-height: 24px;
}

/*	Footer 	*/
footer {
  position: relative;
  float: left;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-top: 1px solid #cecfd0;
}

footer span#credits {
  position: relative;
  float: right;
  margin-right: 40px;
  color: #a0a4a8;
  font-size: 10px;
  font-style: italic;
}
