/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 18px;
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #2878bf;
}

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

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #2878bf;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.mydesign{
    background-color: rgba(200,200,200,1);
}

.mydesign p{
    color: #ffffff;
    margin-top: 2em;
    font-weight: 100;
}

header {
    background-image: url(/img/newbackground.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh; /* Full Screen header */
}

header .overlay{
    background-color:rgba(0,0,0,0.2);
    height: 100vh;
}

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

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

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

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 400;
}

header .intro-text .skills a{
    color:#eeeeee;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        background-color: rgba(255,255,255,0);
        -webkit-transition: padding, background .3s;
        -moz-transition: padding, background .3s;
        transition: padding, background .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size:  2em;
        color: rgba(0,0,0,0);
        background-image: url(/img/portfolio/new_logo_whitefill.png);
        background-size: 25%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    
    .navbar-fixed-top .navbar-brand: hover{
        color: rgba(0,0,0,0);
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 1px 0;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 1px 1px 4px rgba(200, 200, 200, 1);
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        color: rgba(0,0,0,1);
        background-image: none;
    }   
    .navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
        color: #000000;
    }
    .navbar-fixed-top.navbar-shrink .navbar-nav > li > a:hover {
        color: #95CBE6;
    }
    .navbar-fixed-top.navbar-shrink .navbar-nav > .active > a {
        color: #ffffff;
    } 

}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #000;
    background: #fff;
}

#experience {
    background-image: url(/img/experience.jpg);
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#designlab{
    background-color: #f5f5f5;
}

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

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

#designlab .portfolio-item .portfolio-link .caption,
#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,.85);
    box-shadow: 0 2px 120px 1px rgba(45,62,79,0.2);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

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

#designlab .portfolio-item .portfolio-link .caption .caption-content,
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -48px;
    text-align: center;
    color: #000;
}

#designlab .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: 0.5em;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content p {
    font-weight: 400;
    font-size: 1.1em;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content .type {
    font-weight: 400;
    font-size: 1.1em;
    font-style: italic;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #2878bf;
    background: #fff;
}

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

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

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

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

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

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

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

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 10px;
    background-color: #233035;
}

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

footer .footer-below {
    padding: 25px 0;
    background-color: #000;
}

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

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

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

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

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.portfolio-modal .modal-content .project-description {
    margin-top: 0.5em;
    font-size: 1.5em;
    text-align: left;
    color: #6D7B88;
}

.portfolio-modal .modal-content h3{
    text-align: left;
    color: #2c3e50;
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 1em;
    font-weight: 600;
}

.portfolio-modal .modal-content h4{
    font-weight: lighter;
    color: #6b7784;   
}

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

.portfolio-modal .modal-content  p{
    font-family: 'lato';
    font-weight: 400;
    font-size: 1.1em;
}

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

.portfolio-modal .close-modal {
    position: relative;
    float: right;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
}

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

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

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

@media(max-width:991px){
    .portfolio-modal .modal-content h2 {
        margin: 0;
        font-size: 3em;
        text-align: center;
    }
    .portfolio-modal .modal-content h3 {
        margin-top: 18px;
        text-align: center;
    }
    .portfolio-modal .modal-content .project-description {
        margin-top: 0.5em;
        font-size: 1.5em;
        text-align: center;
        opacity: 0.8;
    }
    .portfolio-modal .close-modal {
    position: fixed;
    visibility: hidden;
    }
    .portfolio-modal .modal-content .text-box{
        text-align:center;
    }
}

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

.extra-padding-3 {
margin-bottom: 3em;
}

.btn-resource {
  color: #68a0d2;
  background-color: #ffffff;
  border-color: #68a0d2;
  border-width: thin;
  margin-top: 5px;
}
.btn-resource:hover,
.btn-resource:focus,
.btn-resource.focus,
.btn-resource:active,
.btn-resource.active,
.open > .dropdown-toggle.btn-resource {
  color: #ffffff;
  background-color: #68a0d2;
  border-color: #68a0d2;
}
.img-description {
    font-size:0.8em;
    font-style: italic;
    font-weight: 200;
    text-align: right;
}
.photo-credit {
    font-size: 0.5em !important;
    text-align: left;
    margin-top: 2em;
}
.bulletparagraph{
    margin-left: 1.2em;
}
.profile-circle{
    position: relative;
    margin-top: -320px;
    width: 300px;
}

