/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html, body {
    height: 100%;
}

body {
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    font-weight: 300;
}

p {
    font-size: 20px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", "Times New Roman", serif;
    font-weight: 400;
}

hr {
    max-width: 100px;
    border-color: #000;
    margin: 30px auto;
}

:focus {
    outline:none;
}

.img-centered {
    margin: 0 auto;
}

@-webkit-keyframes AnimationName {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@keyframes AnimationName {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}

.gradient-animation {
    -webkit-animation: AnimationName 45s ease infinite;
    -moz-animation: AnimationName 45s ease infinite;
    animation: AnimationName 45s ease infinite;
    background: linear-gradient(329deg, #a6a6ff, #8b23ff, #ef4e92);
    background-size: 150% 150%;
    width:100%;
    display: block;
    background-attachment: fixed !important;
    transform: rotateZ(360deg)
}

header {
    text-align: center;
    background: transparent;
    color: white;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: none;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
}

header .intro-text .skills {
    font-size: 3em;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
}

header .intro-text .role {
    font-size: 1em;
    text-align: left;
    line-height: 1.5em;
}

/*Parallax */

.layer {
    position: absolute;
    display: block;
    width:100%;
    height:110vh;
}

#l1 {
    z-index: 1;
    top: -3vh;
    background: transparent url("../img/hero-bg.png") no-repeat 200px top / cover;
}

#l2 {
    z-index: 2;
    top: -3vh;
    background: transparent url("../img/hero-circle.png") no-repeat top right / contain;
}

#l3 {
    z-index: 3;
    top: -3vh;
    background: transparent url("../img/hero-me.png") no-repeat top right / contain;
}

.navbar-header {
    float: none;
}

.navbar-custom {
    background: transparent;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding:15px;
    z-index: 3000;
}

.navbar-custom .navbar-brand {
    color: white;
}

.navbar-header button.navbar-brand{
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 17pt;
    color:#2d2d2d;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #2d2d2d;
}

.navbar-custom .navbar-nav {
    letter-spacing: 1px;
    margin-top:20px;
}

.navbar-nav li {
    float: none;
    margin-left: -20px;
    opacity: 0;
}

.in .navbar-nav li {
    margin-left: 0;
    opacity:1;
}

.navbar-nav li:nth-child(2) {
    -webkit-transition: opacity 0.3s, margin-left 0.3s;
    -moz-transition: opacity 0.3s, margin-left 0.3s;
    -ms-transition: opacity 0.3s, margin-left 0.3s;
    transition: opacity 0.3s, margin-left 0.3s;
}

.navbar-nav li:nth-child(3) {
    -webkit-transition: opacity 0.6s, margin-left 0.6s;
    -moz-transition: opacity 0.6s, margin-left 0.6s;
    -ms-transition: opacity 0.6s, margin-left 0.6s;
    transition: opacity 0.6s, margin-left 0.6s;
}

.navbar-nav li:nth-child(4) {
    -webkit-transition: opacity 0.9s, margin-left 0.9s;
    -moz-transition: opacity 0.9s, margin-left 0.9s;
    -ms-transition: opacity 0.9s, margin-left 0.9s;
    transition: opacity 0.9s, margin-left 0.9s;
}

.navbar-nav li:nth-child(5) {
    -webkit-transition: opacity 1.2s, margin-left 1.2s;
    -moz-transition: opacity 1.2s, margin-left 1.2s;
    -ms-transition: opacity 1.2s, margin-left 1.2s;
    transition: opacity 1.2s, margin-left 1.2s;
}

.navbar-nav li:nth-child(6) {
    -webkit-transition: opacity 1.5s, margin-left 1.5s;
    -moz-transition: opacity 1.5s, margin-left 1.5s;
    -ms-transition: opacity 1.5s, margin-left 1.5s;
    transition: opacity 1.5s, margin-left 1.5s;
}

