html {
    /* this will enable smooth scrolling to bookmarks */
    scroll-behavior: smooth;
}

main {
    background-color: white;
}

div.content-gallery {
    margin-left: auto;
    margin-right: auto;
}

div.content-gallery,
.nested-img img {
    width: auto !important;
    display: inline-block;
}

header.nav.ul.li.a {
    color: #555;
}

.bookmark-link li a:hover {
    border-bottom: 3px solid #3F8DD9;
}

.bookmark-link li {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    text-decoration: none;
}

.about {
    text-align: start;

}

.section-title {
    padding-top: 60px;
    font-size: 30px;
    font-weight: 600;
}

.apps {
    display: block;
    margin: auto;
}

body {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    /* max-width: fit-content; */
}

@media (min-width: 768px) {
    .apps {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 80px 40px;
    }
}

@media (min-width: 992px) {
    .body-container {
        max-width: 980px;
    }

    .apps {
        grid-gap: 80px 60px;
        /* grid-gap: 36px 20px; */
    }
}

@media (min-width: 1220px) {

    
    .body-container {
        /* display: flex;
        flex-direction: column; */
        max-width: 1220px;
    }
}

div.app {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}



.app-icon {
    align-self: center;

}

.app-name {
    align-self: center;
    font-weight: bold;

}

.app-short-description {
    align-self: center;
    font-size: 18px;
    line-height: 1.87;
    padding-bottom: 1em;
}

.app-description {
    font-size: 15px;
    line-height: 1.87;
    text-align: left;
    padding-bottom: 6em;
}


.app-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.app-buttons img {
    padding: 16px 16px;
}

/* .tc-l {
    text-align: center !important;
} */

.lh-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #555;
}

ul {
    text-align: left !important;
}

li a {
    color: #555 !important;
}

.facebook {
    fill: #3b5998;
}

.twitter {
    fill: #1da1f2;
}


.instagram {
    fill: #e1306c;
}

.youtube {
    fill: #cd201f;
}

.pv5 {
    padding-top: 0;
}

.centered {
    display: block !important;
    /* border: 3px solid green; */
    text-align: center;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    border-bottom: 1px solid grey;
}

.section::before {
    /* background-color: #cd201f; */
    display: block;
    height: 5rem;
    margin-top: -5rem;
    visibility: hidden;
    content: "";
}
  
button {
    color: white; 
    font-size: 16px; 
    padding: 8px 16px; 
    border: none; 
    background-color: dodgerblue; 
}

button:disabled {
    opacity: 20%;
}

dialog {
    border: none;
}

::backdrop {
    background-color: black;
    opacity: 0.75;
  }
