html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#header {
    width: 100%;
    box-sizing: border-box;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
    background-image: url("../images/featured_bg4.gif ");
    font-family: 'kranky', cursive;
    /* Monofett -good for header and navigation 
    kranky
    limelight - good for content
    Over the Rainbow - header
    kranky - header / content
    atomic age - header /content
 */
}
section {
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center !important;
    color: #fff;
    font-size: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}
*:before, *:after {
    box-sizing: border-box;
}
footer {
    padding: 15px 0 15px 0px;
}
footer span {
    padding: 0 10px;
}
.timeline-img:hover, .timeline-img1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.timeline-img, .timeline-img1 {
    background: none repeat scroll 0 0 #45d4ff;
}
.timeline-img, .timeline-img1 {
    border-radius: 50%;
    height: 50px;
    left: 27.5%;
    position: absolute;
    top: 195px;
    width: 50px;
}
.timeline-img1 {
    top: 340px;
}
.timeline .timeline-content h3 {
    margin: 10px 0;
}
.timeline .timeline-block {
    margin: 40px auto;
    text-align: left;
    width: 63%;
}
.timeline-content a:hover {
    border-bottom: 2px solid #45d4ff
}
.timeline-content a {
    border-bottom: 1px dotted #fff;
}
.timeline::before {
    /* this is the vertical line */
    
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 270px;
    left: 29%;
    position: absolute;
    top: 160px;
    width: 2px;
}
a {
    color: #fff;
    text-decoration: none;
}
.navigation {
    padding: 15px 0 !important;
    text-align: center !important;
    width: 100%;
    height: 25px;
    background-color: #45d4ff;
    border-radius: 0 0 80px 80px;
}
.navigation a span.link-text {
    opacity: 0;
    position: absolute;
    top: -12px;
}
@media only screen and (min-width: 1224px) {
    /* Styles */
    
    .navigation li:hover .link-text {
        opacity: 1;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        top: 14px;
    }
    .navigation li:hover {
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }
    .navigation li.home-li:hover + li, .navigation li.about-li:hover + li, .navigation li.skills-li:hover + li {
        padding-left: 12%;
    }
    .navigation li.edu-li:hover + li, .navigation li.port-li:hover + li {
        padding-left: 19%;
    }
}
.navigation .fa.fa-2x {
    margin-top: -4px;
    font-size: 1.5em;
}
.navigation .fa.fa-2x.fa-home {
    font-size: 1.8em;
    margin-top: -8px;
}
.navigation .edu-li .fa {
    padding-right: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .navigation .cont-li .fa {
        padding-right: 50px;
    }
}
#about {
    padding-top: 30px;
}
#myskills, #education {
    background: #00628B;
    margin-top: -6px;
    height: 700px;
}
#about, #portfolio {
    height: 700px;
}
/*@-moz-document url-prefix() {
    #myskills, #education {
        margin-top: -6px;
    }
}*/
#curveUpColor path, #curveDownColor path {
    fill: #00628B;
    stroke: #00628B;
}
#myskills .row {
    padding-top: 40px;
    margin: 0 auto;
}
p {
    margin-bottom: 0px;
}
.navigation ul {
    height: 25px;
    margin: 0 auto;
    width: 700px;
}
.navigation ul li {
    float: left;
    padding-left: 50px;
    list-style-type: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}
h3.section-title {
    font-size: 28px;
    line-height: 20px;
    color: #45d4ff;
    text-transform: uppercase;
    margin: 0px auto 15px;
    padding: 60px 0 25px 0;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    width: 50%;
}
div.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 55%;
}
div.row {
    padding-bottom: 25px;
}
div.row.donuts > div {
    float: left;
    padding-left: 50px;
    padding-bottom: 50px;
}
div.container p {
    margin-top: 20px;
}
.row .col , .timeline {
    /* padding-left: 18%;
    padding-right: 15px;
    width: 60%;*/
    
    font-size: 24px;
}
.l-col {
    float: left;
}
.r-col {
    float: right;
}

