body {
    padding-top: 75px;
    font-family: 'PT Serif', serif
}

#logo-container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center
}


.navbar-fixed-top .nav {
    padding: 1px 0
}

.navbar-fixed-top .navbar-brand {
    padding: 0 5px
}

.portfolio-section {
    padding-bottom: 40px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

p {
    font-size: 14px
}

p.small {
    font-size: 12px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #18BC9C;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Serif", Helvetica, Arial, sans-serif;
    text-transform: None;
    font-weight: 100;
    line-height: 1.4em;
}

.first-letter {
  font-size: 2.0em;
  color: #000;
  font-weight: 450;
  line-height: 1em;
}
.navbar-nav.navbar-center {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}

.navbar-custom {
    background: #eee;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none
}

.navbar-custom a:focus {
    outline: none
}

.navbar-custom .navbar-brand {
    color: #12106e
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #12106e
}

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

.navbar-custom .navbar-nav li a {
    color: #12106e
}

.navbar-custom .navbar-nav li a:hover {
    color: #18BC9C;
    outline: none
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #12106e
}

.navbar-custom .navbar-nav li.active a {
    color: #12106e;
    background: #18BC9C
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: #12106e;
    background: #18BC9C
}

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

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #18BC9C;
    color: #12106e;
    border-color: #18BC9C
}

section {
    padding: 20px 0
}

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

section.success {
    background: #475b6d;
    color: white
}

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

.scroll-top .btn:focus {
    outline: none
}

@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 (max-width:768px) {
    section {
        padding: 75px 0
    }
    section.first {
        padding-top: 75px
    }
}

@media (min-width:768px) {
    .navbar-custom {
        padding: 5px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s
    }
    .navbar-custom.affix {
        padding: 10px 0
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }
}

.portfolio-section.port-col figure .overlay-background {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0)
}

.portfolio-section figure {
    float: left;
    width: 100%;
    position: relative
}

.portfolio-section figure img {
    width: 100%;
    height: auto
}

.portfolio-section .article-title {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 1.25em;
    line-height: 18px;
    padding: 5px 0 15px 0
}

.portfolio-section .article-title a {
    color: #000
}

.portfolio-section figure:hover .overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-section figure:hover .overlay-background {
    opacity: .8;
    visibility: visible
}

.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.portfolio-section figure .overlay-background .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 11px;
    background-color: none
}

.portfolio-section figure .overlay {
    z-index: 2;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%
}

.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align: center
}

.portfolio-section figure .inner-overlay-content.with-icons a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    border-radius: 0
}

.isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform: scale(1.5) rotate(2deg);
    -webkit-transform: scale(1.5) rotate(2deg);
    -o-transform: scale(1.5) rotate(2deg);
    -ms-transform: scale(1.5) rotate(2deg);
    transform: scale(1.5) rotate(2deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.isotopeSelector figure {
    overflow: hidden
}

.isotopeSelector figure {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0)
}

.mail-container {
    max-width: 80%;
    position: relative;
    background-image: url(../img/bg/circles.png);
    -webkit-box-shadow: -1px 0 19px rgba(20, 20, 20, .85);
    -moz-box-shadow: -1px 0 19px rgba(20, 20, 20, .85);
    box-shadow: -1px 0 19px rgba(20, 20, 20, .85);
    min-height: 400px;
    background: #f9f9f9;
    margin: 2px auto 0;
    padding: 40px
}

.footer-container {
    max-width: 100%;
    color: #eee;
    background-color: #12106e;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.slider-container {
    max-width: 40%;
    position: relative;
    min-height: 500px;
    background: #f9f9f9;
    margin: 2px auto 0;
    padding: 40px
}

.carousel {
    width: 350px;
    height: 350px;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .carousel {
        width: 100%;
        margin: 0
    }
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 50%;
    padding-top: 10px
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-indicators li {
    visibility: hidden
}

@media(min-width:768px) {
    body {
        padding-top: 60px
    }
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0
    }
}

.demo-colored-wrap {
    background: #ecf0f1
}