/* Full Page Start */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 0px;
    
    padding: 0px;
    height: 100%;
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

.image-box {
    width: 100%;
    height: fit-content;
    text-align: center;
    line-height: 200px;
    margin-bottom: 20px;
}
a {
    font-family: 'Fira Sans Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    color: #4979A3;
}

span {
    font-family: 'Fira Sans Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500 ;
}


/* Full Page End */


/* Colors Start */
:root {
    --bg-green: rgb(245, 245, 245);
    --bg-gray-blue: rgb(177, 196, 212);
    --bg-gray-green: rgb(185,219,109); 
    --full-black: #000000;
}



.blue_table {
    text-align: center;
    padding-top: 25px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 25px;
    background-color: white;
}


.gray_green_table {
    text-align: center;
    padding: 40px 0px 40px 0px;
    background: var(--bg-gray-green);
    background: linear-gradient(0deg, rgba(185,219,109,1) 0%, rgba(245,245,245,1) 10%);
    margin: auto;
    width: auto;
}
/* Colors End */


/* Nav Bar Start */
.topnav a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50%;
    margin: 3px;
    font-size:10pt;
}

.banner-logo {
    text-align: left;
    border: none;
    padding: 5px;
    padding-left: 15px;
    background-color: var(--primary_gray);
    padding-bottom: 15px;
    width: 50px;
}

.nav-bar-text {
    text-align: left; 
    border: none; 
    padding: 5px; 
    padding-left: 15px; 
    background-color: var(--primary_gray); 
    padding-bottom: 15px; 
}

.nav-bar-icons {
    text-align: right; 
    border: none; 
    background-color: var(--primary_gray); 
    color: grey; 
    width: 480px;
}

.topnav a:hover {
    background-color: lightgray;
    color: var(--primary_gray);
}
/* Nav Bar End */


/* Intro Content Section Start */
.table-with-bg {
    background-image: url(/images/main/hero_bg.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0px 80px 0px;
    display: grid;
    place-content: center;
    text-align: center;
    min-height: 100px;
    position: relative;
    isolation: isolate;
    margin: auto;
    width: auto;
}

.padding-test { 
    padding-right: 80px;
}

.table-with-bg ::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--bg-gray-green);
    background: linear-gradient(0deg, rgba(185,219,109,1) 0%, rgba(177,196,212,1) 45%);
    opacity: .3;
}
/* Intro Content Section End */


/* Sections Start */
.section-title {
    font-size: 28pt;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    text-align: center;
    font-family: Alexandria;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.section-sub-title {
    font-size: 22pt;
    color: var(--main_blue);
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-family: Alexandria;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.section-text {
    font-size: 14pt;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    font-family: Fira Sans Condensed;
    font-weight: 300;
    font-style: normal;
    margin-top: 5px;
}

.sub-header {
    font-size: 16pt;
    color: var(--full-black);
    margin-bottom: 20px;
    text-align: center;
    font-family: Fira Sans Condensed;
    font-weight: 300;
    font-style: normal;
    margin-top: 5px;
}

.secondary-text {
    font-size: 14pt;
    color: black;
    margin-bottom: 10px;
    text-align: center;
    font-family: Alexandria;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/* Sections End */


/* Signup Section Start */
.signup-button {
    background-color: var(--main_blue);
    color: var(--primary_gray);
    padding: 10px 20px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 14pt;
    margin-top: 10px;
    border-radius: 5px;
}

.signup-button:hover {
    background-color: var(--lightgreen);
}
/* Signup Section End */


/* Contact Us Section Start */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button:hover {
    background-color: var(--lightgreen);
}
/* Contact Us Section End */


/* Footer Section Start */
#divFooter {
    display:block; 
    width:100%; 
    text-align:center; 
    position:bottom; 
    bottom:0; 
    padding:5px; 
    z-index:10000;
}


/* Footer Section End */


.screenshots {
    width: 100%;
    border: 1px solid lightgrey;
}

.seperation-line {
    background-color: lightgray;
    height: 1px;
    width: 90%;
    margin: auto;
}




.nav__btn-freetrial {
	border-radius: 30px;
	background-color: #4979A3;
	border: 1px solid #4979A3;
	width: 80px;
	height: 20px;
	padding: 10px;
	cursor: pointer;
}

    .nav__btn-freetrial:hover {
        background-color: #548bbb;
    }

.nav__btn-signin {
    color: #4979A3;
    border-radius: 30px;
    background-color: white;
    border: 1px solid #4979A3;
    width: 80px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    font-family: 'Fira Sans Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

    .nav__btn-signin span {
        color: #4979A3;
    }

    .nav__btn-signin span:hover {
        color: white;
    }

    .nav__btn-signin:hover {
        color: white;
        background-color: #548bbb;
    }

.footer_table {
    text-align: center;
    padding: 7px 0px 5px 0px;
    background-color: white;
    margin: auto;
    width: auto;
}

.yt_play_btn {
    color: white;
    border-radius: 100px;
    background-color: #2d2b2b;
    width: 50px;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    margin: auto;
    top: 135px;
    position: relative;
    text-align:center;
   }

    .yt_play_btn:hover {
        background-color: #548bbb;
    }

/* Media Management */
.mdiv_container {
    margin:auto; 
    width:1200px;
}

.nav__container {
    margin: auto;
    width: 1040px;
}

.main_scroll_container {
    position: fixed;
    top: 111px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #f0f0f0;
    padding: 0px;
    width: 100%;
    
}

.scroll-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #4979A3;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

    .scroll-button:hover {
        background-color: #548bbb;
    }

/*
@media screen and (max-width: 1200px) {

    
    .main_scroll_container {
        width: 1200px;
    }
    
   
    .table-with-bg {
        width: 1200px;
    }

    .gray_green_table {
        width: 1200px;
    }

    .footer_table {
        width: 1200px;
    }

    .mdiv_container {
        width: 390px;
    }

    .grass-gradient {
        font-size: 26pt;
        letter-spacing: 10px;
    }

    .grass-tagline {
        font-size: 10pt;
    }
}

    */