* {
    --app-green: rgb(111, 246, 149);
    --app-yellow: rgb(243, 231, 7);
    --app-blue-beta: #278cda;
}

.app-green{
    color:var(--app-green);
}
.app-yellow {
    color: rgb(243, 231, 7);
}

.app-blue-alpha{
    color:rgba(0,0,255);
}

.app-blue-beta {
    color: #278cda;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*background-color:rgb(19, 19, 20);*/
    background-color: #1f1f1f;
    position:relative;
    overflow-x:hidden;
}


.squada-one-regular {
    font-family: "Squada One", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:3rem;
}

.michroma-regular {
    font-family: "Michroma", sans-serif;
    font-style: normal;
    font-size: 3rem;
}

.dot {
    height: 800px;
    width: 800px;
    position: absolute;
    background-image: radial-gradient(closest-side,rgba(0,0,255,0.25),#1f1f1f);
    /*background-color:yellow;*/
    z-index: -1;
}


.dot-top {
    top: 200px;
    left: 40px;
}

.dot-bottom {
    bottom: 200px;
    right: -100px;
}

#home {
    min-height: calc(100dvh - 64px);
}

section {
/*    min-height: calc(100dvh - 64px);*/
    scroll-margin-top: 64px
}

.bg-yellow{
    background-color:yellow;
}

.main-section{
    padding: 80px 0px;
}

.btn-outline-light:hover, .btn-outline-light:focus {
    color: #111 !important;
    background: #fff !important;
    border-color: #fff !important;
}

img{
    border-radius:5px;
}

@media (max-width: 768px) {
    .hero-tile {
        width: 98vw !important;
        height: auto !important;
        min-height: 60vh;
        max-width: 100vw;
        padding: 1.5rem 0.5rem !important;
        border-radius: 1rem !important;
    }
    .hero-tile h1, .hero-tile .display-2 {
        font-size: 2rem !important;
    }
    .hero-tile p, .hero-tile blockquote {
        font-size: 1rem !important;
    }
    .hero-tile .btn {
        font-size: 1rem !important;
        padding: 0.75rem 1.5rem !important;
    }
}

.monday-app-tile {
    transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
}
.monday-app-tile:hover, .monday-app-tile:focus {
    transform: scale(1.035) translateY(-4px);
    box-shadow: 0 8px 32px rgba(51,88,230,0.18), 0 2px 8px rgba(44,62,80,0.10);
    cursor: pointer;
}

/* Modern download button styles for local and web links */
.local and web links-download-btn {
    display: inline-block;
    background: linear-gradient(90deg, #3358e6 0%, #6a82fb 100%);
    color: #fff !important;
    border: none;
    border-radius: 2.2rem;
    padding: 0.5rem 1.0rem;
    font-size: 1.08rem;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(51,88,230,0.10);
    transition: background 0.18s, transform 0.14s, box-shadow 0.18s;
    margin-bottom: 0.7rem;
    letter-spacing: 0.01em;
    text-decoration:none;
}
.local and web links-download-btn:hover, .local and web links-download-btn:focus {
    background: linear-gradient(90deg, #223a80 0%, #3358e6 100%);
    color: #fff !important;
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 6px 24px rgba(51,88,230,0.18);
    text-decoration: none;
}
.local and web links-download-btn.secondary {
    background: #fff;
    color: #3358e6 !important;
    border: 2px solid #3358e6;
    box-shadow: none;
    padding: 0.7rem 1.5rem;
}
.local and web links-download-btn.secondary:hover, .local and web links-download-btn.secondary:focus {
    background: #f4f7fa;
    color: #223a80 !important;
    border-color: #223a80;
}

.local and web links-section {
    margin-bottom: 4.5rem !important;
    padding-bottom: 0.5rem;
    scroll-margin-top: 64px
}

.app-card{
    border:1px solid gray;
    /*background-color:rgb(0,0,20);*/
    background-color:transparent;
    color:lightgray;
    padding:30px;
    border-radius:20px;
    /*color:gray;*/
}

.app-card a{
    /*text-decoration:none;*/
    color:white;
}

.app-link{
    color:#75B6E7 !important;
    text-decoration:none;
}

    .app-link:hover {
        text-decoration: underline;
        color: #278cda;
    }

    th, td{
        text-align:center;
    }

.app-topic {
    color: var(--app-green);
}

.youtube-screen{
    max-height:100dvh;
}