
/* 
    Created on : Jun 19, 2017, 2:17:27 PM
    Author     : Melissa Dahse
*/

 /*resume css*/
 #resume-block{
    position: relative; 
  
    z-index:2000;
    width: 85%;
    line-height: 1.5em;
    background: #000;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    font: 16px Commons, Sans-Serif; 
    border-radius: 10px;
    box-shadow: 3px 3px 2px black;
    border: 5px double #00BACC;
    outline: 4px solid #9500FF;
    outline-offset: -12px;
 }
    * { 
        margin: 0; 
        padding: 0; 
    }
       
        #resume-block .clear { clear: both; }
        body #resume-block #page-wrap {
            width: 800px; 
            margin: 40px auto 60px;
        }
        #resume-block h1 {
            text-align: left; 
            margin: 0 0 0 0; 
            padding: 0 0 0 0; 
            font-size: 55px; 
            font-weight: bold; 
            letter-spacing: -3px; 
            border-bottom: 1px solid #00bacc; 
            color:#fff;
            text-shadow: 5px -5px 9px #800080;
        }
        #resume-block h2 {
            font-size: 20px;
            margin: 0 0 6px 0;
            position: relative;
            color: #fff;
            font-family: Georgia, Serif;
            font-style: italic;
            text-align: left;
}
        #resume-block h2 span {
            position: absolute; bottom: 0; right: 0;
            font-style: italic;
            font-family: Georgia, Serif; 
            font-size: 16px; color:  #fff; 
            font-weight: normal; }
        #resume-block p {
            margin: 0 0 16px 0;
            color: #fff;
            text-align: left;
            font-family: Georgia, Serif;
            font-size: 16px;
            }
        
        #resume-block a { 
            color: #fff; 
            text-decoration: none; 
            border-bottom: 1px dotted #fff;
        }
        #resume-block a:hover {
            border-bottom-style: solid; 
            color: #800080;
        }
        #resume-block ul {
            margin: 0 0 32px 17px;
        }
        #resume-block #objective { 
            width: 500px;
            float: left; 
            color:#fff;
        }
        #resume-block #objective p { 
            font-family: Georgia, Serif; 
            font-style: italic; 
            color: #fff;
            font-size: 16px;
        }
        #resume-block dt {
            font-style: italic; 
            font-weight: bold; 
            font-size: 18px;
            text-align:right; 
            padding: 0 26px 0 0; 
            width: 150px; 
            float: left; 
            height: 100px;
            border-right: 1px solid #999;
            color:#fff; 
        }
        #resume-block dd { 
            width: 600px; 
            float: right; 
            color:#fff;
            text-align: left;
        }
        #resume-block dd.clear {
            float: none; 
            margin: 0;
            height: 15px; }
        #resume-block th{
            padding:12px;
        }
        #resume-block ul_london {
        list-style-type: square;
}
 h5{
    font-family: Chelsea Market;
         font-size:16px ;
             color:white;
             margin:10px;
}
ul li {
   background: none;
    margin: 5px;
    text-align: left;
}
#resume-block > img{
   width: 15%;
    height:15%;
    float: left;
    border-radius: 50%;
    z-index: 4000;
    padding: 2%;
}

