/*------------------------------------------------------------------
[Master Stylesheet]
Project:	    Jim Jin CV
Version:	    1.0
Last change:	07/06/2017
Primary use:	CV/Resume, Portfolio, Perosnal Website
-------------------------------------------------------------------*/
body {
  background-color: #ffffff;
  color: #ffffff;
}

p {
margin: 6px;
padding: 0px;
}

#aclear {
  color: #ffffff;
  text-decoration: none;
}

#about {
  color: #ffffff;
  font-size: 1em;
}

#contact {
  color: #ffffff;
  font-size: 1em;
}

#aside-content {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

#article-header {
  color: #004077;
  padding-top: 20px;
  font-size: 1em;
}

#article-content {
  text-align: justify;
}

ul {
  list-style-type: none;
}

.custom-counter {
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  position: relative;
  margin-left: 30px;
  padding: 4px;
}

.custom-counter li::before {
  content: counter(step-counter);
  position: absolute;
  left:-30px;
  width:25px;
  height:25px;
  border-radius: 50%;

  font-size: 70%;
  font-weight: bold;
  text-align: center;

  background-color: rgb(96, 135, 56);
  color: #ffffff;
  padding: 4px 4px !important;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  max-width: 70%;
  display: flex;
  border-radius: 6px;
  clear: both;
  *zoom: 1;
}

.group,
section,
aside {
  margin: 0 auto;
}

aside {
  float: left;
  width: 30%;
  background: rgb(0, 83, 155);
  padding: 20px;
  margin: 10px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.1);
}

section {
  float: right;
  width: 69%;
  background: rgb(27, 116, 195);
  padding: 20px;
  margin: 10px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.1);
}

article {
  background: #ffffff;
  padding: 0px 20px 20px 20px;
  margin: 10px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.1);
}
