/* -------------------------------------------------------------

Table of contents

 1. General styling
 2. Header
 3. Menu
 4. Content styling
 5. Animated button
 6. Footer
 7. Progress bar
 8. Contact form
 9. Animation
10. Responsive media queries

------------------------------------------------------------- */



/* General styling
------------------------------------------------------------- */

body {
    background: url(../images/bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #eee;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    padding-top: 55px;
    margin-right: 30%;
    margin-left: 5%;
    padding-bottom: 100px;
    overflow-y: scroll;
}

a, a:hover, a:active, a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

h1 {
    font-weight: bold;
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

h4, h5, h6 {
    font-size: 18px;
}

.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;
}

.spaced {
    margin-bottom: 1em;
}

.row {
    display: table-row;
    margin: 0;
    padding: 0;
}

.cell {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.faux-bullet {
    padding-top: 5px;
    padding-right: 0.5em;
}

/* Header
------------------------------------------------------------- */

header {
    margin-bottom: 80px;
}

.overlaypicture {
    position: fixed;
    top: 0;
    right: 0;

    width:600px;
    height:100vh;
    background-image:url(../images/overlay.png);
    background-size:cover;
    position: fixed;
    z-index:-2;
}

.profile {
    border-radius: 50%;
    float: left;
    z-index: 1;
    margin-top: 10px;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.name {
    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;
    margin-left: 100px;
    letter-spacing: 0.25em;
}

/* Menu
------------------------------------------------------------- */

.navbar-default {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
}

nav {
    font-size: 24px;
    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;
}

.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: 10%;
    z-index: 1;
}

.content {
    display: none;
    position: relative;
}

.content a {
    color: rgba(255, 255, 255, 0.3);
}

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

.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: 18px;
    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-file,
.glyphicon-link,
.glyphicon-book,
.glyphicon-cog {
    opacity: 0.3;
    margin-right: 10px;
    font-size: 16px;
}

.tech ul {
    border: 0;
}

.smaller {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.smallest {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-style: italic;
}

.bigger {
    font-size: 24px;
}

.biggest {
    font-size: 30px;
    font-weight: bold;
}

/* 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%;
}

.btn-1:focus, .btn-1c:focus {
    color: #fff;
}

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

/* Footer
------------------------------------------------------------- */

footer {
    font-size: 20px;
    margin-top: 100px;
}

footer .items {
    list-style-type: none;
    margin-left: -40px;
}

footer .items 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;
}

footer .items:hover li {
    color: #fff;
}

/* 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-expert-1 {
    background-color: #2877d0;
    background-image: none;
    width: 10%;
    -webkit-animation: show-bar-1 1s ease;
    -moz-animation: show-bar-1 1s ease;
    -ms-animation: show-bar-1 1s ease;
    animation: show-bar-1 1s ease;
}

.bar-expert-2 {
    background-color: #2877d0;
    background-image: none;
    width: 20%;
    -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-expert-3 {
    background-color: #2877d0;
    background-image: none;
    width: 30%;
    -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-expert-4 {
    background-color: #2877d0;
    background-image: none;
    width: 40%;
    -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-expert-5 {
    background-color: #2877d0;
    background-image: none;
    width: 50%;
    -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-expert-6 {
    background-color: #2877d0;
    background-image: none;
    width: 60%;
    -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;
}

.bar-expert-7 {
    background-color: #2877d0;
    background-image: none;
    width: 70%;
    -webkit-animation: show-bar-7 1s ease;
    -moz-animation: show-bar-7 1s ease;
    -ms-animation: show-bar-7 1s ease;
    animation: show-bar-7 1s ease;
}

.bar-expert-8 {
    background-color: #2877d0;
    background-image: none;
    width: 80%;
    -webkit-animation: show-bar-8 1s ease;
    -moz-animation: show-bar-8 1s ease;
    -ms-animation: show-bar-8 1s ease;
    animation: show-bar-8 1s ease;
}

.bar-expert-9 {
    background-color: #2877d0;
    background-image: none;
    width: 90%;
    -webkit-animation: show-bar-9 1s ease;
    -moz-animation: show-bar-9 1s ease;
    -ms-animation: show-bar-9 1s ease;
    animation: show-bar-9 1s ease;
}

.bar-expert-10 {
    background-color: #2877d0;
    background-image: none;
    width: 100%;
    -webkit-animation: show-bar-10 1s ease;
    -moz-animation: show-bar-10 1s ease;
    -ms-animation: show-bar-10 1s ease;
    animation: show-bar-10 1s ease;
}

.bar-novice-1 {
    background-color: #cf2c2c;
    background-image: none;
    width: 10%;
    -webkit-animation: show-bar-1 1s ease;
    -moz-animation: show-bar-1 1s ease;
    -ms-animation: show-bar-1 1s ease;
    animation: show-bar-1 1s ease;
}

.bar-novice-2 {
    background-color: #cf2c2c;
    background-image: none;
    width: 20%;
    -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-novice-3 {
    background-color: #cf2c2c;
    background-image: none;
    width: 30%;
    -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-novice-4 {
    background-color: #cf2c2c;
    background-image: none;
    width: 40%;
    -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-novice-5 {
    background-color: #cf2c2c;
    background-image: none;
    width: 50%;
    -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-novice-6 {
    background-color: #cf2c2c;
    background-image: none;
    width: 60%;
    -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;
}

.bar-novice-7 {
    background-color: #cf2c2c;
    background-image: none;
    width: 70%;
    -webkit-animation: show-bar-7 1s ease;
    -moz-animation: show-bar-7 1s ease;
    -ms-animation: show-bar-7 1s ease;
    animation: show-bar-7 1s ease;
}

.bar-novice-8 {
    background-color: #cf2c2c;
    background-image: none;
    width: 80%;
    -webkit-animation: show-bar-8 1s ease;
    -moz-animation: show-bar-8 1s ease;
    -ms-animation: show-bar-8 1s ease;
    animation: show-bar-8 1s ease;
}

.bar-novice-9 {
    background-color: #cf2c2c;
    background-image: none;
    width: 90%;
    -webkit-animation: show-bar-9 1s ease;
    -moz-animation: show-bar-9 1s ease;
    -ms-animation: show-bar-9 1s ease;
    animation: show-bar-9 1s ease;
}

.bar-novice-10 {
    background-color: #cf2c2c;
    background-image: none;
    width: 100%;
    -webkit-animation: show-bar-10 1s ease;
    -moz-animation: show-bar-10 1s ease;
    -ms-animation: show-bar-10 1s ease;
    animation: show-bar-10 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%;
    resize: none;
    -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
------------------------------------------------------------- */

@-webkit-keyframes show-up {
from {
    -webkit-opacity:0;
    -webkit-transform:translateX(-1.5em);
}
to {
    -webkit-opacity:1;
    -webkit-transform:translateX(0);
}}

@-moz-keyframes show-up {
from {
    -moz-opacity:0;
    -moz-transform:translateX(-1.5em);
}
to {
    -moz-opacity:1;
    -moz-transform:translateX(0);
}}

@keyframes show-up {
from {
    opacity:0;
    transform:translateX(-1.5em);
}
to {
    opacity:1;
    transform:translateX(0);
}}

@-webkit-keyframes show-bar-1 { from { width: 0; } to { width: 10%; } }
@-moz-keyframes show-bar-1    { from { width: 0; } to { width: 10%; } }
@keyframes show-bar-1         { from { width: 0; } to { width: 10%; } }

@-webkit-keyframes show-bar-2 { from { width: 0; } to { width: 20%; } }
@-moz-keyframes show-bar-2    { from { width: 0; } to { width: 20%; } }
@keyframes show-bar-2         { from { width: 0; } to { width: 20%; } }

@-webkit-keyframes show-bar-3 { from { width: 0; } to { width: 30%; } }
@-moz-keyframes show-bar-3    { from { width: 0; } to { width: 30%; } }
@keyframes show-bar-3         { from { width: 0; } to { width: 30%; } }

@-webkit-keyframes show-bar-4 { from { width: 0; } to { width: 40%; } }
@-moz-keyframes show-bar-4    { from { width: 0; } to { width: 40%; } }
@keyframes show-bar-4         { from { width: 0; } to { width: 40%; } }

@-webkit-keyframes show-bar-5 { from { width: 0; } to { width: 50%; } }
@-moz-keyframes show-bar-5    { from { width: 0; } to { width: 50%; } }
@keyframes show-bar-5         { from { width: 0; } to { width: 50%; } }

@-webkit-keyframes show-bar-6 { from { width: 0; } to { width: 60%; } }
@-moz-keyframes show-bar-6    { from { width: 0; } to { width: 60%; } }
@keyframes show-bar-6         { from { width: 0; } to { width: 60%; } }

@-webkit-keyframes show-bar-7 { from { width: 0; } to { width: 70%; } }
@-moz-keyframes show-bar-7    { from { width: 0; } to { width: 70%; } }
@keyframes show-bar-7         { from { width: 0; } to { width: 70%; } }

@-webkit-keyframes show-bar-8 { from { width: 0; } to { width: 80%; } }
@-moz-keyframes show-bar-8    { from { width: 0; } to { width: 80%; } }
@keyframes show-bar-8         { from { width: 0; } to { width: 80%; } }

@-webkit-keyframes show-bar-9 { from { width: 0; } to { width: 90%; } }
@-moz-keyframes show-bar-9    { from { width: 0; } to { width: 90%; } }
@keyframes show-bar-9         { from { width: 0; } to { width: 90%; } }

@-webkit-keyframes show-bar-10{ from { width: 0; } to { width: 100%; } }
@-moz-keyframes show-bar-10   { from { width: 0; } to { width: 100%; } }
@keyframes show-bar-10        { from { width: 0; } to { width: 100%; } }

/* Responsive media queries
------------------------------------------------------------- */

/* Large desktops and laptops */
/* @media screen and (min-width: 1200px) {} */

/* Landscape tablets and medium desktops */
/* @media screen and (min-width: 992px) and (max-width: 1199px) {} */

/* Portrait tablets and small desktops */
/* @media screen and (min-width: 768px) and (max-width: 991px) {} */

/* Landscape phones and portrait tablets */
/* @media screen and (min-width: 481px) and (max-width: 767px) {} */

/* Portrait phones and smaller */
/* @media screen and (max-width: 480px) {} */

/* Everything but large desktops and laptops */
@media screen and (max-width: 1199px) {
    body {
        padding-top: 20px;
        margin-right: 5%;
    }

    .wrap {
        padding: 0 5%;
    }

    header {
        text-align: center;
    }

    nav {
        left: 0;
    }

    .profile {
        float: none;
    }

    .name {
        padding-bottom: 30px;
        left: 0;
        margin-left: 0;
    }
}

/* Everything lower than landscape phones and portrait tablets */
@media screen and (max-width: 767px) {
    input, textarea, form button {
        width: 100% !important;
    }
}
