/*
- fonts
- html body links and kbz's generic classes
- bootstrap
- sections
    - banner
    - videos
    - footer

orange          #ff6633
violet-light    #9600ff rgba(150,0,255,1)
violet-dark     #3c0067 rgba(60,0,103,1)
*/

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i');

/* html body links and kbz's generic classes */
a {
    color: #333333;
    outline: none;
}
a:hover,
a:focus {
    color: #000000;
}
html,body {
    height:100%;
}
body {
    font-family: 'Muli', 'Hevetica', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #666666;
    background-color: #180029;
}
@media (max-width: 768px) {

}
@media (max-width: 992px) {

}
h1 {

}
h2 {

}
h3 {
    font-size: 1.4em;
    color: #3c0067;
    border-bottom: 1px dotted rgba(150,0,255,.3);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
h4 {
    font-size: 1.2em;
    color: #3c0067;
    border-bottom: 1px dotted rgba(150,0,255,.3);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
cite {
    display: block;
    font-weight: 500;
    color: #3c0067;
    padding-top: 8px;
}
ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
}
ul > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
.no-padding {
    padding: 0 !important;
}
.no-padding .row-fluid div[class*="col-"] {
    padding: 0 !important;
}

/* animation */
.animated-delay-333 {
    /* Chrome, Safari, Opera */
    -webkit-animation-delay: .333s;
    animation-delay: .333s;
}
.animated-delay-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated-delay-666 {
    -webkit-animation-delay: .666s;
    animation-delay: .666s;
}
.animated-delay-999 {
    -webkit-animation-delay: .999s;
    animation-delay: .999s;
}
.animated-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated-delay-1332 {
    -webkit-animation-delay: 1.332s;
    animation-delay: 1.332s;
}
/* end kbz */



/* bootstrap */
.container {
    background-color: transparent;
}
/* nav */
.navbar-default {
    background-image: none;
    background-color: #3c0067;
    background-color: transparent;
}
.navbar-default .container {
    background-color: #3c0067;
    background-color: rgba(60,0,103,1);
    padding: 0;
}
.navbar-default {
    border: none;
}
.navbar-brand {
    color: #9600ff!important;
    background: #000000;
    font-size: 1.6em;
    text-shadow: none;
    padding: 15px 22px;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

/* end bootstrap */




.container.main-wrapper {
    background-color: #FFFFFF;
    margin-top: 60px;
    padding: 60px 30px;
}
@media (max-width: 400px) {
    .container.main-wrapper {
        padding: 30px 15px;
    }
    h3 {
        font-size: 1.2em;
    }
}
.main-wrapper .about-wrapper {
    display: block;
    margin: 0 auto;
}
.main-wrapper .about-wrapper .about-info {
    display: inline-block;
}
.main-wrapper .about-wrapper .photo-avatar {
    float: left;
    max-width: 100px;
    padding: 10px;
    margin-right: 10px;
}
.main-wrapper .about-wrapper header {
    float: left;
}
.main-wrapper .about-wrapper header h1 {
    color: #9600ff;
    font-size: 1.8em;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #CCC;
}
.main-wrapper .about-wrapper header h2 {
    color: #666666;
    font-size: 1em;
    margin: 0;
    padding-left: 4px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .main-wrapper .about-wrapper .photo-avatar {
        display: inline;
        float: none;
        width: 80%;
        max-width: 160px;
        height: auto;
        padding: 0px;
        margin-right: 10px;
    }
}
footer {
    margin: 60px 0;
    background-color: transparent;
    color: #ffffff;
}


section {
    margin-top: 40px;
}
section.intro-wrapper {

}
section.intro-wrapper p {
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
}
section.professional-experience h3 span {
    font-size: .8em;
    line-height: 1.4em;
    color: #666666;
    float: right;
}
@media (max-width: 991px) {
    section.professional-experience .translations h4 {
        margin-top: 40px;
    }
}
section.testimonials p {
    padding-bottom: 20px;
    font-size: 1.1em;
    color: #666;
    background-color: rgba(150,0,255,.1);
    padding: 30px;
    border-left: 1px solid #3c0067;
}
ul.tags {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin-bottom: 30px;
}
ul.tags li {
    display: inline-block;
    background-color: rgba(150,0,255,.1);
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
}
ul.tags > li:before {
    display: inline;
    content: "";
    width: auto;
    margin-left: 0;
}
.navbar-header {
    width: 100%;
}
ul.social-nav {
    float: right;
    list-style: none!important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-top: 11px;
    margin-right: 11px;
}
ul.social-nav li {
    list-style: none!important;
    list-style: none;
}
ul.social-nav li i {
    font-size: 2em;
    color: #FFFFFF;
}
ul.social-nav > li:before {
    display: inline-block;
    content: "";
    width: 1em;
    margin-left: -1em;
}