@import url("https://fonts.googleapis.com/css?family=Open Sans");
@import url("https://fonts.googleapis.com/css?family=Noto Sans KR");
@import url("https://fonts.googleapis.com/css?family=Tajawal");
@import url("https://fonts.googleapis.com/css?family=Roboto");
a {
  color: #2b292a;
  text-decoration: none;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #5a103d;
  /* background-color: blue; */
  text-decoration: overline;
  text-decoration-color: lighter;

}

header {
  margin-top: 1em;
  text-align: center;
}

html, body {height: 100%;}
html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;

    font-family: "Open Sans";
    color: black;
}

.content {
  max-width: 700px;
  margin: auto;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.5px;
/* border-color:red; */
}
footer {
  font-size: 11px;
}

/* for portfolio images */
.shadow {
  width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* text-align: center; */
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: white !important;
    color: #2b292a !important;
    border-color: #2b292a !important;
}
.btn-primary:hover {
  background-color: #2b292a !important;
  border-color: #2b292a !important;
  /* background-color: blue !important; */
  color: white !important;
  /* color: white !important */
}
/*# sourceMappingURL=setup.css.map */
