/* ==================================================
   Global Styles
================================================== */

*, *:after, *:before
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html
{
   overflow: auto;
   overflow-x: hidden;
   overflow-y: scroll;
   font-size: 100%;
   
   -webkit-text-size-adjust: 100%;
   font-variant-ligatures: none;
   -webkit-font-variant-ligatures: none;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
}

body
{
    font-family: var(--fontprimary), Arial, Verdana, Helvetica, sans-serif !important;
    font-size: clamp(0.9375rem, 0.851rem + 0.2404vw, 1rem);
    line-height: 2em;
    color: var(--dark);
    background: var(--white);
    background: linear-gradient(320deg,rgba(255, 255, 255, 1) 80%, rgba(2, 102, 4, 1) 100%);

    font-weight: 400;
    letter-spacing: 0.01em;
    
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
}

::selection
{
	background: var(--lightgrey);
	color: var(--white);
}

::-moz-selection
{
	background: var(--lightgrey);
	color: var(--white);
}

a
{
	color: var(--green);
	text-decoration: underline;
}

	a:hover
	{
		color: var(--dark);
	}
	
.wow
{
    visibility: hidden;
}

.redtext
{
    color: var(--red);
}

.greentext
{
    color: var(--green);
}

.fontlarger
{
    font-size: 130%;
}

/* ==================================================
   Main Styles
================================================== */

#detailscont
{
    text-transform: none;
    /**
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    **/
}

    #detailscont .container
    {
        max-width: 600px;
        margin: 0 auto;
        font-weight: 500;
    }
    
        #detailscont a
        {
            color: var(--dark);
            text-decoration: underline;
            
            text-decoration-color: var(--green);
            text-underline-offset: 6px;
            text-decoration-thickness: 1.5px;
        }
        
            #detailscont a:hover
            {
                color: var(--green);
                text-decoration: none;
                text-decoration: underline;
                
                text-decoration-color: var(--green);
                text-underline-offset: 6px;
                text-decoration-thickness: 1.5px;
            }

#topcont
{
    
}

    #topcont a
    {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    
        #topcont a img
        {
            display: block;
            width: 100%;
        }

#maincont
{
    
}

    #maincont .container
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    
        #maincont #homestats .statsdiv
        {
            border-left: 1.5px solid var(--green);
        }

/* ==================================================
   Media Queries
================================================== */

@media only screen and (max-width: 1200px)
{

    

}

@media only screen and (max-width: 992px)
{
    
    
    
}

@media only screen and (max-width: 768px)
{

    

}

@media only screen and (max-width: 576px)
{
    
    

}

