*{
    padding: 0;
    margin: 0;
}

body  {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li {
    list-style: none;
    display: inline-block;
}

a {
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

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

h1,
h2,
h4 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}

.btn {
    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #ededed !important;
    color: #3c3c3c !important;
    border: 1px solid #fff !important;
}




/*NAVIGATION*/


.navbar {
    background-color: white !important;
    font-weight: 700;
    font-family: 'Book Antiqua';
    padding-right: 30px;
}

.navbar a {
    color: black !important;
}

.navbar a:hover {
    opacity: 0.7;
    color: darkred !important;
}

.navbar img {
    height: 175%;
    position: relative; top: -6px;
    margin-left: 10px;
}

/*HEADER*/


.header {
    height: 690px;
    width: 100%;
    padding: 30px 0px 30px;
    margin-top: 50px;
    background-image: url(../images/home_page-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px){
    
    .header {
        background-image: url(../images/landing_page_small-01.jpg);
        background-position: top center;
        height: 690px;
    }

}

/*MY WORK*/


.my_work {
    padding: 80px 0 80px;
    text-align: center;
    margin-bottom: 100px;
}

.my_work h2,
.my_work h4 {
    color: 4c4c4c;
    margin: 20px 0 20px;
    margin-top: 50px;
}

.my_work p {
    color: 737373;
    font-size: 14px;
    padding-bottom: 40px;
}

.my_work i {
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: grey;
    color: #fff;
}

.my_work a:hover i {
    background-color: darkred;
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}

@media (max-width: 768px) {
    
    .my_work {
        padding: 30px;
    }
}


/*ABOUT ME*/


.about_me {
    padding: 50px 0 80px;
    text-align: center;
    background-color: #e0e0e0;
}

.about_me h2,
.about_me h4 {
    margin: 20px 0 20px;
    color: #4c4c4c;
}

.about_me p {
    color: #737373;
    margin: 0 75px 0 75px;
}

.about_me img {
    height: 250px;
    width: 250px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.about_me i {
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    background-color: gray;
    color: #fff;
    margin-top: 20px;
}

.about_me a:hover i {
    background-color: darkred;
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}

@media (max-width: 768px) {
    
    .about_me {
        padding: 30px;
    }
}


/*RESUME*/

.resume {
    padding: 50px 0 80px;
    background-color: #fff;
    text-align: center;
}

.resume img {
    margin-top: 80px;
    margin-bottom: 30px;
    max-width: 100%;
    height: 60%;
    width: 60%;
}

@media (max-width: 768px) {
    
    .resume {
        padding: 30px;
    }
}


/*CONTACT FORM*/

.contact {
    background-color: #e0e0e0;
    padding: 50px 0 80px;
    text-align: center;
}

.contact p {
    padding-bottom: 80px;
    color: #737373;
}

.contact h2 {
    color: #4c4c4c;
    padding: 20px 0 20px; 
}

.contact .input-group {
    margin-bottom: 25px;
} 

.contact .form-control {
    border-radius: 0 !important;
}

.contact span {
    border-radius; 0 !important;
}

.contact .btn {
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    background-color: darkgray;
    color: #fff;
}

.contact .btn:hover {
    background-color: darkred !important;
    opacity: 0.7;
    color: #fff !important;
}

@media (max-width: 768px) {
    
    .contact {
        padding: 30px;
    }
}


/*FOOTER*/

.footer {
    padding: 30px;
    color: #222222;
}

.footer .social {
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 5px;
    color: black;
    opacity: 0.6;
}

.footer .social:hover {
    background-color: darkred !important;
    opacity: 0.7;
    color: #fff !important;  
    transition: all 300ms ease-in-out;
}

@media (max-width: 768px) {
    
    .footer {
        padding: 30px;
    }
}


/*LOGO & BRANDING SLIDES*/

.logo_showcase {
    list-style: none;
    width: 100%;
}

.logo_showcase li {
    display: block;
    width: 25%;
    float: left;
}

.logo_photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.logo_photo img{
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: all 0.5s; 
}

.logo_photo img:hover{
    transform: scale(1.05);
}


/*MY WORK*/


.work {
    padding: 80px 0 80px;
    text-align: center;
    margin-bottom: 100px;
    background-color: #e0e0e0;
}

.work h2,
.work h4 {
    color: 4c4c4c;
    margin: 20px 0 20px;
    margin-top: 50px;
}

.work p {
    color: 737373;
    font-size: 14px;
    padding-bottom: 40px;
}

.work i {
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: grey;
    color: #fff;
}

.work a:hover i {
    background-color: darkred;
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}

@media (max-width: 768px) {
    
.work {
        padding: 30px;
    }
}