.navbar-nav li:nth-child(7) {
    -webkit-transition: opacity 1.8s, margin-left 1.8s;
    -moz-transition: opacity 1.8s, margin-left 1.8s;
    -ms-transition: opacity 1.8s, margin-left 1.8s;
    transition: opacity 1.8s, margin-left 1.8s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #000;
    text-decoration: none;
}

.navbar-custom .navbar-nav li.active a:hover, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:active {
    background: none;
    color: #000;
    text-decoration: none;
}

.navbar-custom .navbar-nav li a {
    color: #2d2d2d;
    font-weight: 100;
    padding: 3px 15px;
    -webkit-transition: color .35s;
    -moz-transition: color .35s;
    -ms-transition: color .35s;
    transition: color .35s;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li.active a:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #000;
    outline: none;
}

.navbar-custom .navbar-nav li.active a {
    text-decoration: none;
}

.navbar-custom .navbar-toggle {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
}

section .container, header .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 100px 0;
}

.row {
    width: 100%;
    justify-content: center;
}

section {
    padding: 0;
    min-height: 100vh;
}

section h2 {
    font-size: 1em;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 0 100px;
    margin: 0;
}

.subtitle {
    padding: 100px 0 0;
}


#hire-me {
    padding: 100px 0;
    background: #32353b;
    color: #fff;
    min-height: inherit;
}

#hire-me .container {
    min-height: inherit;
    padding: 0;
}

#hire-me span {
    color: #f8e411;
}

#hire-me a {
    color: #fff;
    text-decoration: none;
    font-size: 0.7em;
    text-transform: uppercase;
}

#expertise {
    background: #ffffff;
}

#expertise a {
    font-size: 8.5em;
    line-height: 1.2em;
    color: #000;
    font-weight: 800;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: default;
}

#expertise span {
    color: #ef4e92;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#expertise a.top span {
    color: #a6bbff;
}

#expertise a.right span {
    color: #8b23ff;
}

#expertise a.left span {
    color: #ef4e92;
}

#expertise a span:hover {
    color: #cccccc;
    font-size:0.9em;
    line-height: 0.55em;
}

#expertise a:hover {
    text-decoration: line-through;
}

#myCarousel {
    background: #aaaaaa;
    padding: 0;
}

#myCarousel .container {
    width: 100%;
    padding: 0;
    height: 100%;
}

#myCarousel .col-lg-12 {
    position: absolute;
    top: 100px;
    z-index: 10;
}

#myCarousel .carousel-control {
    z-index: 11;
}

#myCarousel .carousel-indicators {
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px;
    width: auto;
    margin: 0;
    height: 100px;
    left: auto;
}

.carousel-indicators li {
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-caption {
    top:0;
    padding:0;
    height: 80px;
    display: flex;
    align-items:center;
}

#myCarousel p {
    font-size: 1em;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    align-self:center;
    margin:0 auto;
}

#myCarousel .carousel-control .icon-next, #myCarousel .carousel-control .icon-prev {
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    text-shadow: none;
}

#myCarousel .carousel-control .glyphicon-chevron-left, #myCarousel .carousel-control .icon-prev {
    position: absolute;
    left: 0;
    padding: 40px 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

#myCarousel .carousel-control .glyphicon-chevron-right, #myCarousel .carousel-control .icon-next {
    position: absolute;
    right: 0;
    padding: 40px 25px 40px 15px;
    background: #fff;
    display: flex;
    align-items: center;
}

/* Slider */
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
    width:60%;
    margin:0 auto;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#clients {
    background: transparent;
    color: #ffffff;
    text-align: center;
}

#clients .row {
    margin:0 auto;
}

#clients h2 {
    padding:0 0 20px;
    opacity:0.5;
}

#clients.carousel {
    height: auto;
}

#clients .carousel-control {
    position: inherit;
    background: transparent !important;
    width: 100px;
    display: inline-block;
    height: 50px;
    margin: 0 0 50px;
    z-index: 2000;
    opacity:1;
    text-shadow: none;
}

