<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Portfolio styles */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 200;
	line-height: 28px;
	/*color: #fff;*/
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}
html {
    width: 100%;
    height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
a {
	outline:none;
	transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-ms-transition:all 0.2s ease-in-out 0s;
}
a:focus {
    outline: none;
    outline-offset: -2px;
}
p {
	font-size: 22px;
    line-height: 32px;
}
.small {
	margin-bottom: 50px;
}
hr.heavy_line {
	border-color: black !important;
}

/*===============NAV===============*/
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-default {
	/*background-color: rgba(12, 204, 242, 0.8);*/
	border-bottom: none;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #020F47;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
	background-color:rgba(0, 0, 0, 0.1);
	/*color:#ffffff;*/	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
	color:#fff;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
    background-color:lightgray;
    color: #020F47;
    text-decoration: underline;
}
.navbar-toggle {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-brand {
	font-size:22px;
	font-weight:400;
	padding:14px;
}
.navbar-inverse .navbar-brand {
    color: #fbfc04;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #fbfc04;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fbfc04;
	background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
	color: #fbfc04;
    background-color: rgba(255, 255, 255, 0.2);
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: black;
    /*background-color: #080808;*/
    background-color: #fbfc04;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #020F47;
}
.navbar li {
	padding-bottom:0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0);
}
/*=============END NAV=============*/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: medium none;
    outline-offset: -2px;
}
.btn-default {
	background-color: #fbfc04;
}
.btn-default:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #adadad;
 }
 .btn-default:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #adadad;
 }
 .btn-lg {
 	border-radius: 2px;
 }
 .btn-jazz {
  color: #333;
  /*background-color: transparent;*/
  border-color: #ccc;
}
.btn-jazz:focus,
.btn-jazz.focus {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #8c8c8c;
}
.btn-jazz:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #adadad;
}
.btn-jazz:active,
.btn-jazz.active,
.open &gt; .dropdown-toggle.btn-jazz {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #adadad;
}
.btn-jazz:active:hover,
.btn-jazz.active:hover,
.open &gt; .dropdown-toggle.btn-jazz:hover,
.btn-jazz:active:focus,
.btn-jazz.active:focus,
.open &gt; .dropdown-toggle.btn-jazz:focus,
.btn-jazz:active.focus,
.btn-jazz.active.focus,
.open &gt; .dropdown-toggle.btn-jazz.focus {
  color: #333;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #8c8c8c;
}
.btn-jazz:active,
.btn-jazz.active,
.open &gt; .dropdown-toggle.btn-jazz {
  background-image: none;
}
.btn-jazz.disabled:hover,
.btn-jazz[disabled]:hover,
fieldset[disabled] .btn-jazz:hover,
.btn-jazz.disabled:focus,
.btn-jazz[disabled]:focus,
fieldset[disabled] .btn-jazz:focus,
.btn-jazz.disabled.focus,
.btn-jazz[disabled].focus,
fieldset[disabled] .btn-jazz.focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ccc;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-trans-centre-border-btm {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: 400;
	margin-top:10px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
}
.btn-trans-centre-border-btm::before {
    background: #2098d1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}
.btn-trans-centre-border-btm::after {
    background: #2098d1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0px;

}
.btn-trans-centre-border-btm:hover::before, .btn-trans-centre-border-btm:focus::before, .btn-trans-centre-border-btm:active::before {
    left: 0;
    right: 0;
}
.btn-warning {
	border-radius:0;
	font-size:25px;
	margin-bottom: 10px;
}


.vert {
	display:table-cell;
	vertical-align:bottom;
}

#acc {
	visibility:hidden;
}
#ar {
	visibility: hidden;
}
#ar1 {
	visibility: hidden;
}
#ar2 {
	visibility: hidden;
}
#ar3 {
	visibility:hidden;
}
#ar4 {
	visibility: hidden;
}
#ar5 {
	visibility:hidden;
}
#dir {
	visibility:hidden;
}

.embed-responsive {
	margin-bottom: 50px;	
}

/*============Intro=============*/
.intro-section {
	background-color:#91e5f6;
	display: table;
	padding-top: 0;
	height: 100%;
	padding-top: 60px;
	width: 100%;
	text-align: center;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.transback {
	background-color: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding-bottom: 100px;
}
.intro-section h1 {
	font-size:82px;
	margin-bottom:20px;
	margin-top:0;
	color: #fbfc04;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
}
.intro-section h2 {
	font-size:48px;
	margin-top:0;
	margin-bottom:0;
	color: #fbfc04;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.intro-section h3 {
	font-size:36px;
	font-weight: 600;
	margin-top: 0;
	color: #c0a034;
}
.intro-section p {
	margin-top:10px;
	margin-bottom:30px;
	font-weight: 400;
}
/*.intro-section .btn-block {
    margin-bottom: 30px;
}*/
#intro a {
    display: block;
    font-size: 36px;
	text-decoration:none;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#intro a:hover {
    /*color: rgba(255, 255, 255, 0.9);*/
}
.intro_nav {
	float: left;
	margin: 10px 0 0;
	/*width:100%;*/
}

