/**
 * =================================================================== 
 *
 *  ResumeTemplate v1.0 ClearCareer
 *  url: clearcareer.ca
 *  Design by: Iskender Piyale-Sheard
 *  website: izzydoesizzy.com
 *  Created 06-27-2016
 *  Last Updated: 03-19-2017
 *  ------------------------------------------------------------------
 *  Table of Contents:

 *  01. Global Styles
 *  02. Intro
 *  03. Social Icons
 *  04. Icon Fonts
 *  05. Section Styles
 *  06. Timeline Styles
 *  05. Footer
 EXTRAS

 * =================================================================== 
 */

/* 01. Basic Styles
 * =================================================================== */

 html {
    overflow-x: hidden;
 }
 body {
    font-family: 'Source Sans Pro', sans-serif;
 }

 h1 {
    font-weight: bold;
 }

 h2 {
 }

 h5 {
    font-weight: 600;
 }

 a {
    cursor: pointer;
    color: #1abc9c;
    text-decoration: none;
 }

 a:hover {
    text-decoration:none;
    color: #1abc9c;
    opacity: 0.9;
 }

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


 .colour-splash {
    color: #1abc9c;
 }

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








/* 02. Intro
 * =================================================================== */

 .section-image {
 	background: #151515 url(https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?dpr=2&auto=compress,format&crop=entropy&fit=crop&w=1199&h=799&q=80) 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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: .7;
 }

 .intro {
    vertical-align: middle;
    text-align: center;
    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 {
    color: #1abc9c;
    font-size: 2.3rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .3rem;
    text-shadow: 0 0 6px rgba(0, 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;
}

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



/* 03. Social Icons
 * =================================================================== */

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

.social a {
  color: white;
  text-decoration:none;
  padding: 2em;
}

.social a:hover{
  opacity: 0.6;
}

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

.social-footer a {
    color: white;
    text-decoration: none;
    padding: 0.6em;
    font-size: 1.7em;
}


/* 04. Icon Font
 * =================================================================== */

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

/* 05. Section Styles
 * =================================================================== */

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

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

.section-primary p {
    text-align: justify;
}

.section-primary {
    border: #1abc9c;
}

.section-colour {
    background-color: #1abc9c;
    color: #fff;
}

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

.section-heading .lead, .section-heading h2 {
    text-align: center;
}

.section-colour {
    border: #fff;
}

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



/* 01. Timeline Styles
 * =================================================================== */

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

#skills {
    background: #151515 url(https://images.unsplash.com/photo-1456983933114-c22026990f4b?dpr=2&auto=format&crop=entropy&fit=crop&w=1280&h=720&q=80) no-repeat center center;
    height: auto;
}


/* 05. Footer
 * =================================================================== */

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

}

footer p {
    padding: 15px;
    opacity: 0.8;
}


/* EXTRAS
 * =================================================================== */



        /* Mouse Icon
         * =================================================================== */
        .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;
        }
        .mouse-icon .scroll {
            background: #fff none repeat scroll 0 0;
            border-radius: 10px;
            height: 10px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            top: 4px;
            width: 4px;
        }
        @keyframes scrolling {
        0% {
            opacity: 0;
            top: 5px;
        }
        30% {
            opacity: 1;
            top: 10px;
        }
        100% {
            opacity: 0;
            top: 25px;
        }
        }

        .pad-xl {
            padding: 200px 0px;
        }

        .pad-lg {
            padding: 160px 0px;
        }

        .pad-sm {
            padding: 80px 0px;
        }

        .pad-xs {
            padding: 30px 0px;
        }

        /* /Mouse Icon
         * =================================================================== */

 
/* Media Queries
 * =================================================================== */

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

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

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

    }

    .intro-desc {
        font-size: 0.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: #151515 url(https://images.unsplash.com/photo-1456983933114-c22026990f4b?dpr=2&auto=format&crop=entropy&fit=crop&w=1280&h=720&q=80) no-repeat center center;
        background-position: top center;

    }
}

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

    footer p {
    text-align: center;
    }

}

.about-section{
padding:0px 8%;
background:#f8fbff;
}

.section-header{
text-align:center;
margin-bottom:70px;
}

.section-tag{
color:#0077b6;
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
}

.section-header h2{
font-size:52px;
font-weight:700;
color:#12355B;
margin:20px 0;
line-height:1.2;
font-family:Georgia,serif;
}

.section-header p{
max-width:700px;
margin:auto;
color:#5b6472;
line-height:30px;
font-size:18px;
}

.about-wrapper{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:60px;
margin-top:70px;
}

.about-left p{
font-size:17px;
line-height:32px;
color:#4b5563;
}

.info-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
margin-top:40px;
}

.info-grid h4{
font-size:14px;
letter-spacing:2px;
text-transform:uppercase;
color:#0A66C2;
margin-bottom:15px;
}

.info-grid ul{
padding:0;
list-style:none;
}

.info-grid li{
margin-bottom:10px;
color:#2d3748;
}

.about-right{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.feature-card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 12px 35px rgba(0,0,0,.08);
transition:.35s;
border:1px solid #e6eef6;
}

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,119,182,.15);
}

.icon{
width:60px;
height:60px;
background:#edf7ff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#0077b6;
margin-bottom:25px;
}

.feature-card h3{
font-size:22px;
color:#12355B;
margin-bottom:15px;
}

.feature-card p{
line-height:28px;
color:#5b6472;
}

@media(max-width:992px){

.about-wrapper{
grid-template-columns:1fr;
}

.about-right{
grid-template-columns:1fr;
}

.section-header h2{
font-size:38px;
}

.info-grid{
grid-template-columns:1fr;
}

}
footer a{
color:#d9e6f2;
text-decoration:none;
transition:.3s;
}

footer a:hover{
color:#45c4ff;
}

footer h2,
footer h3{
margin-bottom:18px;
font-weight:600;
}

footer p{
margin:10px 0;
line-height:28px;
}

footer i{
margin-right:8px;
color:#45c4ff;
}

footer iframe{
box-shadow:0 10px 30px rgba(0,0,0,.25);
}

@media(max-width:992px){

footer>div:first-child{

grid-template-columns:1fr;

}

}footer a{
    color:#d9e6f2;
    text-decoration:none;
    transition:.3s;
    }
    
    footer a:hover{
    color:#45c4ff;
    }
    
    footer h2,
    footer h3{
    margin-bottom:18px;
    font-weight:600;
    }
    
    footer p{
    margin:10px 0;
    line-height:28px;
    }
    
    footer i{
    margin-right:8px;
    color:#45c4ff;
    }
    
    footer iframe{
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    }
    
    @media(max-width:992px){
    
    footer>div:first-child{
    
    grid-template-columns:1fr;
    
    }
    
    }
    #topBtn{

        position:fixed;
        
        bottom:30px;
        
        right:30px;
        
        width:50px;
        
        height:50px;
        
        border:none;
        
        border-radius:50%;
        
        background:#0d6efd;
        
        color:#fff;
        
        cursor:pointer;
        
        display:none;
        
        font-size:18px;
        
        box-shadow:0 8px 20px rgba(0,0,0,.25);
        
        transition:.3s;
        
        z-index:999;
        
        }
        
        #topBtn:hover{
        
        background:#2EC4B6;
        
        transform:translateY(-5px);
        
        }