body {
    text-rendering: optimizelegibility;
    background: #d5dee7;
    font-family: Roboto, sans-serif;
    overflow: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

p {
    color: #333;
    margin: 0;
}

a,
a:hover {
    color: #e91e63
}

a:focus {
    outline: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28)
}

.main-btn {
    background: #e91e63;
    border-color: #e91e63;
    border-radius: 0;
    color: #fff
}

.main-btn:hover {
    background: #e91e63;
    color: #fff;
}

.line-btn {
    font-weight: 300;
    background: #e91e63;
    border-radius: 0;
    color: #fff;
    border-color: #e91e63
}

.line-btn:hover {
    color: #fff;
    background: #f53174
}

.color-overlay {
    background: rgba(66, 134, 245, .9)
}

.sectionIcon {
    color: #e5e5e5;
    background: #fff;
    padding-right: 0;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -37px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    vertical-align: middle
}

.bgParallax {
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
    height: 49px
}

.form-control:focus {
    box-shadow: none;
    border-color: #4286f5
}

.form-control-feedback {
    line-height: 50px
}

.back-to-top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #e91e63;
    display: none;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28);
    z-index: 100;
}

.back-to-top .mdicon {
    font-size: 36px;
    line-height: 56px
}

.back-to-top:hover {
    background: #e91e63;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28)
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-image: url("../images/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #e91e63
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-collapse {
    border-color: transparent;
    margin-right: 0;
    margin-left: 0;
}

.main-menu.floating-menu .navbar-toggle .icon-bar {
    background-color: #fff
}

.main-menu.floating-menu .navbar-toggle {
    border-color: #fff
}

.progress {
    background-color: #eee;
    height: 30px;
    margin-bottom: 30px;
    border-radius: 0
}

.progress-bar {
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    font-size: 14px
}

.navbar-default .navbar-brand {
    padding: 0 15px;
    height: auto
}

.navbar.navbar-default {
    padding: 15px 0;
    background: 0 0;
    border: none;
    margin: 0
}

.main-menu {
    background: 0 0;
    border: none;
    transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out
}

.navbar-default .navbar-collapse .navbar-nav>.active>a:focus,
.navbar-default .navbar-collapse .navbar-nav>li>a:focus,
.navbar-default .navbar-collapse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 15px
}

.navbar-default .navbar-collapse .navbar-nav>li>a.active {
    color: #fca1c0
}

.navbar-default .navbar-collapse .navbar-nav>.active>a,
.navbar-default .navbar-collapse .navbar-nav>.active>a:hover,
.navbar-default .navbar-collapse .navbar-nav>li>a:hover {
    background: 0 0;
    color: #ef6348
}

.main-menu.floating-menu {
    background: #3367d5
}
.main-menu.floating-menu .navbar-nav>.active>a:focus,
.main-menu.floating-menu .navbar-nav>li>a:focus,
.main-menu.floating-menu .navbar-nav>li>a {
    color: #fff
}

.main-menu.floating-menu .navbar-nav>li>a.active {
    color: #fca1c0
}

.main-menu.floating-menu .navbar-nav>.active>a,
.main-menu.floating-menu .navbar-nav>.active>a:hover,
.main-menu.floating-menu .navbar-nav>li>a:hover {
    background: 0 0;
    color: #fca1c0
}

#banner {
    padding: 0;
    text-align: center;
    background: #4286f5;
    width: 100%;
    z-index: 10;
}

#banner h1 {
    font-weight: 400;
    color: #e91e63
}

#banner h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff
}

#banner h3 {
    font-size: 25px;
    font-weight: 300;
    color: #fff
}

#banner h1 .mdicon {
    font-size: 160px
}

#banner p {
    font-size: 15px;
    font-weight: 300;
    color: #fff
}

#banner .container {
    position: relative
}

#banner .container .intro {
    position: relative;
}

#self-photo {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28)
}

#about {
    background: #fff;
    z-index: 9;
}

#about .sectionIcon {
    background: 0 0;
    top: -66px;
    font-size: 66px;
    color: #fff
}

#skills {
    z-index: 8;
}

section {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28)
}

section h2.heading {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 50px;
    margin-top: 0
}

section h3.helping-text {
    font-size: 20px;
    color: #888;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 36px
}

section p {
    font-size: 18px
}

section {
    position: relative;
    padding: 70px 0;
    text-align: center
}

#parallax-1 {
    padding: 0;
    z-index: 5;
}

#parallax-1 .color-overlay {
    padding: 70px 0
}

#parallax-2 {
    padding: 70px 0;
}

