<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Template: Flatfy - Responsive One Page Resume/CV
    Author: Linewp
    Version: 1.0
*/


/* TABLE OF CONTENTS

    1. Preloader
    2. Basic Document Styles
    3. Navigation
    4. Header
    5. Status
    6. Skills
    7. Portfolio
    8. Here Me
    9. Resume
    10. Clients
    11. Contact
    12. Footer
    13. Social Icon
    14. Portfolio Modal
    15. Media Queries
*/
 

/* 1. Preloader
-------------------------------------------------*/
#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loaderBars {
    height: 50px;
    width: 70px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    
    
}

.bar{
    background-color:#4ac2be;
    border:1px solid #4ac2be;
    float:left;
    height:33px;
    margin-left:2px;
    width:9px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1.5s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1.5s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1.5s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

.bar1{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

.bar2{
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

.bar3{
    -moz-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}

@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}

}


/* 2. Basic Document Styles
-------------------------------------------------*/
body {
    overflow-x: hidden;
    font-family: "Segoe UI", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 22px;
}

p.large {
    font-size: 16px;
}

.text-dark {
    color: #8c9099;
}

.text-primary {
    color: #13B0A5;
    font-size: 0.9em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #13B0A5;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

::-moz-selection {
    text-shadow: none;
    background: #13B0A5;
}

::selection {
    text-shadow: none;
    background: #13B0A5;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #13B0A5;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

img {
    max-width: 100%;
}

.img-centered {
    margin: 0 auto;
}

.img-me {
    margin-top: 18px;
}

.bg-clients {
    background-color: #13B0A5;
}

.btn-primary {
    border-color: #13B0A5;
    text-transform: none;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #13B0A5;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #474D5D;
    color: #fff;
    background-color: #474D5D;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #13B0A5;
    background-color: #13B0A5;
}

.btn-primary .badge {
    color: #13B0A5;
    background-color: #fff;
}

.btn-x3 {
    padding: 13px 30px;
    border: 2px solid #13B0A5;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #13B0A5;
    background-color: transparent;
}

.btn-x3:hover,
.btn-x3:focus,
.btn-x3:active,
.btn-x3.active,
.open .dropdown-toggle.btn-x3 {
    color: #13B0A5;
    padding: 13px 35px;
}

.btn-x2 {
    padding: 15px 30px;
    border-color: #fff;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}

.btn-x2:hover,
.btn-x2:focus,
.btn-x2:active,
.btn-x2.active,
.open .dropdown-toggle.btn-x2 {
    border-color: #13B0A5;
    color: #13B0A5;
    background-color: transparent;
}

.btn-x1 {
    padding: 12px 26px;
    border-color: #13B0A5;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #13B0A5;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #13B0A5;
    background-color: #13B0A5;
}

.btn-xl .badge {
    color: #13B0A5;
    background-color: #fff;
}

section {
    padding: 100px 0;
}

section h1{
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 48px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
    border-bottom: 6px solid #13b0a5;
    padding-bottom: 5px;
    display: inline-block;
}

section h3.section-subheading {
    margin-bottom: 75px;
    margin-top: 10px;
    text-transform: none;
    font-family: "Segoe UI", "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 5px 0 15px;
    text-transform: none;
    color: #555;
}


/* 3. Navigation
-------------------------------------------------*/
.navbar-default {
    border-color: transparent;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.navbar-default .navbar-brand {
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #4d4d50;
    
    background-image: url('/img/bavit-white.svg');
    width: 150px;
    height: 50px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #13B0A5;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #13B0A5;
    background-color: #13B0A5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #13B0A5;
}

.navbar-fixed-top.navbar-shrink .nav li a {
    color: #4d4d50;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    /* letter-spacing: 1px; */
    color: #333;
    text-shadow: 0px 0px 1px #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #13B0A5;
}

.navbar-default.navbar-shrink .navbar-nav&gt;.active&gt;a {
    border-radius: 0;
    color: #13b0a5;
    background-color: transparent;
}

.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #fff;
    background-color: #13B0A5;
}


/* 4. Header
-------------------------------------------------*/
header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url('/img/header-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Segoe UI", "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}


/* 5. Status
-------------------------------------------------*/
#status {
    background-color: #28353E;
    background-image: url("../img/bg-portfolio.jpg");
    color: #fff;
    padding: 100px 0;
}

#status i {
    color: #13b0a5;
}


/* 6. Skills
-------------------------------------------------*/
.skills{
    background:#F7F7F7;
    color:#474d5d;
}

.skills .heading p{
    padding-bottom:41px;
}

.skills p{
    color:#474d5d;
}

.skills .skillsArea{
    padding:0px;
}
.skills .skills{
    margin:0 auto;
    margin-bottom:23px;
    text-align:center;
    padding:0px;
    float:none;
}
.skills .skills p{
    color:#84868d;
    font-size:13px;
    line-height:18px;
    text-align:center;
    min-height: 50px;
}
.skills .skills img{
    margin:0 auto;
    margin-bottom:33px;
    width:100%;
    max-width:152px;
}

.skills .skills h4{
    font-weight:700;
    text-transform:uppercase;
}

.skilBg{
    background:url(../img/skills.png) no-repeat 0 0;
}

.chart {
  position: relative;
  display: inline-block;
  width: 152px;
  height: 152px;
  margin-bottom: 26px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  font-size:21px;
  color:#474d5d;
  line-height: 152px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.angular {
  margin-top: 100px;
}

.angular .chart {
  margin-top: 0;
}


/* 7. Portfolio
-------------------------------------------------*/
#portfolio {
    background-color: #F7F7F7;
}

#portfolio .section-subheading {
    color: #8c9099;  
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(225, 225, 225, 0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Segoe UI", "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}


/* 8. Here Me
-------------------------------------------------*/
#here-me {
    background-color: #f2f2f2;
    padding: 40px 0;
}

#here-me h3 {
    color: #666;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 29px;
    font-weight: 400;
    margin: 9px 0 52px;
    text-transform: none;
    text-align: left;
    margin-bottom: 15px;
}
#here-me p {
    text-align: left;
}

