@import url(https://fonts.googleapis.com/css?family=Poppins:400,700|Work+Sans:400,500,700|Cabin:400,700&display=swap);


/*transitions: https://www.codesdope.com/blog/article/12-creative-css-and-javascript-text-typing-animati/ */

/* **** COLOR PALETTE: ****
    darkorange;
    #ef3e4a;
    #ef703e;
    #881d24;
    #a0242d;
    whitesmoke;
    lightcoral;
    salmon;
    lightsteelblue;
    lightblue;
*/


/*--------------------GLOBAL STYLES------*/

html {
    height: 100%;
}

body {
    background: #d8333e; 
}

/*----------------------CONTENT---------*/

.name {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3.5em;
    /*text-align: left;*/
    text-align: center;
    margin-top: 3%;
    /*margin-left: 30%;*/
    margin-bottom: 0%;
    color: white;    
}

.tagline {
    font-family: 'cabin', sans-serif;
    font-size: 1.50em;
    font-weight: 400;
    /*text-align: left;*/
    text-align: center;
    color: lightcoral; 
    margin: 0% 36% 0% 36%;
    max-width: 4;
}

img a:visited {
    text-decoration: none;
}



.job {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.50em;
    font-weight: bold;
    
    margin-left: 1%;
    color: lightblue;

}

.position {
    position: absolute;
    font-size: 2em;
    margin-top: 5.4%;
    color: lightblue;
}


.location{
    font-weight: 400;
    font-size: 1.6em;
    position: relative;
    margin-top: 5.8%;  
    top: 28px;
    color: #881d24;
}

.logo {
    
    min-width: 200px;
    max-width: 280px;
    height: auto;
    margin-left: 32%;
    margin-top: 5.6%;
    float: left;
    
}


.skillset p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    position: relative;
    top: 58px;
    right: 220px;
    display: inline-block;
    background-color: #a0242d;
    color: lightsteelblue;
    border-radius: 4px 10px;
    padding: 1px 7px 1px 7px;
}

.description {
    font-weight: 400;
    color: #881d24;
    margin: 1% 32% 0% 31%;    
    
}

hr {
    border: 0.5px solid lightsteelblue;
    max-width: 100%;
  }

ul {
    list-style-type: square;
}

.ematax {
    width: 20%;
    height: auto;
}

.ibm {
    width: 15%;
    height: auto;
}


/*---------------------NAVIGATION BAR-----*/

nav {
    clear: both;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-size: 2.25em;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4%;
    max-width: 4;
 }
 
 nav ul {
     list-style-type: none;
 }
 
 nav li {
     display: inline;
     margin: 2%;
 }
 
 nav a, nav a:visited {
     text-decoration: none;
     color: lightcoral;
 }
 
 nav a:hover {
     color: lightblue;
 }
 
 nav a:active {
     color: lightskyblue;
 }

/*--------------------FOOTER------*/

/*--------------------SUMMARY--------------*/