.panel {
    border-radius: 0;
    /*min-height: 135px;*/
    background-color: #1c1a0f;
    border: none;
}
.panel-body &gt; img {
    display: block;
    height: 140px;
    margin: 0 auto;
}
.panel-primary {
	background-color: #fbfc04;
    /*border-color: transparent;*/
}
.panel-primary p{
	color: #1c1a0f!important;
}
.nav_button {
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.port_title {
	/*text-align: center;*/
	background-color: #fbfc04;
	margin:35px 0 10px;
	padding: 16px 0;
}

.img_border {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*============portfolio=============*/
.portfolio-section {
	background-color:#1c1a0f;
	display: table;
	padding-top: 0;
	height: auto;
	padding-top: 60px;
	width: 100%;
	text-align: left;
}
.portfolio-section a {
	color:#0504FC;
	text-decoration:none;
	line-height: 2;
	font-weight: 400;
}
.portfolio-section:hover {
	text-decoration: underline;
}
.portfolio-section h1 img {
    height: 60px;
    margin: -16px 0 0 -4px;
}
.portfolio-section img {
	margin-bottom: 50px;
}
.portfolio-section h1 {
	color: #1c1a0f;
	font-weight: 300;
	font-size: 69px;
}
.portfolio-section h3 {
	color: #fbfc04;
	font-weight: 300;
	font-size: 28px;
	line-height: 2;
}
.portfolio-section p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
}
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cv-section {
	/*background-color:#F2F2F5;*/
	display: table;
	padding-top: 0;
	height: 100%;
	padding-top: 60px;
	width: 100%;
	text-align: center;
	/*background-image: url(../images/pencils.jpg);*/
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top;
	background-size: cover;s
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.cv-section .vert {
	vertical-align: middle;
}
.cv-section a {
	/*color:#ffffff;*/
	text-decoration:none;
	line-height: 2;
}
.cv-section:hover {
	text-decoration: underline;
}
.cv-section h1 img {
    height: 60px;
    margin: -16px 0 0 -4px;
}
.cv-section h2 {
	color: #fbfc04;
	font-weight: normal;
}
.cv-section .btn-jazz {
	color: #1c1a0f;
	background-color: #fbfc04;
}
.cv-section .btn-jazz:focus,
.cv-section .btn-jazz.focus {
  color: #1c1a0f;
  background-color: #fbfc04;
  border-color: #8c8c8c;
}
.cv-section .btn-jazz:hover {
  color: #fbfc04;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #adadad;
}
.cv-section .panel {
    border-radius: 6px;
    /*min-height: 135px;*/
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
}
.panel {
	border-radius:0;
}
.table.table-condensed {
	background-color: #0CF;
}
.overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 480px;
    margin-top: -480px;
    position: relative;
    top: 480px;
    width: 100%;
}
.footer {
	/*background-color:rgba(0, 51, 102, 1.0);*/
	text-align:center;
}
.footer h1 {
    padding: 10px;
	font-size:30px;
}
.footer h5 {
    line-height: 3;
    color: #fbfc04;
}

@media (min-width: 768px) {
.769to980 {
}

.navbar {
	padding: 10px 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	border: none;
}

.top-nav-collapse {
	padding: 0;
}
.navbar-default {
	/*background: rgba(12, 204, 242, 0.8) none repeat scroll 0 0;*/
}
.top-nav-collapse {
    /*background-color: rgba(12, 177, 242, 0.9);*/
    padding: 0;
}
.navbar li {
    margin-right: 6px;
}
/*============intro=============*/
.intro-section {
	display: table;
	padding-top: 0;
	height: 100%;
	padding-top: 60px;
	width: 100%;
	/*text-align: center;*/
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top right;
	background-size: cover;s
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/*.intro-section {
	height:100%;
}*/
.intro-section h1 {
	font-size: 120px;
	margin-bottom: 30px;
	z-index: 2;
}
.intro-section h2 {
    font-size: 74px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
#intro a {
    display: block;
/*    font-size: 18px;*/
}

/*============portfolio=============*/
.portfolio-section {
	height:100%;
}



.footer li img {
    display: block;
	height:50px;
    margin: 0 auto;
}
.footer h1 {
	font-size:36px;
    padding: 20px;
}
}
@media (min-width: 992px) {


.styled-select {
	width: 70%;
}
iframe {
    width: 70%;
}
.intro-section h2 {
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
#intro a {
    display: block;
}
.intro-section {
	text-align: left;
}
.intro-section h1 {
	font-size: 158px;
	margin-bottom: 30px;
}
.hover_grow_shadow {
    margin-bottom: 20px;
	display:block;
}

.hover_grow_shadow {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-moz-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
    transition-property: box-shadow, transform;
	-webkit-transition-property:box-shadow, transform;
	-moz-transition-property:box-shadow, transform;
	-ms-transition-property:box-shadow, transform;
    vertical-align: middle;
}
.hover_grow_shadow:hover, .hover_grow_shadow:focus, .hover_grow_shadow:active {
   /* box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);*/
    transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
}
}
@media (min-width: 1400px) {
.container {
  width:1400px;
 }
 .intro-section h1 {
	font-size: 200px;
	margin-bottom: 30px;
}
.intro-section {
	background-attachment:fixed;
}
.port_title {
	margin:35px 0 30px;
	/*text-align: center;*/
	background-color: #fbfc04;
}



.styled-select {
	width: 100%;
}
iframe {
    width: 100%;
}
#intro a {
    display: block;
}
.footer ul {
    font-size: 14px;
    list-style: outside none none;
	margin: 20px auto 30px auto;
	overflow:hidden;
    padding-left: 0;
	width:70%;
}
}
@media (min-width: 1400px) {
.container {
  width:1400px;
 }

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