@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@469&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body{
    font-family:"Lato", sans-serif;
    color: #4e4b4b;
}
p, ul li{
    font-size:1.1rem;
    color: #222;
}


*{
  margin:0;
  padding:0;
  border:0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 25px;
}
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border: none;
    outline:none;
}
/*--------------------------------------Global */
a {
    color: #f79621;
}
.btn-primary {
    background-color: #f79621;
    border-color: #f79621;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
 {
    background-color: #f79117;
    border-color: #f79117;
}
.btn-secondary {
    color: #222;
    background-color:transparent;
    border-color:transparent;
    margin-bottom: 10px;
}

.btn-secondary:hover {
    color: #222;
    background-color:transparent;
    border-color:transparent;
    text-decoration:underline;
}

.action-buttons{
    margin-bottom: 10px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;

}
.main-content h1, .main-content h2, .main-content h3, .main-content h4{
    margin-bottom:10px;
}

.main-content h2{
    color: #f79621;
}

legend{
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 45px;
    border-bottom: 4px solid #ddd;
}


fieldset {
    margin: 20px 0 0 0;
}

.main-content h1.heading{
    margin-bottom:20px;
}
.fa{
    margin: 0 10px 0 10px;
}


.row img{
    max-width:100%;
}

.progress-bar{
    background-color:#9acef5; 
    background-image: linear-gradient(#9acef5, #afecb4);
}
.bg-success{
    background-color:#9acef5; 
    background-image: linear-gradient(#d2b8f5, #c7d9ef);
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.95rem;
    font-weight: 700;
    background-color: #e9ecef;
    border-radius: .25rem;
}


.uppercase {
    text-transform: uppercase;
}

.general-sub {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.inline-block {
    display: inline-block;
}

.row-table {
    display: table;
}


#main-container h1, 
#main-container h2,
#main-container h3,
#main-container h4,
#main-container h5,
#main-container h6{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight:700;
}



#main-container h3 {
    padding-bottom:10px;
    margin-top: 45px;
    border-bottom: 4px solid #ddd;
}


h2{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*--------------------------------------Navbar */

.navbar-light .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    border-bottom:4px solid #fff;
}


.bg-light {
    padding: 5px 0;
    background: #f79621 !important;
    min-height: 59px;
}

/*--------------------------------------Fonts */
h1{
    font-family:"Oswald", sans-serif;
    font-size: 2.4rem;
}
.progress{
    margin-bottom: 5px;
}
/*--------------------------------------Header */


.skills{
    height:200px;
}
header{background:#fff;}

.header-middle{

    overflow:hidden;
}

.header-middle-inner{
    background-image: url('../images/mlacey-illustration.png');
    background-repeat:no-repeat;
    background-size:cover;
    text-transform:uppercase;
    min-height: 300px;
    background-position: 37% center;
    animation-name:hero-zoom;
    animation-duration:5s;
    animation-fill-mode:forwards;
    position: relative;
}

.header-skills{
    font-size: 130%;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 500px;
    height: 170px;
    padding-top: 40px;
    padding-left: 10px;
    background-color: rgba(100, 153, 230,0.7);
    top: 30px;
    left: 50px;
    position: absolute;
    color:#fff;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.header-skills img{
    max-width:35px;
    display:block;
    margin:0 auto;
}
.header-skills-wrapper{
    position:relative;
}

@keyframes hero-move{
    from{
      transform:scale(1);
    }
    to{
      transform:scale(1.1);
    }
  }

@keyframes hero-zoom{
    from{
      transform:scale(1);
    }
    to{
      transform:scale(1.1);
    }
  }

.profile{
    background-image:url('../images/profile3.jpg');
    background-size:contain;
    background-repeat:no-repeat;
}

.section-column ul > li{
    margin:0 0 20px 0;
}
.section-column a{
    color: #6a7993;
}
/*--------------------------------------Left Column */
.bg-color-personal-info {
    background-color: #f4f4f4;
}

.section-column {
    display: table-cell;
    padding: 0 30px 0px;
    float: none;
}

.heading{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform:uppercase;
    color: #f79621;
}
/* ----------------------------------------Homepage */


.home-row{
    margin:0 0 40px 0;
}

.home-row h4{
    font-weight: 700;
    margin: 10px 0;
}

.home-row img {
   box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

/* ----------------------------------------Footer */
footer{
    background: #f79621;
    padding: 40px 20px;
    margin-top: 25px;
    color: #fff;
}

footer ul{
    list-style:none;
    margin: 20px 0 0 0;
}
footer a {
    color: #fff;
}
/* ----------------------------------------Work History */

.history-heading {

    margin-bottom: 50px;
}

.timeline-item {
    padding: 4em 2em 0em 2em;
    position: relative;
    border-left: 1px solid;
    font-size: 1.2rem;
}
.timeline-item h3{
    font-weight:700;
}
.timeline-item p {
    padding: 0;
    margin: 0;
}

.timeline-item:before {
    content: attr(data-dates);
    position: absolute;
    left: 2.5em;
    top: 3em;
    display: block;
    font-family: "Exo", sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.timeline-item:after {
    width: 12px;
    height: 12px;
    display: block;
    top: 2.4em;
    position: absolute;
    left: -6px;
    border-radius: 12px;
    content: '';
    background: #fd565e;
}

.history-items {
    margin-bottom: 30px;
 
}

.skillset .fa{display:block;}

.photo{
    clear:both;
    line-height:0;
    column-gap:0;
}

#photo-2{
    column-count:2;
}


#photo-4{
    column-count:4;
}

.photo img{
    width:100%;
  }

    @media (max-width: 400px) {
        .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        }
    }

.education-logo{
    margin:0 0 10px 0;
}

/*--------------------------------------Footer */
.footer {

    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

/*--------------------------------------Responsive */


@media screen and (max-width:1200px) and (min-width:460px){
    .btn {
        padding: .250rem .6rem;
        font-size: 1.1rem;
        margin-bottom:5px;
        width: 100%;
       
    } 
    .btn-secondary{
        text-align: left;
        padding-left: 0;
    }
}
@media screen and (max-width:794px){
    .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
    }
    .btn-secondary{
        padding-left: 0;
    } 
}
@media screen and (max-width:768px){
    ul.contact li{
        display:inline-block;
    }
    .general-sub {
        margin-top: 20px;
    }
    .header-skills {
        font-size: 1rem;
        max-width: 90%;
        position: relative;
        max-width: 90%;
        left: 5%;
    }
    .header-skills h3 {
        font-size: 1rem;
    }
    .timeline-item h3 {
        font-size:1.2rem;
    }
 
}
@media (min-width: 1200px){
    .container {
        max-width: 1480px;
    }
}