body{
    font: 20px/1.5 Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
    background-color:#ffffff;
}
/* Global */
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;

}
Header{
    background-color:black;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #000000 3px solid;

}

header a{
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul{
    margin:0;
    padding:0;
}

.button_1{
    height: 38px;
    background-color: #2098D1;
    border: 9px;
    padding-left: 20px;
    padding-right: 20px;
    color:#ffffff
}

header li{
    float:left;
    display:inline;
    padding: 0 20px 20px; 
    color: #000080;
    margin-left: 0px;

}

header #branding h1{
    margin: 3px;

}


header .highlight{
font-family: sans-serif;



}
header .current a{
    color: black;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white;

}

h1 {
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
                 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  }

header a:hover{
    color: black;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white;
}

header a:link, a:visited {
    background-color: grey;
    color: white;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    
  }

  header{
    background-image: url('/Users/hamzafarooq/Desktop/Web Dev Projects/Personal Website/Images/bacground-image2.png');
    background-position:100px -20px;
  }
#showcase{
    min-height:400px;
    background:url('../Images/background-image2') no-repeat;
}

@media(max-width:768px){
    header #branding, 
    header nav,
    header nav li{
        float: none;
        text-align: center;
        width: 100%;
    }

    header{
        padding-bottom:20px
    }
    #showcase h4{
        margin-top: 40px;

    }
}









