* {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/*body attribute*/
body {
  margin-top: 20px;
  font-family: Georgia, Times New Roman, Times, serif;
}

div{
  padding: 10px;
}

h1, .h1{
  margin-top: 0;
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

a{
    color: black;
    text-decoration: none;
}

/*caption*/
caption {
 display: table-caption;
 text-align: right;
}

.korean{
    font-family: 'Nanum Pen Script', sans-serif;
    font-size: 100px;
}

span.tab{
    padding: 0 40px;
}

/* Override Bootstrap's default container. */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Masthead for nav*/
.blog-masthead {
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-size: 30px;
}

.logo {
  align-self: center;
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* Navigation bar */
.blog-nav-item {
  clear: both;
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  color: black;
}

.blog-nav-item:hover,
.blog-nav-item:focus {
  color: red;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: red;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 50px;
  vertical-align: middle;
  content: " ";
}


/*Blog name and description*/

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 70px;
}


/*Main column and sidebar layout*/

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 10px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/*images*/
.circle-image{
    border-radius: 50% 50% 50% 50%;
    width: 250px;
    height: 250px;
    float: right;	
}

/*about me*/
.font-Reenie{
font-family: 'Reenie Beanie', cursive;
font-size: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

/*Footer*/
.blog-footer {
  padding: 5px;
  color: #999;
  text-align: center;
  clear: both;
  background-color: black;
  margin-left: 0px;
  margin-right: 0px;
  font-family: "Amatic SC", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

a.link-footer{
  text-decoration: none;
  color: black;
}

.blog-footer p:last-child {
  text-decoration: none;
  color: #999; 
}