.clear-both {
    clear: both;
}
.contact-btns {
    margin-top: 95px;
    font-size: 22px;
}
.contact-btns .resume {
    border: 3px solid #45d4ff;
    padding: 12px;
    width: 17%;
    margin-right: 25px;
    color: #45d4ff;
    font-weight: bold;
}
#education .contact-btns .resume, #education .contact-btns .resume .fa-download {
    color: #fff;
}
#education .contact-btns .resume:hover {
    color: #45d4ff;
    background-color: #fff;
}
#education .contact-btns .resume:hover .fa-download {
    color: #45d4ff;
}
#about .contact-btns .resume .fa-download {
    color: #45d4ff !important;
}
#about .contact-btns .resume:hover {
    background-color: #fff;
}
#about .contact-btns .resume:hover .fa-download {
    color: #45d4ff;
}
.contact-btns .fa-linkedin-square, .contact-btns .fa-github {
    margin-right: 25px;
    vertical-align: middle;
}
.contact-btns .fa-linkedin-square:hover, .contact-btns .fa-github:hover {
    color: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webikit-transform: scale(1.3);
}
.bg-profile {
    background: url("../images/update.png") no-repeat fixed 95% 120px rgba(0, 0, 0, 0);
    position: static;
}
.fa {
    color: #fff;
}
.fa-hand-o-down, .fa-hand-o-up, .fa-map-marker, .fa-phone-square, .fa-envelope, .fa-linkedin-square, .fa-github {
    color: #45d4ff;
}
.fa.fa-download {
    padding-right: 5px;
}
.fa-pie-chart, .fa-rocket {
    padding-right: 10px;
}
.fa-map-marker:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.fa-bank, .fa-envelope, .fa-gears, .fa-user, .fa-paper-plane, .fa-github, .fa-home {
    padding-right: 10px;
}
.fa-map-marker {
    padding-left: 7px;
}
#about .fa-phone-square, #about .fa-envelope {
    padding: 15px;
}
#education .fa-graduation-cap {
    padding-top: 15px;
    padding-left: 11px;
}
.arrow-down {
    cursor: pointer;
    height: 37px;
    top: 80%;
    left: 47%;
    position: absolute;
    width: 75px;
    animation: arrowed linear 2s infinite;
    -webkit-animation: arrowed linear 2s infinite;
}
.arrow-up {
    margin-left: 49%;
    margin-top: -5px;
}
.navigation.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
.title-ticker, .title-ticker:after {
    list-style-type: none;
    margin-top: 70px;
    content: '';
}
.title-ticker li {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 5s 5s linear infinite;
    -webkit-animation: titleAnimation 5s 5s linear infinite;
}
.title-ticker li {
    font-size: 32px;
    line-height: 20px;
    font-weight: bold;
}
.title-ticker li:nth-child(1) {
    /*  animation-delay: 5s; */
}
.title-ticker li:nth-child(2) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}
.tcolor {
    color: #45d4ff;
}
/*.tcolor {color:#dfc12a; }*/

.main-bg {
    background-attachment: fixed;
    background-image: url("../images/try.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    /*-webkit-animation: imageAnimation 15s linear infinite 0s;*/
}
h1 {
    font-size: 42px;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    margin-bottom: 15px;
}
.underline {
    display: block;
    position: relative;
    width: 0;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-animation: width 1s linear 1 1s;
    animation: width 1s linear 1 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.media-only {
    display: none;
}
.h2-heading {
    color: #fff;
    font-size: 42px;
    line-height: 32px;
}
.title {
    -webkit-animation: pulse 2s linear 1 0s;
    animation: pulse 2s linear 1 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.konami-code {
    opacity: 0;
    float: right;
}
.konami-code:hover {
    opacity: 1;
}
#heading-title {
    position: absolute;
    top: 120px;
    width: 33%;
    left: 34%;
}
.column {
    display: inline-block;
    margin: 50px 25px 0 25px;
    vertical-align: top;
    width: 26%;
}
#portfolio .column .summary {
    opacity: 0;
    height: 0;
    font-size: 18px;
    margin: -35px 22px 0;
    width: 0;
    text-align: left;
    position: relative;
}
#portfolio .column .summary:after {
    content: '';
    clear: both;
}
#portfolio .column .summary h3 {
    font-size: 20px;
    color: #45d4ff;
    padding: 0;
    margin: 0;
}
figure {
    margin: 0;
    padding: 0;
}
.opaque {
    width: 250px;
}
#portfolio .fa-trophy {
    margin-top: 20px;
    cursor: pointer;
}
#portfolio .fa-trophy:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #45d4ff;
}
#portfolio .column:hover img {
    opacity: 0.3;
    filter: alpha(opacity=40);
    cursor: pointer;
}
#portfolio .column:hover .summary {
    opacity: 1;
    width: 85%;
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
}
.fa-external-link {
    float: right;
}
#portfolio figure, #portfolio .summary {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.ptop-25 {
    padding-top: 50px;
}
#preloader {
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.floater {
    background: url('../images/cont-gif.gif') no-repeat 0 center;
    width: 100%;
    height: 100%;
    margin-top: -30%;
    z-index: 100;
    animation: loader linear 8s infinite;
    -webkit-animation: loader linear 8s infinite;
}
