body {
  background-color: #7FFFD4;
}

h1 {
  color: green;
  text-align: justify;
}
h3 {
	color: #000000;
	text-align:center;
	font-family: verdana;
  font-size: 20px
}
ul
li {
  list-style-type: square;
}
h2 {
  color: white;
  text-align: center;
}
.title{
    font-size: 1.3em;
    font-weight: bolder;
    margin: 0 0 .5em 0;
    padding: .1em .3em;
    font-size: 1.2em;
}
#contact-me-link {
    text-decoration: none;
    color: white;
    background-color: #1a1a1a;
    padding: 0 .5em;

}
h4.title {
     border-top: .2em solid #bbb;
     border-bottom: .2em solid #bbb;
     margin: 1.2em 0 .8em 0;
     padding: .3em 0;
}
.sub {
    color: #555;
    font-weight: 300px;
    font-size: .9em;
}
.dates {
    font-size: .8em;
    color: #555;
    margin: 0 0 .5em;
    font-weight: lighter;
}
.cert-title {
    font-weight: bold;
}

#profile-img {
    text-align: center;
    
}
#profile-img > img {
    border-radius: 50%;
    width: 120px;
}

label > span {
    color: red;
    text-align: left;
    font-weight: lighter;
}
label {
    font-weight: bold;
}

input {
    height: 1.8em;
    /*width: 100px;*/
    width: 50%;
    border-color: #bbb;
    margin: 0.8em 0;
}
input[value] {
    color: #1a1a1a;
    font-family: inherit;
    padding: 0.2em;
}
form {
    font-size: 1.2em;
}
#message {
    width: 80%;
    margin: 0.8em 0;
    color: #1a1a1a;
    font-family: inherit;
}

button[type=submit] {
    padding: 1.3em;
    background-color: #1a1a1a;
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 0.5em;
}
#form-success-message {
    color: blue;
}
