/*
* Resume template
* Created by : Ahmed Essa
* website : www.ahmedessa.net
*/


/* Table of Content
==================================================
	- Google fonts & font family -
	- typography -
	- General -
    - Preloader -
	- Header -
    - home section -
    - About section -
    - experience section -
    - projects section -
    - Contact section -
    - Responsive media queries -
*/


/* Google fonts & font family
==================================================*/

@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i';

/*
font-family: 'Playfair Display', serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
*/


/* typography
==================================================*/

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    line-height: 70px;
    color: #021747;
}

h4 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    color: #9d0e4c;
    margin-left: 40px;
    font-weight: 700;
    font-size:  26px;
}
h3.timeline-text{
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 10px;
}

h4:before {
    position: absolute;
    width: 30px;
    left: -40px;
    content: "";
    display: block;
    height: 2px;
    background: #144088;
    top: 9px;
}


.noteworthy{
    font-family: 'Great Vibes', cursive;
    font-weight:normal;
    text-transform: none;
}


/* General
==================================================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #021747;
}

.small-hero-text{
    display: block;
    text-align:  center;
    font-size:  12px;
    line-height:  20px;
    margin-top:  -7px;
}
.size-50 {
    font-size: 50px;
    line-height: 50px
}

.h-50 {
    height: 50px;
}
img.img-responsive {
    max-width: 100%!important;
}
span.clicker{
    position: absolute;
    right: 0;
    bottom: 10px;
}
span.clicker i{
    font-size: 30px;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: 4;
}
span.clicker a i {
    color: #fbc43a;
}
    @keyframes bounce {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-20px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }


/* preloader
==================================================*/

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

#status,
.preloader {
    top: 50%;
    left: 50%;
    position: absolute
}

#status {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.preloader {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.preloader:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 2px solid #144088;
    border-top: 2px solid transparent;
    border-radius: 100%
}

.preloader>.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 10.6px;
    margin-top: -12.5px;
    margin-left: -5.3px;
    -webkit-animation: wink 1s ease-in-out infinite alternate;
    animation: wink 1s ease-in-out infinite alternate
}

@media only screen and (min-width:768px) {
    .preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
    .preloader:before {
        left: -2px;
        top: -2px;
        border-width: 2px
    }
    .preloader>.icon {
        height: 37.5px;
        width: 15.9px;
        margin-top: -18.75px;
        margin-left: -7.95px
    }
}

@media only screen and (min-width:1200px) {
    .preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
    .preloader>.icon {
        height: 50px;
        width: 21.2px;
        margin-top: -25px;
        margin-left: -10.6px
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes wink {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/* Header
==================================================*/

header {
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 115px;
}
.disply-table .copyright{
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    display: none;

    text-shadow: 1px 1px 5px black;
}
.small-copyright{
    font-family: 'Lato', sans-serif;
    color: #021549;
    font-weight: bold;
    line-height: 16px;
    padding-top: 15px;
}
nav ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

nav li {
    display: inline-block;
    padding: 10px;
    vertical-align: text-top;
    position:relative;
    vertical-align: sub;
}

nav li .icon{
    position: absolute;
    height: 17px;
    width: 100%;
    top: 0;
    left:0;

}
nav li .icon.about-icon{
    background: url(../img/nav-icons/about.png) no-repeat center top ;
    background-size: 15px;
}
nav li .icon.contact-icon{
    background: url(../img/nav-icons/contact.png) no-repeat center top ;
    background-size: 45px;
}
nav li .icon.donate-icon{
    background: url(../img/nav-icons/donate.png) no-repeat center top;
    background-size: 17px;
}
nav li form{
    padding-top: 2px;
}

nav li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    text-shadow: 1px 1px 5px black;
}
nav li a span {
    display:block;
}
#map{
    background: url('../img/PH.png') no-repeat;
    margin-bottom: 20px;
}
nav li a.button {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: #144088;
    padding: 5px;
}
nav li a.button:hover{
    transition: .2s ease-in all;
    background: #ff5610;
    cursor: pointer;
}



.bg-nav {
    background: #fff;
    border-bottom: 1px solid #f3f3f3
}

.bg-nav ul {
    padding: 0px;
}

.bg-nav ul li a {
    color: #144088;
    position: relative;
    text-shadow: none;
}
.bg-nav ul li a.active {
    color: #cf598c;
}
.bg-nav ul li a:hover {
    color: #cf598c;
}

a:focus {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #cf598c;
    text-decoration: none;
}

a.active {
    color: #cf598c;
}


/* home section
==================================================*/

#home {
    background: url(../img/hero/mobile.jpeg);
    background-size: cover;
    height: 100vh;
}
.background-overlay{
    background: rgba(0, 0, 0, 0.25);
}

.table-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 0px;
}

