/*
    [[[[[[[[[[[[[[[                           
    [::::::::::::::                          
    [::::::::::::::                          
    [::::::[[[[[[[:                            
    [:::::[                                           
    [:::::[       (•_•)                               
    [:::::[       <) )╯Please comment 
    [:::::[         / \   any additional       
    [:::::[               customizations.     
    [:::::[                      . | ,                  
    [:::::[                   .\'     '/.               
    [:::::[                 - Cheers! -           
    [:::::[                   '/,     .\`                
    [:::::[                       ' | `               
    [::::::[[[[[[[:                             
    [::::::::::::::             jcastillo               
    [::::::::::::::                            
    [[[[[[[[[[[[[[[                            
*/

/* XY - Import Google Font - .08.13.2019 - -*/

@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Montserrat);

/* - - - - - */

/* Updated - Jana - - .04.21.2020 - -*/
#home-page .feature-region {
  background: url(https://www.gsot.edu/wp-content/uploads/WEB/GraceOnDemand/Grace-on-Demand-Banner-sunrise-1920x600.png) no-repeat;
  background-color: #cccccc;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/* - - - - - */
@media screen and (max-width: 600px) {
	#page-links { display: block; }
}

@media screen and (max-width: 991px) {
	.header-branding {
		width: 175px;
		margin: 0 auto;
		float: none;
	}
	#user-nav { text-align: center; }

	#app-footer .flow-left,
	#app-footer .flow-right { 
		display: block;
		text-align: center; }
}

.header-branding .logo-customized a {
   height: 90px;
   top: 5px;
   left: 5px;
}

#app-header {
	padding: 4px 0 5px;
	background-color: #ffffff;
/* - - -  xabella : Updated - 10.08.2020 - - */

#app-header h1 {
	margin: 10px 0;
}

.Dropdown__ToggleTextWrapper { padding-top: 5px; color: white;}
.Dropdown__Toggle--header:after { margin-top: -2px; color: white;}

/* - - - UPDATED - xabella: Navigation Links - -  10.08.2020 - - - */

#page-links {
    display:inline-block;
   
}
#page-links a {
    display: inline-block;
    padding: 5px 10px;
    color:#504d4e;
    font-size: 110%;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    background: linear-gradient(to left, #ffffff 50%, #504d4e 50%);
    border-radius: 75px;
    box-sizing: border-box;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 340ms ease;
}

#page-links a:hover,
.btn-link:hover,
.btn-link {
    color: #ffffff;
    background-position: left bottom;
}

/* - - -  xabella: Updated - 10.08.2020 - - */

#user-nav > a:hover {
	text-decoration: none;
	color: #ccc;
}
/* - - - Nav Links - - */

#user-nav {
	padding-top: 5px;
}
#user-nav > a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 5px 5px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	color: #fff;
}
#user-nav > a:hover {
	text-decoration: none;
	color: #ccc;
}
@media screen and (max-width: 991px) {
	.header-branding {
		width: 175px;
		margin: 0 auto;
		float: none;
	}
	#user-nav {
		text-align: center; 
		display: block;
	
	}

	#app-footer .flow-left,
	#app-footer .flow-right { text-align: center; }
}
@media screen and (max-width: 992px) {

	#user-nav {
		padding-top: 0;
		margin-left:auto;
		margin-right: auto;
		float: right; 
		width: 100%;
	}
}


/* - - - - - */
@media screen and (max-width: 500px) {
	#page-links .piped-list>li:after { display: none; }

	#page-links .piped-list>li { 
		float: left;
		
	}

	#page-links .piped-list>li:nth-of-type(3) { clear: left; }
}
#page-links .piped-list > li:after {
	content: "|";
	color: #cccccc;
	padding-left: 5px;
}

#page-links .piped-list>li:before {
	display: none;
	margin-right: 0;
}
/* - - - END Navigation Links  - - - */



/* - - - Updated - XY: Key Visual Slogan - -  08.13.2019 - - - */

#home-page #feature h1 {
	
	font: 120px/1 'Montserrat';
	font-weight: bold;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 80px;
    text-align:center;
    font-family: Montserrat, Oswald, "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: 2px 2px #000000;
    
}

#home-page #feature h2 {

	font: 120px/1 'Montserrat';
	font-weight: bold;
	margin: 0 auto;
	color: #fff;
	padding-top: 80px;
    text-align: center;
    font-family: Montserrat, Oswald, "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: 2px 2px #000000;
    
}


/* - - - XY: Key Visual Responsive text Transform 08.13.2019 - - -  */

@media screen and (max-width: 715px) {
	#home-page .feature-region {
	    text-align: center;
		height: auto;
		background-size: cover;
	}

	#home-page #feature h2 {
		font-size: 50px;

	}

	#home-page #feature h1 { font-size: 50px; }
	#home-page #feature h1:before,
	#home-page #feature h1:after { display: none; }
}

@media screen and (max-width: 625px) {
	#home-page .feature-region { min-height: 350px; }
        
}

/* - - - END Responsive text Transform - -  */

/* - - - Joward: Adding Search Form- -  08.09.2019 - - - */
#search-form label { color: #ffff; }
#search-form.callout-region {
	background-color: #fb9a40;
}
#search::-webkit-input-placeholder { color: rgba(0,0,0,.65); }
#search:-moz-placeholder { /* Firefox 18- */ color: rgba(0,0,0,.65); }
#search::-moz-placeholder {  /* Firefox 19+ */ color: rgba(0,0,0,.65); }
#search:-ms-input-placeholder { color: rgba(0,0,0,.65); }

/* -------- END -------- */