body{
    margin: 0px!important;
}
p, div, h1, h2, h3, h4, h5, a{
    font-family: 'Raleway', sans-serif;
}
img{
    width: 100%;
    height: auto;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.hidden-image{
    display: none;
}
header{
    height: 60px;
}
header .logo{
    float: left;
    padding-left: 25px;
    line-height: 60px;
    font-size: 28px;
    height: 60px;
    width: auto;
}
header .menu{
    float: right;
    z-index: 100;
    background-color: white;
}
header .menu.visable{
    display: block;
}
header ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header li{
    float: left;
}
header li a{
    display: block;
    text-align: center;
    padding: 10px 40px;
    text-decoration: none;
    color: #182153;
    text-transform: uppercase;
    line-height: 40px;
}
header li a:hover{
    color: #8b90a9;
}
.hamburger-menu{
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}
.hamburger-menu .bar1, .hamburger-menu .bar2, .hamburger-menu .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.hamburger-menu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
.hamburger-menu.change .bar2 {
    opacity: 0;
}
.hamburger-menu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
.banner{
    background-color: #182153;
    float: left;
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: 40px;
}
.banner-follow{
    width: 800px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
    bottom: -40px;
    background-color: #182153;
    color: white;
    line-height: 40px;
}
.banner-follow .fa{
    padding: 0 10px;
    font-size: 22px;
    line-height: 40px;
}
.banner-follow a{
    color: white;
}
.banner-follow a:hover{
    color: #d0d2dc;
}
.two-column-static{
    width: 800px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50px);
    background: white;
    color: #182153;
    height: 400px;
    overflow: hidden;
}
.two-column-static .column{
    width: 400px;
    float: left;
    display: block;
    height: 400px;
}
.two-column-static .column.column-right{
    float: right;
    padding: 15px;
    box-sizing: border-box;
}
.two-column{
    width: 80%;
    margin-left: 10%; 
}
.two-column .column{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.three-column{
    width: 80%;
    margin-left: 10%;
}
.three-column .column{
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.five-column{
    width: 80%;
    margin-left: 10%;
    height: 100px;
}
.five-column .column{
    width: 20%;
    float: left;
    height: 100px;
    box-sizing: border-box;
    padding: 0 20px;
}
.swiper-container {
    height: 300px;
    margin-bottom:35px
}
.swiper-slide.slide1{
    background: url("img/fyp/slide1.png") no-repeat center;
    background-size: 100% auto;
}
.swiper-slide.slide2{
    background: url("img/fyp/slide2.png") no-repeat center;
    background-size: 100% auto;
}
.swiper-slide.slide3{
    background: url("img/fyp/slide3.png") no-repeat center;
    background-size: 100% auto;
}
.swiper-slide.slide4{
    background: url("img/fyp/slide4.png") no-repeat center;
    background-size: 100% auto;
}
.project{
    height: 100px;
    max-width: 150px;
    margin: 0 auto;
}
.project.icon{
    background: url("img/projects/icon-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.icon:hover{
    background: url("img/projects/icon-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.firefly{
    background: url("img/projects/firefly-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.firefly:hover{
    background: url("img/projects/firefly-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.lifecode{
    background: url("img/projects/lifecode-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.lifecode:hover{
    background: url("img/projects/lifecode-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.forch{
    background: url("img/projects/forch-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.forch:hover{
    background: url("img/projects/forch-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.sfi{
    background: url("img/projects/sfi-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.sfi:hover{
    background: url("img/projects/sfi-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.apc{
    background: url("img/projects/apc-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.apc:hover{
    background: url("img/projects/apc-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.ida{
    background: url("img/projects/ida-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.ida:hover{
    background: url("img/projects/ida-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.incus{
    background: url("img/projects/incus-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.incus:hover{
    background: url("img/projects/incus-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.mothercloud{
    background: url("img/projects/mothercloud-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.mothercloud:hover{
    background: url("img/projects/mothercloud-colour.png") no-repeat center;
    background-size: 100% auto;
}
.project.david{
    background: url("img/projects/david-grey.png") no-repeat center;
    background-size: 100% auto;
}
.project.david:hover{
    background: url("img/projects/david-colour.png") no-repeat center;
    background-size: 100% auto;
}


.qualifications .column p{
    display: table-cell;
    vertical-align: middle;
    height: 140px;
}
.qualification{
    height: 140px;
    width: 140px;
    float: right;
    margin-right: 50px;
}
.qualification.safe{
    background: url("img/safe-4-certified-agilist-grey.png") no-repeat center;
    background-size: 100% auto;
}
.qualification.safe:hover{
    background: url("img/safe-4-certified-agilist.png") no-repeat center;
    background-size: 100% auto;
}

section{
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
section h2,
.intro-section p{
    max-width: 50%;
    text-align: center;
    margin-left: 25%;
    margin-bottom: 35px;
}
.inner-section{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}
.experience-section,
.education-section,
.skills-section{
    background-color: #f1f1f1;
}
.timeline .left-timeline{
    float: left;
    width: 40%;
    margin-left: 9%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.timeline .right-timeline{
    width: 49%;
    float: left;
    padding-left: 35px;
    box-sizing: border-box;
}
.timeline .right-timeline .date{
    margin-bottom: 5px;
}
.timeline .center-timeline{
    float: left;
    width: 2%;
    padding-top: 4px;
}
.timeline .center-timeline .bullet{
    width: 12px;
    height: 12px;
    background-color: #182153;
    border-radius: 100%;
    margin: 0 auto;
}
.timeline .center-timeline .line-box{
    height: 113px;
    position: relative;
}
.timeline .center-timeline .line-box .line{
    width: 1px;
    background-color: #c0c0c0;
    height: 95px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.timeline .entry{
    height: 125px;
}
.timeline .entry h4{
    margin: 0;
}
.dissertation-img{
    cursor: pointer;
}
.img-description{
    display: none;
}
#overlay{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px; 
    background-color: #000; 
    opacity: 0.7;
    filter: alpha(opacity = 70) !important;
    display: none;
    z-index: 100;
}
#overlayContent{
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
    z-index: 100;
}
#overlayContent img{
    width: auto;
    max-height: 95%;
    max-width: 95%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
#overlayContent .fa{
    color: white;
    font-size: 300%;
    position: fixed;
    cursor: pointer;
}
#overlayContent .fa-times{
    top: 25px;
    right: 25px;
}
#overlayContent .description{
    position: fixed;
    width: 100%;
    padding: 20px 25%;
    text-align: center;
    background-color: black;
    box-sizing: border-box;
    bottom: 0;
    color: white;
}
.skill-block .column h3{
    background-color: #c0c0c0;
    text-align: center;
    padding: 10px 0;
}
footer{
    float: left;
    width: 100%;
    height: 40px;
    background-color: #182153;
}
footer div{
    text-align: center;
    color: white;
    line-height: 40px;
}
footer a{
    text-decoration: none;
    color: white;
}
footer a:hover{
    text-decoration: underline;
    color: white;
}
@media screen and (max-width: 1150px) {
    header li a{
        padding: 10px 22px;
    }
}
@media screen and (max-width: 1000px) {
    .hamburger-menu{
        display: inline-block;
    }
    .menu{
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
    }
    .menu li{
        width: 100%;
    }
    .timeline .entry {
        height: 180px;
    }
    .timeline .center-timeline .line-box{
        height: 168px;
    }
    .timeline .center-timeline .line-box .line{
        height: 140px;
    }
    .five-column .column{
        padding: 0 8px;
    }
    .two-column .column{
        width: 90%;
        margin-left: 5%
    }
    .two-column .column .qualification{
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 850px) {
    .three-column .column{
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    .none750{
        display: none;
    }
    .only750{
        display: block;
    }
    .banner{
        height: 715px;
    }
    .two-column-static{
        width: 300px;
        height: 665px;
    }
    .two-column-static .column{
        width: 300px;
        height: 300px;
    }
    .two-column-static .column.column-right{
        width: 300px;
        height: 365px;
    }
    .banner-follow{
        width: 300px;
    }
    .timeline .right-timeline{
        width: 90%;
        margin-left: 5%;
    }
    .timeline .entry {
        height: auto;
        margin-bottom: 35px;
    }
    .five-column .column{
        width: 30.3%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
}
@media screen and (min-width: 750px) {
    .none750{
        display: block;
    }
    .only750{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .three-column .column{
        width: 90%;
        margin-left: 5%
    }
    .swiper-container{
        height: 350px;
    }
}
@media screen and (max-width: 500px) {
    .five-column .column{
        width: 90%;
        margin-left: 5%
    }
    .swiper-container{
        height: 400px;
    }
}