/* 9. Resume
-------------------------------------------------*/
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline&gt;li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline&gt;li:before,
.timeline&gt;li:after {
    content: " ";
    display: table;
}

.timeline&gt;li:after {
    clear: both;
}

.timeline&gt;li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline&gt;li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline&gt;li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline&gt;li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #13B0A5;
}

.timeline&gt;li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline&gt;li .timeline-image span.ico {
    margin-top: 2px;
    font-size: 3.2em;
    display: inline-block;
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline&gt;li.timeline-inverted&gt;.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline&gt;li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h2 {
    margin-top: 30px;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #13b0a5;
}

.timeline .timeline-body&gt;p,
.timeline .timeline-body&gt;ul {
    margin-bottom: 0;
}


/* 10. Clients
-------------------------------------------------*/
aside.clients img {
    margin: 40px auto;
    opacity: 0.9;
}

aside.clients img:hover {
    opacity: 0.5;
    transform: scale(1.1);
}


/* 11. Contact
-------------------------------------------------*/
section#contact {
    background-color: #28353e;
    background-image: url(../img/bg-portfolio.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background-color:rgba(255, 255, 255, 0.1);
    border: 0 none;
    color: #E4E0EB;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #13B0A5;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #999;
}

section#contact .text-danger {
    color: #e74c3c;
}

section#contact .form-text {
    color: #BFBFBF;
    margin-top: 50px;
}

section#contact .form-text i {
    color: #fff;
    padding-right: 15px;
}

section#contact .form-text h4 {
    color: #fff;
    border-bottom: 3px solid #13b0a5;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 16px;
}


/* 12. Footer
-------------------------------------------------*/
footer {
    text-align: center;
    /* background-color: #13b0a5; */
    color: #333;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}


/* 13. Social Icon
-------------------------------------------------*/
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #8e8e8e;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #13B0A5;
    color: #fff;
}


/* 14. Portfolio Modal
-------------------------------------------------*/
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 3em;
    border-bottom: 6px solid #12baad;
    display: inline-block;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 15px 0 35px;
    font-family: "Segoe UI", "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* 15. Media Queries
-------------------------------------------------*/
@media(max-width:768px) {
	.navbar-default .navbar-brand,
  	.navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        color: #4d4d50;
		background-image: url('/img/bavit.svg');   
		background-size: 60%;
    	background-position-x: 5px;     
    }
}
    