.disply-table {
    display: table;
    height: 100vh;
    width: 100%;
    position: relative;
}
.intro{
    position: relative;
    background:rgba(255, 255, 255, 0.8);
    padding: 70px 10px 10px;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 11px 0px rgba(0,0,0,0.75);
}
.intro h1{
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    color: #021747;

}
.intro h4{
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    color: #1d509b;
    margin-left: 0px;
    font-weight: 700;
    text-align: center;
    margin-top:0;
}
.intro h4:before{
    display:none;
}

.intro .mission-statement{
    display:none;
    font-size: 24px;
    line-height: 30px;
}
.quote {
    position: relative;
}
h2.quote-text{
font-size: 18px;
    margin: 10px 5px;
    line-height: 26px;
    color: #021549;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    letter-spacing: 2px;
}
h2.quote-text span{
    display: block;
    font-family: 'Playfair Display', serif;
    text-align: right;
    padding-top: 20px;
    font-size: 14px;
}
.hebrews{
    margin-top: 115px;
}
.quote span{
    display:block;
}
.bordered{
    border: 3px solid #333;
}
img.quote{
    position: absolute;
    width: 45px;
    opacity: .4;
    z-index: 0;
}
img.quote.opener{
    top: -10px;
    left: -15px;
-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
img.quote.closer{
        bottom: 25px;
    right: 0px;
}
p{
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin: 0 15px;
    margin-bottom: 10px;
    line-height: 24px;

}
li{
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin: 0 15px;
    margin-bottom: 10px;
    line-height: 24px;

}
.mission-statement{
    width: 100%;
    background:rgba(243, 243, 243, 0.8);
    color: #021747;
    padding: 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
    font-style: italic;
}
/*.intro{
    position: relative;
    background:rgba(255, 255, 255, 0.5);
    padding: 60px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}*/

.logo{
    position: absolute;
    width: 150px;
    height: 150px;
    top: -55px;
    left: 50%;
    margin-left: -75px;
    border-radius: 86px;
}
.logo img{
    width: 100%;
}


/* about section
==================================================*/

#about {
    padding: 100px 0;
}

.about-img-div img {
    margin: 0 auto;
}

.about-border {
    position: absolute;
    border: 10px solid #144088;
    width: 400px;
    height: 400px;
    top: 60px;
    left: 120px;
    z-index: 1
}
.donate-button{
    display:inline-block;
    background: #144088;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    float: right;
    transition: .2s ease-in all;
}
.donate-button:hover{
    transition: .2s ease-in all;
    background: #ff5610;
    cursor: pointer;
}


/* experience section
==================================================*/

#experience {
    padding: 100px 0;
    background: #f3f3f3
}

.experience-row {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.experience-row h3 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #144088;
    font-size: 16px;
    font-weight: bold
}

.experience-row p {
    color: #888;
    margin-top: 20px;
    font-size: 15px;
}

.date {
    color: #646bbd;
    font-size: 20px;
    font-weight:  bold;
}

.timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #144088;
}

.timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 40em 0 0 0 #144088;
}

.timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 100%;
}
.timeline-event-copy img{
    max-width: 360px;
    margin: 10px 0;
}



.timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding: 0;
    margin: 0;
}
h3.gallery-title {
    font-weight: bold;
    color: #646977;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 20px;
    clear: both;
    padding-top: 20px;
}

.timeline-event-icon {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #144088;
    outline: 10px solid #f3f3f3;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: black;
    box-shadow: inset 0 0 0 0em #144088;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
position: absolute;
    top: 28px;
    left: 13px;
}


/* projects section
==================================================*/

#projects {
    padding: 100px 0;
}

.portfolio .categories-grid span {
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.portfolio .categories-grid .categories ul li {
    list-style: none;
    margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
    display: inline-block;
    color: #60606e;
    padding: 0 10px;
    margin: 0 14px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio .categories-grid .categories ul li a:hover,
.portfolio .categories-grid .categories ul li a:focus {
    text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
    background-color: #144088;
    padding: 0px 20px;
    color: white;
    text-decoration: none;
}

.portfolio_filter {
    padding-left: 0;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #144088;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    color: #333;
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
    font-style: normal;
    display: inline-block;
    background-color: #144088;
    padding: 5px 20px;
    color: #fff;
    margin-top: 10px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    font-size: 10px;
    letter-spacing: 2px;
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio .categories-grid .categories ul li {
    float: left;
}

.portfolio .categories-grid .categories ul li a {
    padding: 0 10px;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}



.portfolio-padding {
    padding: 50px 0;
}

.portfolio-inner {
    padding-bottom: 0 !important;
    padding-top: 55px;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    border: none;
}

.popup-modal {
    background: #fff;
}

.close-popup-modal {
    float: right;
    margin: 20px;
    font-size: 22px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    position: fixed;
    z-index: 100000;
    right: 14px;
}

.animatedModal-on .close-popup-modal {
    opacity: 1;
}

.modal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 50px;
}


/* contact
==================================================*/

#contact {
    padding: 100px 0;
    background: #f3f3f3
}

#contact-form input,
#contact-form textarea {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 0;
}

