/* ------------------------------------------------------------- */
/* ---------------------------BRKOR----------------------------- */
/* ------------------------------------------------------------- */



/* -------------------------------------------------------------

Table of content

1. General styling
2. Header
3. Menu
4. Content styling
5. Animated button
6. Footer
7. Progress bar
8. Contact form
9. Animation
10. Media queries

------------------------------------------------------------- */



/* General styling
------------------------------------------------------------- */

body {
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #eee;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
    padding-top: 55px;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 100px;
    overflow-y: scroll;
}

a, a:hover, a:active, a:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
    outline-offset: 0;
}

#navbar-collapse a{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

h4 {
    font-size: 16px;
}

.btn {
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Header 
------------------------------------------------------------- */

header {
    margin-bottom: 80px;
}

.mypicture {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 600px;
    background: url(../img/mypicture.png) no-repeat top right;
    background-size: contain;
    background-attachment: fixed;
}

.mesmall {
    border-radius: 50%;
    float: left;
    z-index: 1;
    margin-top: 10px;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.myname {
    font-size: 36px;
    font-weight: 300;
    position: relative;
    top: 18px;
    left: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    z-index: -1;
}

/* Menu
------------------------------------------------------------- */

.navbar-default {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
}

nav {
    position: relative;
    left: 25px;
    top: 6px;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 15px;
}

nav ul li a {
    color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid transparent;
    padding-top: 18px;
}

.navbar-default .navbar-nav > li > .active {
    color: #fff;
    border-top: 1px solid #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.collapse.in li .active {
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.3);
    text-shadow: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-toggle {
    position: relative;
    padding: 10px;
    margin-top: 17px;
    margin-right: 30px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    float: right;
}

.navbar-default .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-nav {
    text-align: center;
}

.navbar-collapse {
    box-shadow: none;
}

/* Content styling
------------------------------------------------------------- */

.wrap {
    padding-left: 140px;
    padding-right: 20%;
}

.content {
    font-size: 24px;
    display: none;
    position: relative;
}

.content.active {
    display: block;
    -webkit-animation: show-up .7s ease;
    -moz-animation: show-up .7s ease;
    -ms-animation: show-up .7s ease;
    animation: show-up .7s ease;
}

h1, .h1 {
    font-size: 60px;
}

h2, .h2 {
    font-size: 36px;
}

.title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 30px;
}

.title .glyphicon {
    opacity: .1;
    font-size: 26px;
    margin-right: 17px;
}

.subtitle {
    font-size: 16px;
    margin-bottom: 45px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 44px;
    font-style: italic;
}

.about h2 {
    margin-bottom: -10px;
}

.content ul {
    list-style-type: none;
    margin-bottom: 40px;
    border-left: 4px solid rgba(255, 255, 255, 0.1) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content ul:hover {
    padding-left: 50px;
    border-left: 4px solid #fff !important;
}

.glyphicon-time,
.glyphicon-star,
.glyphicon-wrench,
.glyphicon-globe,
.glyphicon-envelope,
.glyphicon-cog {
    opacity: 0.3;
    margin-right: 10px;
    font-size: 15px;
}

.skills ul {
    border: 0;
}

.smaller {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.bigger {
    font-size: 30px;
}

.bigger2 {
    font-size: 24px;
}

/* Animated button
------------------------------------------------------------- */

.btn {
    font-size: 18px;
    border: none;
    font-family: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 17px 60px;
    display: inline-block;
    font-weight: 300;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-1 {
    border: 1px solid #fff;
    color: #fff;
}

/* Button 1c */
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
    color: #000;
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%;
}

.margin-top {
    margin-top: 20px;
}

/* Footer
------------------------------------------------------------- */

footer {
    margin-top: 100px;
}

.social {
    list-style-type: none;
    margin-left: -40px;
}

.social li {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social:hover li {
    color: #fff;
}

.social img:hover {
    opacity: 1;
}

.social img {
    margin-right: -5px;
    position: relative;
    top: -1px;
    opacity: .3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Progress bar
------------------------------------------------------------- */

.progress ul,
.progress ul:hover {
    border: 0;
}

.progress {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    height: 37px;
    border-radius: 0;
    width: 85%;
    margin-top: 15px;
}

.bar-1 {
    background-color: #fff;
    background-image: none;
    width: 100%;
    -webkit-animation: show-bar-1 .7s ease;
    -moz-animation: show-bar-1 .7s ease;
    -ms-animation: show-bar-1 .7s ease;
    animation: show-bar-1 .7s ease;
}

.bar-2 {
    background-color: #fff;
    background-image: none;
    width: 95%;
    -webkit-animation: show-bar-2 1s ease;
    -moz-animation: show-bar-2 1s ease;
    -ms-animation: show-bar-2 1s ease;
    animation: show-bar-2 1s ease;
}

.bar-3 {
    background-color: #fff;
    background-image: none;
    width: 60%;
    -webkit-animation: show-bar-3 1s ease;
    -moz-animation: show-bar-3 1s ease;
    -ms-animation: show-bar-3 1s ease;
    animation: show-bar-3 1s ease;
}

.bar-4 {
    background-color: #fff;
    background-image: none;
    width: 30%;
    -webkit-animation: show-bar-4 1s ease;
    -moz-animation: show-bar-4 1s ease;
    -ms-animation: show-bar-4 1s ease;
    animation: show-bar-4 1s ease;
}

.bar-5 {
    background-color: #fff;
    background-image: none;
    width: 100%;
    -webkit-animation: show-bar-5 1s ease;
    -moz-animation: show-bar-5 1s ease;
    -ms-animation: show-bar-5 1s ease;
    animation: show-bar-5 1s ease;
}

.bar-6 {
    background-color: #fff;
    background-image: none;
    width: 50%;
    -webkit-animation: show-bar-6 1s ease;
    -moz-animation: show-bar-6 1s ease;
    -ms-animation: show-bar-6 1s ease;
    animation: show-bar-6 1s ease;
}

/* Contact form
------------------------------------------------------------- */

#ajax-contact {
    margin-top: 0px;
}

input, textarea {
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    padding: 17px 30px;
    color: #fff;
    width: 69%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus, textarea:focus {
    border: 1px solid #fff;
}

.field {
    margin-bottom: 20px;
}

.send {
    font-size: 18px;
    text-transform: uppercase;
    width: 69%;
}

.success {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 0px;
    margin-bottom: 45px;
    margin-top: -25px;
    width: 69%;
    padding: 17px 30px;
    font-size: 18px;
}

.error {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    border-radius: 0px;
    margin-bottom: 45px;
    margin-top: -25px;
    width: 69%;
    padding: 17px 30px;
    font-size: 18px;
}

/* Animation 
------------------------------------------------------------- */

@keyframes show-up {
from {
    opacity:0;
    transform:translateX(-1.5em);
}
to {
    opacity:1;
    transform:translateX(0);
}}

@keyframes show-bar-1 {
from {
    width:0;
}
to {
    width:100%;
}}

@keyframes show-bar-2 {
from {
    width:0;
}
to {
    width:95%;
}}

@keyframes show-bar-3 {
from {
    width:0;
}
to {
    width:60%;
}}

@keyframes show-bar-4 {
from {
    width:0;
}
to {
    width:30%;
}}

@keyframes show-bar-5 {
from {
    width:0;
}
to {
    width:100%;
}}

@keyframes show-bar-6 {
from {
    width:0;
}
to {
    width:50%;
}}

/* Max width 1100px
------------------------------------------------------------- */

@media screen and (max-width: 1150px){
    
    body {
        padding-top: 20px;
        margin-right: 10%;
    }
    
    .wrap {
        padding-left: 5%;
    }
    
}

/* Max width 1000px
------------------------------------------------------------- */

@media screen and (max-width: 1150px){
    
    .mypicture {
        display: none;
    }
    
    header {
        text-align: center;
    }
    
    .mesmall {
        float: none;
    }
    
    .myname {
        padding-bottom: 30px;
    }
    
}

/* Max width 920px
------------------------------------------------------------- */

@media screen and (max-width: 920px){
    
    .wrap {
        padding-left: 5%;
    }
    
}