#clients .carousel-control span {
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:2em;
    color: #f8e411;
}


#clients .carousel-control:hover span {
    color: #ef4e92;
}

#clients hr {
    border-color: #fff;
}

#clients p.quote {
    font-size: 2.5em;
    font-family: "Merriweather", "Times New Roman", serif;

}

#clients p.author {
    font-size: 1.5em;
    padding:40px 0 0;
    font-style: italic;
}

#clients p.author span {
    font-size: 0.8em;
    opacity: 0.5;
    padding:0;
    display: block;
}

.clients-logo {
    margin: 0;
    opacity:0.5;
}

.clients-logo img {
    max-height: 70px;
    max-width: 120px;
    margin: 30px 30px 0;
}

#clients .col-lg-10 {
    margin:0 auto;
    float: none;
}

#clients .col-lg-12 {
    float: none;
}

.award-logo {
    margin: 50px 0 0;
    opacity:0.5;
}

#about {
    text-align: center;
    padding:150px 100px;
}

#about p {
    margin-bottom:30px;
}


#about p a {
    color:#ef4e92;
}

#about p a:hover {
    color:#ef4e92;
	text-decoration:underline;
}



#about img {
    border-radius: 100px;
    height:100px;
    width:100px;
    margin:0 0 50px;
}

#about .col-lg-8 {
    padding-bottom: 100px;
}

#about h3 {
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#about .footer-col:first-of-type p {
    text-align: left;
    border-bottom: 1px solid;
    padding: 10px;
    font-size: 1.2em;
}

#about .footer-col:last-of-type {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
}

#about a:hover {
    color: #ef4e92;
}

#about span {
    font-size:12pt;
}

#about ul {
    margin:0 0 40px;
}

#contact {
    background: #32353b;
    padding:150px 100px;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
    color: #f8e411;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
    color: #fff;
}

.floating-label-form-group-with-focus label {
    color: #fff;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

#disqus_thread {
margin: 0 auto;
max-width:720px;
}

footer {
    color: white;
}

footer .container {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    /* min-height: 100vh; */
    padding: 0;
    margin:0;
    min-height:auto;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.3);
}

.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1a242f;
    border-color: #161f29;
}

.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 {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}

.btn-success {
    color: white;
    background-color: #ef4e92;
    border:none;
    font-weight: 700;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #ef4e92;
    border:none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #18BC9C;
    border-color: #18BC9C;
}

.btn-success .badge {
    color: #18BC9C;
    background-color: white;
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #000000;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #000;
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}

#contactModal {
    padding:0 !important;
    height:100vh;
    z-index: 2500;
}

#about, #contact {
    min-height:100vh;
    display: flex;
    align-items: center;
}

#about div {
    float: none;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100vh;
    width:100%;
    padding: 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

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

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

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

.portfolio-modal .close-modal:hover .lr, .portfolio-modal .close-modal:hover .lr .rl {
    background-color: #f8e411;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #fff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

#skipnav a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 2000;
}

#skipnav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #18BC9C;
    outline: 0;
    transition: top 0.1s ease-in, background 0.5s linear;
}

div#maincontent {
    outline: none;
    z-index: 10;
}

.btn-rounded {
    border-radius: 15px;
    text-transform: uppercase;
    margin: 40px 0; /* Increased margin */
    background: transparent;
    color: white;
    border: 1px solid white;
    transition: background 0.3s ease, color 0.3s ease;
    text-align: center; /* Center the text inside the button */
    float: left;
    padding: 5px 10px;
}

.btn-rounded:hover {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid white;
}

.text-danger ul {
    color: #ef4e92;
    font-size: 10pt;
    padding: 0;
    list-style: none;
    margin: 0;
}

.alert-danger {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    font-size: 14pt;
    border: 1px solid #ef4e92;
}

form {
    width:100%;
}

form .row {
    margin:0;
}

