<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{

    margin: 0 auto;
}

body, h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    font-family: 'Raleway', serif;
}

.thin {
    font-weight: 100;

}
.regular {
    font-weight: 200;
}

.medium {
    font-weight: 300;
}

.bold {
    font-weight: 400;
}
/*
.korean body, .korean h1, .korean h2,.korean h3,.korean h4,.korean h5,.korean h6.korean li{
	font-family: 'Nanum Myeongjo', serif;
}*/
h3{
	color:black;
}
ul {
list-style-type: none;

}

strong {
	 font-weight: bold;
	 color:black;
}

span{
	font-size: 0.8em;
}

.section{
	margin-top:50px;
	margin-bottom: 30px;
}

#sidebar {
    display: inline;
    float: left;
    margin-right: 0;
    width: 15%;
    text-align: right;
}

.left-content {
    display: inline;
}



h1.title {
    letter-spacing: 3px;

}

.caps {
    text-transform: uppercase;
}

.subtitle {
    font-size: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 20px;
}

h4.body {
    font-size: 0.9em;
}

div.contact-section {
    text-align: right;
}

hr {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


.border-top {
    border-top: 2px solid #e1e0e0;
}
.container {
	margin-bottom: 20px;
}

.container.container-box {
    margin-top: 20px;
}

.nav-link {
    color: inherit !important;
 }

.mb-0 {
    margin-bottom: 5px !important;
}

img#thumbnail{
    padding: 5px;
    width: 40px;
}



@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: url(Raleway-Light.ttf) format('truetype')
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url(Raleway-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url(Raleway-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(Raleway-SemiBold.ttf) format('truetype')
}



a {
    color: /*inherit*/;


}
.section-item {
    margin-bottom: 35px;
}

.skills {
    margin-top: 10px;
    font-weight: 200;
}

.section-item:last-child {
    margin-bottom: 0;
}





.indented {
    /*margin-left: 35px;*/
        color: #55595c;
}

ul {
    padding-left: 0;
}

.secondary {
    color: #979fa5;
}

.fas {
    margin-right: 15px;
    color: #55595c;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px;
}

@media (max-width: 575px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    div.contact-section {
        text-align: left;
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .float-xs-right {
        float: left !important;
        margin-left: 5px;
    }
}



.caption {
    margin-top: 10px;
}</pre></body></html>