/** Body & HTML section **/
html, body {
    min-height: 100%;
}
body {
    background: #2a2d37, url('../img/bodybg2.jpg'); /* For browsers that do not support gradients */
    background: url('../img/bodybg2.png') no-repeat center 200px, -webkit-linear-gradient(#2a2d37, #404857) no-repeat; /* For Safari 5.1 to 6.0 */
    background: url('../img/bodybg2.png') no-repeat center 200px, -o-linear-gradient(#2a2d37, #404857) no-repeat; /* For Opera 11.1 to 12.0 */
    background: url('../img/bodybg2.png') no-repeat center 200px, -moz-linear-gradient(#2a2d37, #404857) no-repeat; /* For Firefox 3.6 to 15 */
    background: url('../img/bodybg2.png') no-repeat center 200px, linear-gradient(#2a2d37, #404857) no-repeat; /* Standard syntax */
}

.front-page {
    background: #2a2d37, url('../img/bodybg3.jpg'); /* For browsers that do not support gradients */
    background: url('../img/bodybg3.png') no-repeat center 0px, -webkit-linear-gradient(#2a2d37, #404857) no-repeat; /* For Safari 5.1 to 6.0 */
    background: url('../img/bodybg3.png') no-repeat center 0px, -o-linear-gradient(#2a2d37, #404857) no-repeat; /* For Opera 11.1 to 12.0 */
    background: url('../img/bodybg3.png') no-repeat center 0px, -moz-linear-gradient(#2a2d37, #404857) no-repeat; /* For Firefox 3.6 to 15 */
    background: url('../img/bodybg3.png') no-repeat center 0px, linear-gradient(#2a2d37, #404857) no-repeat; /* Standard syntax */
}

.portfolio-page {
    background: #2a2d37, url('../img/bodybg.jpg'); /* For browsers that do not support gradients */
    background: url('../img/bodybg.png') no-repeat center 200px, -webkit-linear-gradient(#2a2d37, #404857) no-repeat; /* For Safari 5.1 to 6.0 */
    background: url('../img/bodybg.png') no-repeat center 200px, -o-linear-gradient(#2a2d37, #404857) no-repeat; /* For Opera 11.1 to 12.0 */
    background: url('../img/bodybg.png') no-repeat center 200px, -moz-linear-gradient(#2a2d37, #404857) no-repeat; /* For Firefox 3.6 to 15 */
    background: url('../img/bodybg.png') no-repeat center 200px, linear-gradient(#2a2d37, #404857) no-repeat; /* Standard syntax */
}

::selection {
  background: #2a2d37; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #2a2d37; /* Gecko Browsers */
}

/** Navigation section **/
.navigation {
    background: url('../img/nav-bg.png');
    padding: 40px 0px;
}

.navigation .logo {
    margin-top: 2px;
}

.navigation .logo > h2 {
    margin: 0;
}

.navigation-content {
  margin-top: 10px;
}

.navigation-content > ul {
    margin: 0;
}

.navigation-content > ul > li {
    list-style-type: none;
    display: inline-block;
}

.navigation-content > ul > li > a {
    font-family: 'Muli', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: color 150ms ease-out;
    -moz-transition: color 150ms ease-out;
    -o-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}

.navigation-content > ul > li > a:hover {
    text-decoration: none;
    color: #5f83d4;
}

.navigation-content > ul > li > a.active {
    color: #5f83d4;
}

.navigation-border {
    height: 5px;
    background: #427af8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #427af8 , #3470f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #427af8, #3470f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #427af8, #3470f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #427af8 , #3470f9); /* Standard syntax */
}

.logo h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.logo a {
    color: #fff;
    -webkit-transition: color 150ms ease-out;
    -moz-transition: color 150ms ease-out;
    -o-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}

.logo a:hover {
    color: #427af8;
    text-decoration: none;
}

.icons {
    color: #427af8;
    font-size: 30px;
}

.icons a {
    color: #427af8;
    -webkit-transition: color 150ms ease-out;
    -moz-transition: color 150ms ease-out;
    -o-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}

.icons a:hover {
    color: #5f83d4;
}


/** Introduction section **/
.introduction {
    padding: 150px 0px;
}

.introduction h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    color: #fff;
}

.introduction h3 {
    font-family: 'Muli', sans-serif;
    color: #427af8;
}

.introduction-header {
    text-align: center;
}

.introduction-between {
    margin: 50px 0px;
}

/** About section **/
.about {
    background-color: #313641;
    padding: 50px 0px;
}

.about h3 {
    font-family: 'Muli', sans-serif;
    color: #427af8;
    margin-bottom: 25px;
}

.about p {
    color: #626d86;
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
    font-weight: bold;
}

.skills li {
    color: #626d86;
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
    font-weight: bold;
}

/** Admin Panel **/
.admin-panel {
    padding: 50px 25px;
    margin-top: 150px;
    background: url('../img/nav-bg.png');
}

.admin-panel h3 {
    font-family: 'Muli', sans-serif;
    color: #427af8;
    margin-bottom: 25px;
}

/* Portfolio section */
.portfolio-section {
    margin-top: 100px;
}

.portfolio-header {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

.portfolio-list {
    background: url('../img/nav-bg.png');
}

.portfolio-image {
    padding-left: 0;
    text-align: left;
}

.portfolio-image img {
    opacity: 0.2;
}

.portfolio-image-bg {
    height: 270px;
    overflow: hidden;
    background-color: #427af8;
}

.portfolio-img-1 img {
    /* margin: -90px 0px 0px -150px; */
}
.portfolio-img-2 img {
    margin: -420px 0px 0px -960px;
}
.portfolio-img-3 img {
    /* margin: -90px 0px 0px -150px; */
}
.portfolio-img-4 img {
    /* margin: -90px 0px 0px -150px; */
}

.portfolio-img-5 img {
    margin: -90px 0px 0px -150px;
}

.portfolio-content {
    text-align: left;
}

.portfolio-content h3 {
    color: #427af8;
    margin-bottom: 30px;
    margin-top: 40px;
    display: inline-block;
}

.portfolio-content p {
    color: #626d86;
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
}

.portfolio-content a {
    color: #427af8;
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
    color: #427af8;
}

.portfolio-content a:hover {
    text-decoration: none;
}

.wip-tag {
    display: inline-block;
    background-color: #427af8;
    padding: 0px 20px;
}

.wip-tag p {
    color: #fff;
    margin-bottom: 0;
}


.unity-img {
    background-color: #427af8;
    overflow: hidden;
    height: 300px;
}

.unity-img img {
    width: 1200px;
}

.unity1 img {
    margin: 0px 0px 0px -660px;
}

.unity2 img {
    margin: -230px 0px 0px -490px;
}

.unity3 img {
    margin: -220px 0px 0px -580px;
}

.unity-img a {
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.unity-img a:hover {
    opacity: 0.3;
}

@media (max-width: 991px) {

    .logo, .navigation-content, .icons {
        text-align: center;
    }

    .icons {
        margin-top: 10px;
    }
    
}
