body {
    background-color: #222;
    color: #fff;
  }





.navbar img {
    width: 250px;
    height: auto;
}


article ul {
list-style: none;
}

.header-images ul li{
    text-align: center;
    margin: 0;
    padding: 20px;
}

article h1 {
    font-family: "lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 115px;
    padding-top: 150px;
    color:#fff; 
    line-height: 90px;
    
}

article p{
    font-family: "Kameron", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    line-height: 50px;
    color: #b4b4b4;
    padding-bottom: 75px;
    
}

article h3{
    font-family: "lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 90px;
}

footer h5{
    font-family: "lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
}

footer li a{
    font-family: "Kameron", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25em;
    color: #b4b4b4;
}

footer li{
    padding-bottom: 15px;
}

.otherprojects {
margin: 100px;
}

.customline {
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-bottom: 25px;
}

.header-images-2 ul{
    width: 100%;
}