html {
  height: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, p, a {
    color: #181818;
}

h3 {
  margin-top: 20px;
  font-size: 25px
}

h4 {
  font-size: 25px
}

#navbar{
  display: inline;
  background-color: #181818;
}

.name{
  padding-left: 20px;
	display: block;
	padding: 8px;
	font-size: x-large;
	text-decoration: none;
	color:#ccc;
}

.name:hover {
	color: #434343;
}

.container{
	text-align: center;
}

ul{
	list-style-type: none;
}

li {
  float: left;
  display: inline;
  padding: 1em 1em;;
  text-decoration: none;
  margin-bottom: 0;
  color: #434343; !important
}

li:hover {
    background-color: #434343;
}

.navbar:hover {
  background-color: #434343
}

li a {
	text-decoration: none;
	text-align: center;
	display: inline;
}

a:visited {
	color: white;
}

a {
  color: white;
}

li a.active {
		color: white;
}

.about-info {
    margin-top: 0;
    padding: 0;
    list-style: none;
}

.about-info h3 {
    margin: 0;
    padding-top: 2px;
}

.about-info a {
    text-decoration: none;
    color: #181818;
}

.about-info a:hover {
    text-decoration: underline;
    color: #434343;
}


.image  {
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  display: block;
  margin: auto;
  width: 80%;
  border-style:dashed;
  border-top:2px;
}

.image:hover{
  opacity: 0.8;
}

.image {
    position: relative;
    float: left;
    width:  300px;
    height: 200px;
    background-repeat:   no-repeat;
    background-size:     cover;

}

.pictures {
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  display: block;
  margin: auto;
  width: 80%;
  border-top:2px;
}

.pictures:hover{
  opacity: 0.8;
}

.pictures {
    position: relative;
    float: left;
    width:  1000px;
    height: 450px;
    background-repeat:   no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    object-fit: cover;
}

.about-picture {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  display: block;
  margin: auto;
  width: 80%;
  border-top:2px;
  position: relative;
  float: left;
  width:  350px;
  height: 350px;
  background-repeat:   no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  object-fit: cover;
}

.contact-pic {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  display: block;
  margin: auto;
  width: 80%;
  border-top:2px;
  position: relative;
  float: left;
  width:  1000px;
  height: 300px;
  background-repeat:   no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  object-fit: cover;
}

/* footer */

#footer {
    background-color: #181818;
    text-align: center;
    width:100%;
}

.see-more-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icons {
    display: block;
    float: left;
    padding-left: 20px;
}

.social-icons li {
    display: inline;
}

.social-icons a {
    color: #fff;
}

.social-icons a:hover {
    color: purple;
}
