@charset "utf-8";
/* Covington Community School Corporation - Main Layout CSS */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

html, body {
	font-family: 'Roboto', sans-serif; 
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	font-size:18px;
	font-weight:400;
	color:#000;
	margin:0 0 auto 0;
    background-color:#ffffff;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #888888;
}

img.main-image {
    width: 100%;
    max-width: 100%; 
    height: auto;
}

.responsive-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* NEW */
#button
	{
	border: none;
	border-radius: 8px; 
	background-color: #800020;
	color: #ffffff;
	}

#nav_wicf
	{
	padding:20px 20px 0px 0px;
	color:#fff;
	font-size:20px; 
	}

.topbar_text
	{	
	color: #800020;
	font-size: 15px;
	text-decoration: none; }  
.topbar_text:hover
{	font-weight: bold;
	text-decoration:none;
	color:#800020; }

.topbar_div
{ 	padding: 10px 0px 0px 20px;}

#button-facebook
{  	display: inline-block;
    width: 12px;
    height: 22px;
    background: url("/wp-content/themes/WICF/assets/images/button-facebook-hover.png") no-repeat 0 0; }
#button-facebook:hover
{  background-position: 0 -22px; }

#button-linkedin
{  	display: inline-block;
    width: 22px;
    height: 22px;
    background: url("/wp-content/themes/WICF/assets/images/button-linkedin-hover.png") no-repeat 0 0; }
#button-linkedin:hover
{  background-position: 0 -22px; }


.apply_for_grant
{
	color:#fff;
	background-color:#67c62b;
	border:2px #67c62b solid;
	font-size:14px;
	border-radius:8px;
	padding:10px 10px;
	text-decoration:none;}
.apply_for_grant:hover
{
	color:#67c62b;
	border:2px #67c62b solid;
	background-color:#fff;
	font-weight:bold;
	text-decoration:none; 
}

.donate
{
	border:3px solid #67c62b;
	color:#fff;
	background-color:#67c62b;
	font-size:18px;
	border-radius:8px;
	padding:12px 14px;
	text-decoration:none;}
.donate:hover
{
	color:#67c62b;
	border:3px #67c62b solid;
	background-color:#fff;
	text-decoration:none; 
}

.donate2
{
	border:3px solid #800020;
	color:#fff;
	background-color:#800020;
	font-size:18px;
	border-radius:8px;
	padding:12px 14px;
	text-decoration:none;}
.donate2:hover
{
	color:#800020;
	border:3px #800020 solid;
	background-color:#fff;
	text-decoration:none; 
}




/* OLD */

#readmore
{  display: inline-block;
    width: 110px;
    height: 30px;
    background: url("/wp-content/themes/WICF/assets/img/readmore.png") no-repeat 0 0; }
#readmore:hover
{  background-position: 0 -30px; }

#post_readmore
	{
	font-size: 14px;
	text-decoration: none;  
	color: #990000;
	border:1px solid #990000;
	border-radius:10px;
	padding:6px 8px;
	margin-top:10px;}
#post_readmore:hover
	{
	font-weight:bold;
	border:2px solid #990000;
	border-radius:10px; 	
	}

/* Trigger Button (optional styling) */
.popup-trigger {
    padding:12px 14px;
    font-size: 18px;
    cursor: pointer;
	border:3px solid #800020;
	color:#fff;
	background-color:#800020;
	border-radius:8px;
	text-decoration:none;
}

.popup-trigger:hover {
    padding:12px 14px;
    cursor: pointer;
	color:#800020;
	border:3px #800020 solid;
	background-color:#fff;
	text-decoration:none;
}

/* Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Popup Content */
.popup-content {
    background: white;
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative; 
}

select[name="endowment"],
select[name="scholarship"] {
    font-size: 16px;
}
