header {
    background-color: #158054;
    color: white;
    padding-top: 1%;
    padding-bottom: 1%;
    text-transform: uppercase;
}

a:link {
    color: #158054;
    text-decoration: underline;
}

a:visited {
    color: #158054;
    text-decoration: underline;
}

a:active {
    color: #158054;
    text-decoration: none;
}

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

p {
    font-size: 19px;
}

#BackToTop {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 5000;
    display: none;
}

#BackToTop a:link {
    font-size: 44px;
    color: rgba(0,0,0,0.50);
    text-decoration: none;
}

#BackToTop a:visited {
    font-size: 44px;
    color: rgba(0,0,0,0.50);
    text-decoration: none;
}

#BackToTop a:hover {
    font-size: 44px;
    color: rgba(0,0,0,0.65);
    text-decoration: none;
}

#BackToTop a:active {
    font-size: 44px;
    color: rgba(0,0,0,0.65);
    text-decoration: none;
}

#About {
    background-color: white;
    padding-top: 5%;
    padding-bottom: 5%;
}

#Contact {
    background-image: url(assets/embossed-diamond.webp);
    background-repeat: repeat;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

#Contact a:link {
    color: white;
    background-color: #158054;
    border-radius: 10px;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 12px;
    padding: 10px;
    text-decoration: none;
}

#Contact a:visited {
    color: white;
    background-color: #158054;
    border-radius: 10px;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 12px;
    padding: 10px;
    text-decoration: none;
}

#Contact a:active {
    color: white;
    background-color: rgba(21, 128, 84,0.9);
    border-radius: 10px;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 12px;
    padding: 10px;
    text-decoration: none;
}

#Contact a:hover {
    color: white;
    background-color: rgba(21, 128, 84,0.9);
    border-radius: 10px;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 12px;
    padding: 10px;
    text-decoration: none;
}

#Work {
    background-color:#158054;
    padding-top: 5%;
    padding-bottom: 5%;
}

#Work h2 {
    text-align: center;
}

#Work h2 i {
    color: #158054;
}

#Work ul li {
    font-size: 19px;
}

#menu {
    font-size: 30px;
    text-align: right;
}

#menu ul {
    padding-left: 0;
}

#menu ul li {
    display: inline-block;
}

#menu ul li a:link {
    color: white;
    text-decoration: none;
}

#menu ul li a:visited {
    color: white;
    text-decoration: none;
}

#menu ul li a:active {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

#menu ul li a:hover {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.rubik-regular {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.showcase {
    background-color: white;
    border-radius: 15px;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.spacer {
    height: 22px;
}

@media screen and (max-width: 992px) {
    
    #About img {
        margin-bottom: 18px;
    }
    
}

@media screen and (max-width: 768px) {
    
    header h1 {
        text-align: center;
    }
    
    #menu {
        font-size: 26px;
        text-align: center;
    }
    
}