<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *::after, *::before {
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
#container {
    margin: 100px auto 0;
    width: 860px;
}
#content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

body {
    background: linear-gradient(to right, rgb(18, 112, 138) 0%, rgba(117,189,209,1) 59%, rgb(18, 112, 138) 100%);
}
#profile {
    /* background-color: #cf455c; */
    /* background-image: url(../images/header-shadow.png); */
    /* background: linear-gradient(135deg, rgb(126, 23, 40) 0%, #cf455c 55%, rgba(109,0,21,1) 100%); */
    background: linear-gradient(to right, rgb(3, 52, 66) 0%, rgba(117,189,209,1) 32%, rgb(18, 112, 138) 100%);
    background-position: center bottom;
    background-repeat: repeat-x;
    overflow: hidden;
    display: flex;
    justify-content: center;
    
}
.about {
    padding-top: 30px;
    width: 490px;
    padding-left: 20px;
    padding-right: 5px;
}
.about .photo-inner {
    float: left;
    background: url(../images/photo-inner.png) no-repeat;
    width: 214px;
    height: 214px;
    padding: 12px 0 0 20px;
}
.about h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    padding-top: 11px;
    text-transform: uppercase;
}
.about h3 {
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    font-family: 'Teko', sans-serif;
}
.about p {
    font-size: 14px;
    margin-top: 25px;
    color: #fff;
    line-height: 24px;  
    font-family: 'Roboto Condensed', sans-serif;
}
.personal-info {
    margin-top: 30px;
    width: 310px;
    min-height: 230px;
    margin-left: 10px;
    background: url(../images/personal-info-sep.png) no-repeat left top;
    padding: 20px 0 19px 20px;
    list-style: none;
}
.personal-info li {
    line-height: 12px;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 293px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.personal-info label {
    padding: 4px 7px;
    font-weight: 600;
    
}
.personal-info li span {
    float: right;
    width: 220px;
    padding-top: 4px;
}
.personal-info li a {
    color: inherit;
}
header {
    position: relative;
    overflow: visible;
    min-height: 80px;
}

.menu {
    height: 100px;
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    position: relative; 
    padding-left: 130px;
    padding-right: 130px;
    display: flex;
    justify-content: center;
}
.tabs {
    height: 117px;
    position: absolute;
    margin-top: -16px;
    z-index: 100;
    display: flex;
}
.tabs li &gt; a {
    padding-top: 28px;
    width: 115px;
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #b9b9b9;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 35px;
}
.tmenu.active {
    background: url(../images/tab-hover.png) no-repeat;
    background-position: center;
}
a.tab-profile.active {
    pointer-events: none;
    color: #16738c;
    
}
.tabs li &gt; a &gt; i {
    font-size: 45px;
    display: block;
    margin-bottom: 5px;
}
.tmenu {
    text-align: center;
    margin: 0 30px;
}
.tab-profile.active i {
    animation: bounce 2s infinite;
}
@keyframes bounce{

    0%, 20%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(3px);
    }
}

#logo {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    display: none;
}
#logo h4 {
    color: #555;
    line-height: 20px;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    margin-left: 7px;
}
#portfolio-list {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#portfolio-list li{
    text-align: center;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e5e5e5;
    height: 185px;
    margin-bottom: 30px;
}
#portfolio-list li:hover {
    border-bottom: 1px solid #cf455c;
}
#portfolio-list img {
    background-color: #fff;
    height: 120px;
    width: 185px;
}
#portfolio-list li:hover .title {
    color: #cf455c;
}
#portfolio-list li .title {
    font-size: 14px;
    margin-top: 15px;
    color: #3a3a3a;
}
#portfolio {
    padding: 25px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
}
.extra-text {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}
.copyright {
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 10px;
    letter-spacing: 1px;
}

</pre></body></html>