* { margin: 0; padding: 0; }
html { height: 101%; }
body { background-color: #fff ; font-size: 62.5%; padding-bottom: 0px; }

h1 { font-family: "Raleway",Arial,Helvetica,sans-serif; color: #5f3d86; font-size: 25px; margin-bottom: 28px; }
h2 { color: #5f3d86;font-family: "Raleway",Arial,Helvetica,sans-serif;font-size: 20px;margin-bottom: 10px;text-decoration: none;}
h3 { font-family: "Raleway",Arial,Helvetica,sans-serif; color: #5f3d86; font-weight: normal; font-size: 1.8em; margin-bottom: 10px; }
h4 { font-family: "Raleway",Arial,Helvetica,sans-serif; color: #5f3d86; font-weight: bold; font-size: 1.75em; margin-bottom: 4px; }

#greenstripe {
height: 25px;
width: 100%;
background-color: #d8d8d8;
display: inline-block;
}

ul li {
font-family: "Raleway",Arial,Helvetica,sans-serif !important;
font-size: 14px !important;
line-height: 24px !important;
list-style-type: circle !important;
margin: 0 0 0 15px !important;
}

.headerbar {text-align: center; padding-bottom: 20px;}

.testimonial {
font-style:italic;
font-weight: bold;
line-height: 28px;
}

#awards {
padding: 10px 0 20px;
text-align: center;
}
#container > div
{
display: inline-block;
width:47%
}
#container
{
text-align: center;
margin: 0px auto;
} 

.footcall {
font-size:20px;
font-weight: bold;
}

/* new for footer link if needed

.footvisit {
font-size:20px;
font-weight: bold;
}


.footer a:link {
color: #fff;
}

.footer a:visited {
color: #fff;
}

.footer a:hover {
color: #9edd31;
}

.footer a:active {
color: #fff;
}
*/

.legals {
font-size: 11px;
}

.cta {
    background-color: #35cccc;
    border: none6;
    color: #5f3d86;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
    padding: 20px;
    text-align: center;
border-radius:10px;
}

.footer {
color: #fff;
font-size:13px;
padding:20px 20px 40px;
background-color: #5f3d86;
}


p {
    color: #656565;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-left: 0;
}

.phone, .email, .web {
    color: #5f3d86;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 9px 0 !important;
}


small { font-family: "Raleway",Arial,Helvetica,sans-serif; color: #656565; font-size: 1.6em; display: block; margin-bottom: 6px; }
ul { display: block; list-style: none; }
ul li { padding-left: 45px; list-style-type: none; vertical-align: top; background: url('images/bullet.png') 25px 5px no-repeat; margin-bottom: 5px; font-family: 'Open Sans', sans-serif; color: #666; font-size: 1.6em; line-height: 2.3em; }

img { border: 0; max-width: 100%; }

a { color: #5f3d86; text-decoration: none; }
a:hover { color: #eaeaea; text-decoration: none; }

/** @group core layout **/
#w { margin: 0px auto; padding: 20px 40px; background: none repeat scroll 0 0 transparent; min-width: 260px; max-width: 800px;}
header { width: 100%; }

/** @group personal settings **/
#info { float: left; margin-bottom: 12px; }
#photo { float: right; }
#photo img { 
background-color: #fff;
border: none;
margin-top:10px;
}

/** @group skills **/
#skills-left { display: block; float: left; margin-right: 70px; }
#skills-right { display: block; float: left;}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }