
a {
    color: #3b9b6d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #4c4245;
}



/* Top Bar */
.top-bar {
    background-color: #252C37;
    z-index: 5;
}

	.header-container {
		background-color: #252c37;
	}

.header-title-logo img {
    width: auto;
    max-width: 100%;
    max-height: 45px;
}

/* Buttons */
.hubengine-button {
    background-color: #F8C61E;
    border-radius: 5px;
    color: #252C37 !important;
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    padding: 0.5em 1em;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.hubengine-button:hover {
    background-color: #ffc31f;
    color: #252C37;
    text-decoration: none;
}

.hubengine-button:active {
    background-color: #ebac00;
    color: #252C37;
    transform: translateY(2px);
}

.hubengine-button-alt {
    background-color: #3b9b6d;
}

.hubengine-button-alt:hover {
    background-color: #45edc6;

}

/* Hero Section */
.welcome, body{
    background-color: #252C37;
    color: #efdab9;
    font-weight: 300;
}

.welcome h1, .welcome h2, .welcome h3, .welcome h4, .welcome h5, .welcome h6 {
    color: inherit;
}

.welcome h3 {
    font-size: 2em;
    font-weight: 200;
    letter-spacing: 0.05em;
    margin: 0;
}

.welcome h4 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0.25em;
    margin-top: 0;
}

.section {
    position: relative;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    width: 860px;
}

.wrapper.d-flex {
    display: flex;
}

.section--hero {
    background-image: radial-gradient(ellipse closest-side at 50% 50%, #252c37, #2c323e 25%, #252C37);
    background-position: center -120px;
    background-repeat: no-repeat;
    background-size: 100% 1000px;
}

.section--hero .wrapper {
    padding-bottom: 133.3333px;
}

.hero-features {
    margin: 133.3333px 0 0;
    padding: 0 10px;
}

.hero-tagline {
    font-size: 2.3em;
    font-weight: 200;
    letter-spacing: 0.05em;
    margin: 0 0 0.5em;
}

.hero-tagline-highlight {
    color: #78b0a0;
    font-weight: inherit;
}

/* Hero Header Animation */
.hero-header {
    align-items: center;
}

.hero-header-item {
    flex: 1;
}

.hero-logo {
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 500px;
    height: 366px;
    user-select: none;
}



/* Hero Download */
.hero-download {
    border: 1px solid #4e4b4d;
    border-radius: 20px;
    display: inline-flex;
    list-style: none;
    margin: 4em 0 0;
    padding: 0;
}

.hero-download li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 1.75em;
}

.hero-download li:last-child {
    padding: 1em;
}

.hero-download li + li {
 /*   border-left: 1px solid #4e4b4d;*/
}

.hero-download .hubengine-button {
    display: block;
    font-size: 1.1em;
    padding: 1em 1.5em;
    white-space: nowrap;
}

/* Content Sections */
.section .wrapper {
    padding-bottom: 200px;
    padding-top: 200px;
}



.welcome-bgs {
    margin: 50px 0;
    text-align: center;
}

.welcome-bg {
    position: relative;
    max-width: 100%;
}

.welcome-bg--screenshot {
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    height: auto;
    transition: filter 2s;
}

.yellow-filter {
    filter: brightness(0.75) contrast(1) sepia(0.7) hue-rotate(-5deg) saturate(3.5);
}

.yellow-filter:hover,.green-filter:hover{
    filter:none
}

.green-filter{
    filter: brightness(0.7) contrast(1) sepia(1) hue-rotate(115deg) saturate(1.5);
}

.welcome-cta {
    margin: 66.6667px 0 0;
    text-align: center;
}

/* Features Section */
.section--features .wrapper.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin: 50px 0;
}

.features-item {
    padding-left: 60px;
    position: relative;
}

.features-item .mega-octicon {
    background-color: #3d3a3a;
    border-radius: 6px;
    color: #efdab9;
    font-size: 24px;
    height: 1.75em;
    left: 0;
    line-height: 1.75em;
    position: absolute;
    text-align: center;
    top: -0.25em;
    width: 1.75em;
}

.features-item h4 {
    margin: 0 0 0.5rem 0;
}

.features-item p {
    margin: 0;
    line-height: 1.5;
}


/* Contact Section */
.section--contact {
    background-color: #2c323e;
}

.columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.welcome-contact-table {
    width: 100%;
    border-collapse: collapse;
}

.welcome-contact-table td {
    padding: 0.5rem 0;
    border: none;
}

.welcome-contact-table td:first-child {
    padding-right: 2rem;
    font-weight: bold;
    color: #a29f99;
}


.footer {
    background-color: #efeae1;
    padding: 15px
}

.footer a {
    color: #574c4f
}

.footer a:hover {
    text-decoration: none
}

.footer span {
    color: #574c4f
}

.footer-left {

    margin: 0;
    padding: 0
}

.footer-left li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px
}

.footer .octicon {
    font-size: 20px;
    position: relative;
    top: 1px
}



/* Responsive Design */
@media (max-width: 1024px) {
    .wrapper {
        width: auto;
        max-width: 660px;
    }
    
    .section .wrapper {
        padding: 100px 50px;
    }

    
    .hero-download {
        flex-direction: column;
    }
    
    .hero-download li + li {
        border-left: none;
        border-top: 1px solid #4e4b4d;
    }
    
    .columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .section--hero .wrapper {
        padding-bottom: 100px;
    }
    
    .hero-features {
        margin-top: 0;
    }
    
    .hero-logo {
        flex: none;
        height: 250px;
    }
    
    .hero-logo-circles,.hero-logo-circle {
        width: 250px;
        height: 250px;
    }


    
    .features {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

	.form-control {
		border: 1px solid #e2e8f0;
		border-radius: 12px;
		padding: 1rem 1rem 0.5rem;
		font-size: 1rem;
		transition: all 0.3s ease;
		background: linear-gradient(135deg, #667eea15, #764ba225);
		color: #e2e8f0;
	}

	.form-control:focus {
		border-color: #667eea;
		outline: none;
		box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
		background: #e2e8f0;
		color: #000;
	}