/*General CSS body and links*/





body {
  background-color:#333333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-image:url("../images/robackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color:#ffffff;
  margin:auto 0,auto;
  font-size: 1em;
}

a:link {
 color:#5fcf80;
 text-decoration:none;
}

a:hover {
 color:#595959;
 text-decoration:none;
}
a:visited {
  color:#5fcf80;
}

/*Header and Navigation*/
header {
  background:#5fcf80;
  height:240px;
  padding: 20px;
  color:white;
  margin: 0, auto;
  margin-bottom:30px;
}

nav {
  background: rgb(51,51,51);
  background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(83,83,83,1) 100%);
  color:#ffffff;
  height:45px;
  padding:10px;
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(90deg, #518875 0%, #72c2a7 100%);
}
nav ul li{
  display:inline;
  list-style-type: none;
  padding: 5px 10px 5px 10px;
  text-align:right;
  border-right: 1px solid #5fcf80;
}

nav a:link{
  color:#FFFFFF;
  text-decoration: none;
}
.cf {
  clear:both;
}
nav a:visited {
  color:#FFFFFF;
  text-decoration:none;
}

nav a:hover {
  color:#FFeeFF;
  text-decoration:none;
}

.name {
  float:left;
  color:#FFFFFF;
  margin: 0;
  padding:10px;
  font-size: 24px;
}
nav ul {
  float:right;
}
header .spacer {
  margin: auto;
  height: auto;
  width:auto;
  padding: 10px;
}
header .profile-pic {
 background-image: url(../images/me.jpg);
 background-size:cover;
 background-position:top center;
 border-radius: 50%;
 height:200px;
 width: 200px;
 border: solid 3px white;
 Float:left;
 padding: 30px, 20px, 5px,20px;
 margin-top: 10px;
}
header #contact-info {
  height: auto;
  border-left: #ffffff 1px solid;
  margin-left:250px;
  padding:0;
  border-bottom: none;
}
header .contact-info-list li {
  margin: 0;
  padding: 2px;
  list-style: none;
}
header #contact-info h2 {
  color:White;
  padding: 10px;
}
header, a:link  {
  color:#FFFFFF;
}

header, a:visited  {
  color:#FFFFFF;
}
h5 {
  margin-top:5px;
  margin-bottom:-5px;
}
/*Main Contnent*/
#container {
  width:85%;
  margin:0 auto;
}
main {
  padding:20px;
}
section {
  background: #333333;
  color:#333333;
  padding:10px;
  max-width:100%;
  border-radius: 10px;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(90deg, #458aac 0%, #5fc1f2 100%);
  margin-top: 150px;
  margin-bottom: 250px;
  opacity: 0.9;
}

section h2 {
  color:#FFFFFF;
  margin-top: -10px;
  padding: 10px;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #458aac 0%, #5fc1f2 100%);
}

h3 {
  color:#efefef;
  margin-bottom: -5px;
  padding-left: 10px;

}
h4{
  color:#efefef;
  margin-bottom: -5px;
  padding-left: 10px;
}
p {
  color:darkgrey;
  padding: 10px 20px 5px 10px;
  margin-top:-5px;
}
section ul li{
  color: darkgrey;
  padding:5px;
  list-style: none;
}

section li::before {content: "•"; color: #5fcf80;
  display: inline-block; width: 1em;
  margin-left: -1em}
footer{
  background: rgb(51,51,51);
  background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(83,83,83,1) 100%);
  color:#5fcf80;
  width: 100%;
  text-align: center;
  padding-top:10px;
  padding:5px;
  border-top: 2px solid #5fcf80;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;   /* Height of the footer */
  opacity: 0.9;
}

ul li #contact-info {
  line-height: 10px;
  border-bottom: solid 1px lightgrey;
}
footer a:link {
  color:#5fcf80;
}

footer a:hover{
  color:#595959;
}
footer a:visited {
  color:#5fcf80;
}

footer .social-net{
  float:left;
  list-style-type: none;
  margin-top:0;
}
footer .social-net ul {
  display:inline-block;
  margin-right:-50px;
}
footer .copyright {
  margin-left:-50px;
}
footer .social-net li {
  display:inline-block;
  margin-top:0px;
  padding-right: 5px;
}

footer .back-top {
  float:right;
}

@media screen and (max-width:764px) {
  body {
    color:lightgreen;
  }
}