#contact-form label {
    display: block;
    margin-bottom: .2em;
    font-size: 13px;
    line-height: 13px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
}

#contact-form label.error {
    margin-top: 10px;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #D33E43;
    margin-left: 10px
}

#contact-form input[type="text"].error,
#contact-form input[type="password"].error,
#contact-form input[type="date"].error,
#contact-form input[type="datetime"].error,
#contact-form input[type="datetime-local"].error,
#contact-form input[type="month"].error,
#contact-form input[type="week"].error,
#contact-form input[type="email"].error,
#contact-form input[type="number"].error,
#contact-form input[type="search"].error,
#contact-form input[type="tel"].error,
#contact-form input[type="time"].error,
#contact-form input[type="url"].error,
#contact-form textarea.error {
    border-color: #D33E43
}

textarea {
    resize: none;
}

fieldset {
    border: 0px;
    margin: 0;
    padding: 0
}

.required {
    color: #e9266d
}

#success,
#error {
    display: none
}

#success p,
#error p {
    display: block;
}

#success p {
    color: #144088;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: 2px solid #144088;
    margin-top: 10px;
}

#error p {
    color: #D33E43;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: 2px solid #D33E43;
    margin-top: 10px;
}

#submit {
    background-color: #144088;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    width: 100%;
}

.social {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.social li {
    float: left;
}

.social li a {
    color: #021747;
    font-size: 35px;
    margin-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.social li a:hover {
    color: #144088;
}


/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
    .portfolio .categories-grid .categories ul li a {
        padding: 0 2px;
    }
}

@media (max-width: 768px) {
    .timeline-event-copy {
        width: 90%;
        left: 2em;
    }
}

@media (max-width: 500px) {
    h1 {
        font-family: 'Playfair Display', serif;
        font-size: 50px;
        line-height: 50px;
    }
    #home,
    .disply-table {
        height: 600px;
    }
    .about-border {
        width: 265px;
    }
    .portfolio .categories-grid .categories ul li {
        list-style: none;
        margin: 10px 0;
    }
}

@media (max-width: 420px) {
    nav li {
        margin: 6px;
    }
    nav li a {
        font-size: 10px;
    }
}
@media (max-width: 420px) {
    nav li {
        margin: 6px;
    }
    nav li a {
        font-size: 10px;
    }
}


@media (min-width: 501px) {
    #home {
        background: url(../img/hero/tablet.jpeg);
        background-size: cover;
        height: 100vh;
        position:relative;
    }
    .table-cell{
        display: table-cell;
    padding-top: 120px;
    vertical-align: top;
    }
    .about-border {
        left: 40px;
    }
    .mission-statement{
        position:absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        text-align: left;
        border-radius: 0;
    }
    .intro{
        border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    }
}

@media (min-width: 900px) {
    #home {
        background: url(../img/hero/desktop.jpeg);
        background-size: cover;
        height: 100vh;
        position:relative;
    }

    .small-hero-text{
        text-align:  left;
    }
    .mission-statement{
        display:none;
    }
    .disply-table .copyright{
        display: block;
    }
    .intro {
            max-width: 380px;
    padding: 50px;
    }
    .intro .mission-statement{
        display: block;
        position: relative;
        box-shadow: none;
        background: none;
        padding: 0;
    }
    .intro h1{
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        line-height: 50px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0;
        color: #021747;
        line-height: 55px;
        margin-bottom: 15px;
        font-size: 60px;
    }
    .intro h1 span{
        display:block;
    }
    .intro h4{
        font-family: 'Lato', sans-serif;
        text-transform: capitalize;
        letter-spacing: 2px;
        position: relative;
        color: #1d509b;
        margin-left: 0px;
        font-weight: 700;
        text-align: left;
        margin-top:0;
        padding-left: 50px;
        padding-bottom: 20px;
    }
    .intro h4:before{
        display:inline-block;
        left:0;
    }.about-border {
    left: 260px;
    }

}
@media (min-width: 665px) {
    header {
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        height: 70px;
    }
}
@media (min-width: 992px) {
    .about-border {
    left: 15px;
    }
    a.portfolio_item img{
    width: 350px;
    height: 261px;
    }
    a.portfolio_item.auto img{
    width: 420px;
    height: auto;
    }
}
@media (min-width: 1300px) {
    #home {
        background: url(../img/hero/large.jpeg);
        background-size: cover;
        height: 100vh;
        position:relative;
    }
}
footer{
    background: #091d44;
    padding: 20px 0;
    font-size: 14px;
    color: #5a6b90;
}
footer p{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin : 0 15px;
}
footer h3,{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin : 0 15px;
}
footer i{
    margin-left: 20px;
}
.future.timeline-event-copy h3,
.future.timeline-event-copy h4,
.future.timeline-event-copy h4:before,
.future.timeline-event-copy p {
    color: #a99f9f;
}
.future.timeline-event-copy h4:before {
    background: #a99f9f;
}
.future.timeline-event-copy img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

h3 i {
    color: #cf598c;
}