@media(min-width:768px) {
    section {
        padding: 80px 0;
    }

    .navbar-default .nav li a {
        color: #fff;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav&gt;.active&gt;a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        box-shadow:0 7px 16px 0 rgba(50, 50, 50, 0.1);
        background-color: #fff;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        color: #4d4d50;
		background-image: url('/img/bavit.svg');        
    }

    header .intro-text {
        padding-top: 35vh;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Segoe UI", "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: "Segoe UI", Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }

    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    
    .timeline:before {
        left: 50%;
    }

    .timeline&gt;li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline&gt;li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline&gt;li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline&gt;li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 4em;
        display: inline-block;
    }

    .timeline&gt;li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline&gt;li.timeline-inverted&gt;.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    #here-me h1 {
        margin: 10px 0 0px;
    }

    section#contact .form-text {
        margin-top: 0px;
    }

    .timeline&gt;li {
        min-height: 150px;
    }

    .timeline&gt;li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline&gt;li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline&gt;li .timeline-image span.ico {
        margin-top: 2px;
        font-size: 6.2em;
        display: inline-block;
    }

    .timeline&gt;li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline&gt;li.timeline-inverted&gt;.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline&gt;li {
        min-height: 170px;
    }

    .timeline&gt;li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline&gt;li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline&gt;li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline&gt;li.timeline-inverted&gt;.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
.portfolio-logo-big{
    width: 100%;
    max-width: 600px;
}
.min-box-size{
    min-height: 200px;;
}
.min-box-size .feature-icon{
    display: none;
}
header .intro-text .intro-heading{
    text-align: left;
    font-size: 50px;
}
#bav-pg-container{
    margin-top: 70px;
    min-height: 350px;
}
.service-heading{
    min-height: 38px;
}
header .intro-text .intro-heading{
    text-shadow: 2px 1px 1px #496cbe;
}
@media (min-width: 768px){

}
.portfolio-logo{
    width: 100%;
    display: block;
    max-width: 300px;
    /* margin: 5% auto 0; */
}

#about{
    background-color: #F7F7F7;
}
.skills{
    background-color: #fff;
}
#portfolio .row{
    margin-bottom: 80px;
}
.portfolio-logo-wrapper-min-resolution{
    display: none;
}





.navbar-nav &gt; li.language-dropdown a.page-scroll.hiden-on-desktop{
    display: none !important;
}
.navbar-nav &gt; li.language-dropdown a.page-scroll{
    min-width: 50px;
}
.navbar-nav &gt; li.language-dropdown a.page-scroll:not(.active){
    display: none;
    padding: 0 15px 10px;
}
.navbar-nav &gt; li.language-dropdown:hover a.page-scroll:not(.active){
    display: block;
}

@media (min-width: 768px) and (max-width: 995px){
    #menu-container{
        width: auto;
    }
}
@media (max-width: 991px){

    .portfolio-logo{
        margin: 0 auto 20px;
    }
    .portfolio-logo-wrapper-min-resolution{
        display: block;
    }
    .portfolio-logo-wrapper-max-resolution{
        display: none;
    }
}
@media (max-width: 767px){
    .navbar-nav &gt; li.language-dropdown a.page-scroll.active{
        font-weight: 600;
        text-decoration: underline;
    }
    .navbar-nav &gt; li.language-dropdown a.page-scroll{
        display: inline-block !important;
        padding: 10px 15px  !important;
    }

    .navbar-nav &gt; li.language-dropdown a.page-scroll.hiden-on-desktop{
        display: inline-block !important;
        padding: 10px 0 10px 15px  !important;
    }


    .navbar-default .navbar-collapse{
        box-shadow: -1px 2px 4px -1px #000;
    }
}
@media (max-width: 480px){
    header .intro-text .intro-heading{
        font-size: 24px;
        line-height: 30px;
    }
    header .intro-text{
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .portfolio-logo{
        max-width: 200px;
    }
}
.nav &gt; li.language-dropdown &gt; a{
    display: inline-block;
}


.selected-language{
    border: 1px solid #4d4d50;
}
@media(max-width:768px) {
    section{
        padding-top: 20px;
    }
    .navbar-default{
        box-shadow: 0 7px 16px 0 rgb(50 50 50 / 10%);
    }
    #bav-pg-container {
        margin-top: 50px !important;
    }
}
body{
    overscroll-behavior: none;
}
.col-xs-6{
    z-index: 1;
}
header{
    background: radial-gradient(circle at bottom,#bbb1b1,transparent 80%),linear-gradient(to top,#1e90ff 0,transparent 70%),linear-gradient(to bottom,transparent,rgba(243,243,243,.4) 70%),#638dc9;
    animation: 15s infinite animatedbg_ioslike;
    position: relative;
}
.navbar-default.navbar-shrink{
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
a.language-link{
    text-decoration: underline !important;
}
@keyframes animatedbg_ioslike {
    0%,100% {
        background-color: #638dc9
    }

    25% {
        background-color: green
    }

    50% {
        background-color: #ffc628
    }

    75% {
        background-color: #f15c5d
    }
}

.navbar-nav&gt;li&gt;a{
    padding-left: 10px;
    padding-right: 10px;
}</pre></body></html>