.bgParallax h2.heading {
    color: #fff;
    margin-bottom: 25px
}

#work {
    background: rgba(66, 134, 245, .9);
    z-index: 7;
}

#work h2.heading {
    color: #fff
}

#work p {
    color: #fff
}

#work li {
    color: #fff;
}

#work ul {
    list-style-type: none;
    padding-left: 0;
}

#projects ul {
    list-style-type: none;
    padding-left: 0;
}

.position-info {
    font-weight: bold;
}

.date-info {
    font-style: italic;

}

.project-name {
    font-weight: bold;
}

.portfolio-grid .thumbnail {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    padding: 0
}

.portfolio-grid .thumbnail img {
    height: 213px;
    border: none;
    border-radius: 0;
    padding: 0
}

.drop-panel {
    padding: 0!important
}

.portfolio-grid .hide-none {
    display: none;
    height: 213px!important;
    background: rgba(66, 134, 245, .9)
}

.portfolio-grid .hover-text {
    text-align: center;
    padding-top: 10px
}

.portfolio-grid .hover-text h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0
}

.portfolio-grid .hover-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 30px
}

.portfolio-grid .hover-text a {
    color: #fff
}

.portfolio-grid .hover-text a i {
    font-size: 48px
}

.portfolio-grid .hover-text a:hover {
    color: #e91e63
}

.social li a {
    font-size: 24px;
    color: #fff
}

.social li a .mdicon {
    font-size: 48px;
    line-height: 48px
}

.social li a:hover {
    color: #e91e63
}

#projects {
    background: #fff;
    z-index: 6;
}

.progress-bar-success {
    background-color: #259b24
}

.progress-bar-info {
    background-color: #3f51b5
}

.progress-bar-warning {
    background-color: #ff9800
}

.progress-bar-danger {
    background-color: #e51c23
}

.contact-form .textarea {
    min-height: 220px;
    resize: none
}

#contact {
    z-index: 4;
}

#info {
    background: #343434;
    color: #fff;
    z-index: 3;
}

#info h4 {
    margin-top: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 300
}

#info p {
    color: #fff;
    font-size: 14px
}

footer {
    padding: 20px 0;
    background: #333;
    width: 100%;
    float: left
}

footer .design-by {
    font-size: 13px;
    color: #888;
    text-align: right
}

@media (min-width:1200px) {
    .container {
        width: 970px
    }
}

@media (max-width:768px) {
    .portfolio-grid .thumbnail img {
        height: 228px
    }
    .portfolio-grid .hide-none {
        height: 228px!important;
        width: 316px!important
    }
    .portfolio-grid .hover-text {
        padding-top: 70px;
        left: 14px!important
    }
    .portfolio-grid .hover-text h5 {
        font-size: 28px;
        line-height: 30px
    }
    .portfolio-grid .hover-text p {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:640px) {
    .portfolio-grid .hover-text {
        padding-top: 70px;
        left: 139px!important
    }
}

@media (max-width:480px) {
    .carousel-inner .item .carousel-caption h3 {
        font-size: 36px
    }
    .carousel-inner .item {
        min-height: 500px
    }
    .bgParallax h2.heading {
        font-size: 20px
    }
    .portfolio-grid .hover-text {
        padding-top: 70px;
        left: 0!important
    }
    .portfolio-grid .thumbnail img {
        height: 313px;
        width: 100%
    }
    .portfolio-grid .hide-none {
        height: 313px!important;
        width: 100%!important
    }
    #banner h2 {
        font-size: 36px
    }
    #banner h1 .mdicon {
        font-size: 120px
    }
    #banner p {
        font-size: 20px
    }
    section h2.heading {
        font-size: 36px;
        color: #333;
        font-weight: 300;
        line-height: 36px;
        margin-bottom: 30px;
        margin-top: 0
    }
}

@media (max-width:340px) {
    .navbar-default .navbar-brand img {
        width: 180px
    }
    .navbar-default .navbar-toggle {
        padding-top: 0
    }
    #banner .container .intro {
        position: absolute;
        width: 250px;
        top: 95px;
        left: 25px
    }
    .portfolio-grid .hover-text {
        padding-top: 60px
    }
    .portfolio-grid .thumbnail img {
        height: 206px;
        width: 100%
    }
    #banner .container .intro {
        margin-top: 50px
    }
    #banner h2 {
        font-size: 28px
    }
    #banner p {
        font-size: 14px
    }
    .portfolio-grid .hide-none {
        height: 206px!important;
        width: 100%!important
    }
}