* {
    margin: 0;
    padding: 0;
    color: rgb(240, 240, 240);
}

:root {
    --palm-orange: #f9b916;
    --palm-black-light: #1A1A1A;
    --palm-black-dark: #161616;
}
body {
    background-color:var(--palm-black-light);
    font-family: "Roboto", sans-serif;
}
@font-face {
    font-family: Lemonmilk;
    src: url(LEMONMILK-Bold.otf);
}

.orange {
    color: var(--palm-orange);
}
h2 {
    font-family: Lemonmilk;
    font-weight:bold;
    font-size:2.4rem;
    margin:2rem 0 1rem;
}
h3 {
    font-family: Lemonmilk;
    font-weight:bold;
    font-size:1.2rem;
    margin:2rem 0 1rem;
}
body,
html {
    height: 100%;
}
.background-filler {
    background-size: cover;
    min-height: 100vh;
    height:100vh;
    background-position: 75% 0px;
}
.filler {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.774);
    position: relative;
}
#jumbo {
    background-image: url(img/background.jpg);
    
}
#jumbo .logo {
    width: 100%;
    bottom: 10px;
    position: absolute;
}
#jumbo .logo img {
    width: 200px;
}

#jumbo h1 {
    font-family: "Lemonmilk", sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
}
.jumbotron {
    margin-top: 30vh;
}
#content {
    background-image: url(img/DSC06972.jpg);
}
#services,#about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#services {
    background-image:url(img/palm-overlay.png);
    background-size:cover;
    background-position: center;
}
#services img {
    height: 72px;
}
#about p {

}
#about h2 {
    color:var(--palm-orange);
}
#about ul {
    padding-left:24px;
}
#about ul li {
    list-style-type:none;
    position:relative;
    margin-bottom:12px;
    
}
#about ul li:before {
    content:" ";
    display:block;
    position:absolute;
    top:6px;
    left:-24px;
    background-color:var(--palm-orange);
    height:12px;
    width:12px;
}
#about a {
    color:#fff;
    text-decoration: none;
}
.profile-img {
    max-width:100%;
    margin-bottom:1rem;
}
#footer {
    padding-top:4rem;
    padding-bottom:4rem;
    background-color:var(--palm-black-dark)
}
#footer img {
    height:64px;
}
#services {display: none}
.st0 {
    fill: #ffffff;
}
.st1 {
    fill: #f9b916;
}
/*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    #jumbo h1 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .background-filler {
        background-position: center;
    }
 }
 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .background-filler {
        background-position: center;
    }
 }