.timeline h1,
.timeline h2,
.timeline h3 {
  font-weight: 400;
}

.timeline .row {
  padding: 0 3em;
}

.timeline {
  position: relative;
  overflow: auto;
}
.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: #dddddd;
  left: 1.8em;
}
.timeline h2 {
  background: rgba(235,176,168,1);
  color:#fff;
  font-size: 1.5em;
  max-width: 4em;
  margin: 0 auto 1em;
  padding: 0.5em;
  text-align: center;
  position: relative;
  clear: both;
}
.timeline h4 {
  background: rgba(180,180,180,1);
  color:#fff;
  font-size: 2em;
  max-width: em;
  margin: 0 auto 1em;
  padding: 0.5em;
  text-align: center;
  position: relative;
  clear: both;
}

.timeline h4 .subtext{
  font-size: 0.7em;
  text-transform: none;
  font-weight: 400;
  margin-top: 1em;
}

.timeline ul {
  list-style: none;
  padding: 0 0 0 1em;
  z-index: 1;
}
.timeline li {
  background: rgba(149,201,228,0.5);
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  color: #fff;
  font-size: 1em;
}
.timeline p{
  font-size: 1.1em;
  font-family: lato;
  font-weight: 400;
}
.timeline li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 1em solid rgba(149,201,228,0.5);
  border-left: 1em solid transparent;
  position: absolute;
  left: -1em;
  top: 0;
}
.timeline h3 {
  margin-top: 0;
  font-size: 1.3em;
}

.timeline h3 a{
  margin-top: 0;
  font-size: 1.3em;
}

.timeline time {
  font-style: italic;
}

@media (min-width: 991px) {
  .timeline .row {
    max-width: 1200px;
    margin: 0 auto;
  }

  .timeline:before {
    left: 50%;
  }
  .timeline ul {
    padding-left: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  .timeline li {
    width: 42%;
  }
  .timeline li:nth-child(even) {
    float: right;
    margin-top: 2em;
  }
  .timeline li:nth-child(odd) {
    float: left;
  }
  .timeline li:nth-child(odd):before {
    border-top: 1em solid rgba(149,201,228,.5);
    border-right: em solid transparent;
    right: -1em;
    left: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .timeline li:nth-of-type(2n+1) {
    clear: both;
  }
}


.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
 
.cd-scrolling-bg {
	min-height: 100%;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #888;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.dotted-border {
    border-style: dotted;
    border-color: rgba(230,230,230,1);
}
.construction {
    font-size: 2em;
    text-align: center;
    color: rgba(200,200,200,1);
    padding: 2em;
    font-weight: 400;
}

.sidetab {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  color:#333333;
}

.sidetab:hover,
.sidetab:focus {
  text-decoration: none;
  color: #555555;
  background-color: #ecf0f1;
}
.nav-pills > li:first-child >a{
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-pills > li:last-child > a{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}


/* Beging SVG Animations */
.inform:hover #shan {
    animation: fall 1s cubic-bezier(0.0, 0.0, 0.2, 1) 1;
}
@keyframes fall {
    from{
        transform: translateY(190px) scaleY(0);
    }
    to {
        transform: translateY(-10px) scaleY(1);
    }
}

.engage:hover #Center3 {
    animation: engage .5s cubic-bezier(0.68, -0.3, 0.265, 1.75) 1;
}
@keyframes engage {
    from{
        transform: translateY(45px);
    }
    to {
        transform: translateY(0px);
    }
}

.explore:hover #newshan{
    animation: explore 1s cubic-bezier(0.0, 0.0, 0.2, 1) 1;
}
@keyframes explore {
    0% {
        transform: translateY(200px) scaleY(0);
    }
    35% {
        transform: translateY(120px) scaleY(0.32)
    }
    70% {
        transform: translateY(65px) scaleY(0.6)
    }
    100% {
        transform: translateY(0px) scaleY(1);
    }
}