@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px
    }

    30% {
        opacity: 1;
        top: 10px
    }

    to {
        opacity: 0;
        top: 25px
    }
}

html {
    overflow-x: hidden;
}

h5 {
    font-weight: 600
}

b {
    color: #343434;
}

.bl-adj {
    color: #343434
}

a,a:hover {
    text-decoration: none
}

a {
    cursor: pointer
}

a:hover {
    opacity: .9
}

hr {
    border-top: 5px solid #62c6f2;
    width: 80px;
    padding-bottom: 20px
}

.colour-splash,.intro h5,a:hover {
    color: #62c6f2;
}

.section-primary span {
    color: #62c6f2;
    font-weight: bolder;
    opacity: 1
}

.section-image {
    background: #151515 url(https://d13b2ieg84qqce.cloudfront.net/af8e5289916e3e4d650a316ccb2c3980c2f4e37c.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    color: #fff;
    display: table
}

.img-overlay {
    left: 0;
    width: 100%;
    background: #111;
    opacity: .7
}

#timeline:before,.img-overlay,.img-overlay2 {
    height: 100%;
    top: 0;
    position: absolute
}

.img-overlay2 {
    left: 0;
    width: 100%;
    background: #111;
    opacity: .82
}

.intro,.social {
    text-align: center
}

.intro {
    vertical-align: middle;
    display: table-cell;
    -webkit-transform: translateY(-2.1rem);
    -ms-transform: translateY(-2.1rem);
    transform: translateY(-2.1rem)
}

.intro .row {
    margin-right: 0;
    margin-left: 0
}

.intro h1 {
    font-size: 84px
}

.intro h5 {
    font-size: 2.3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .3rem;
    text-shadow: 0 0 6px rgba(0,0,0,.2)
}

.section-image span {
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 0 10px;
    font-weight: 100
}

.section-image h1 {
    margin-top: 0
}

p {
    color: #343434;
}

.section-image p {
    font-weight: lighter;
    opacity: .9
}

.social {
    margin: 0 10px;
    padding-top: 1.3em;
    color: #fff;
    font-size: .9em
}

.social a,.social-footer a {
    color: #fff;
    text-decoration: none;
    padding: 2em
}

.social a:hover {
    opacity: .6
}

.social-footer {
    position: block;
    padding: 15px
}

.social-footer a {
    padding: .6em;
    font-size: 1.7em
}

.lnr {
    font-size: 4em!important;
    color: #fff
}

section {
    padding-top: 100px;
    padding-bottom: 100px
}

.profilepic {
    height: 250px;
    width: auto;
    border-radius: 300px
}

.aboutColoring {
    color: white;
}

.intro h5,.section-heading .lead,.section-heading h2,.section-primary p {
    text-align: center
}

.section-primary {
    border: #62c6f2
}

.section-colour {
    background-color: #62c6f2;
    color: #fff;
    border: #fff
}

.section-colour p {
    text-align: justify
}

.section-colour hr {
    border-top: 5px solid #fff
}

.timeline-icon .fa {
    color: #fff;
    margin: 14px;
    font-size: 1.7em
}

#skills {
    background: url(../docs/topotwo.png) no-repeat center center;
    height: auto;
    background-size: cover;
}

.section-resume {
    color: #343434!important;
    scroll-padding-top: 100px;
  }

footer {
    display: block;
    position: static;
    bottom: 0;
    background-color: #1b1b1b;
    color: #fff;
    padding: 50px;
}

footer p {
    padding: 15px;
    opacity: .8
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: 100px auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    z-index: 10
}

.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
    background: #fff 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px
}

.pad-xl {
    padding: 200px 0
}

.pad-lg {
    padding: 160px 0
}

.pad-sm {
    padding: 80px 0
}

.pad-xs {
    padding: 30px 0
}

@media (max-width:480px) {
    .social a {
        padding: .4em;
        font-size: .9em
    }

    .social-footer {
        position: block;
        text-align: center
    }

    .social-footer a {
        padding: .3em;
        font-size: 1.6em
    }

    .intro-desc {
        font-size: .7em
    }

    .section-image span {
        font-size: 1em;
        padding: 0 1px
    }

    .intro h1 {
        font-size: 50px;
        padding-top: 15px
    }

    footer {
        text-align: center;
        padding-bottom: 100px
    }

    #skills {
        background-position: top center
    }
}

@media (max-width:991px) {
    .social-footer,footer p {
        text-align: center
    }
}

#timeline .timeline-item:after,#timeline .timeline-item:before,header:after,header:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

*,:after,:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body,html {
    height: 100%
}

body {
    background: #f9f9f9;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #726f77
}

img {
    max-width: 100%
}

.container {
    max-width: 1100px;
    margin: 0 auto
}

h1,h2,h3,h4,header {
    font-family: "Dosis",arial,tahoma,verdana;
    font-weight: 400
}

.logo {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: lighter
}

.project-name {
    text-align: center;
    padding: 10px 0
}

header {
    background: #62c6f2;
    padding: 1px;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -ms-box-shadow: 0 3px 3px rgba(0,0,0,.05);
    box-shadow: 0 3px 3px rgba(0,0,0,.05)
}

header .logo {
    color: #62c6f2;
    float: left;
    font-size: 22px
}

header .logo>span {
    color: #f7aaaa;
    font-weight: 300
}

#timeline .timeline-item .timeline-content.right,header .social {
    float: right
}

header .social .btn {
    font-family: "Dosis";
    font-size: 14px;
    margin: 10px 5px
}

.timelinedot {
    margin: 13px;
    color: #fff
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

#timeline:before {
    content: "";
    width: 3px;
    background: #62c6f2;
    left: 50%
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative
}

#timeline .timeline-item .timeline-icon {
    background: #62c6f2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

#timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #62c6f2;
    color: #fff;
    margin: -20px -20px 0;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

#timeline .timeline-item .timeline-content p {
    padding-top: 15px
}

#timeline .timeline-item .timeline-content:before {
    content: "";
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #62c6f2
}

#timeline .timeline-item .timeline-content.right:before {
    content: "";
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #62c6f2
}

@media screen and (max-width:768px) {
    #timeline {
        margin: 30px;
        padding: 0;
        width: 90%
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right
    }

    #timeline .timeline-item .timeline-content.right:before,#timeline .timeline-item .timeline-content:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #62c6f2
    }

    #timeline .timeline-item .timeline-icon,#timeline:before {
        left: 0
    }
}

iframe {
    display: flex;
    flex-direction: column;
}

.projects {
    background-color: #000;
}

.section-projects {
    background: #151515 url(https://e1.pxfuel.com/desktop-wallpaper/759/404/desktop-wallpaper-21-9-ultrawide-computer-hardware-and-network.jpg)no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    color: #fff;
    display: table
}

.projectPad {
    padding: 10px;
}

.foot-logos {
    font-size: 25px;
    margin-right: 5px;
}