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

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

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

/* - - - - - */

/* Updated - xabella - - 10.08.2020 - -*/
#home-page .feature-region {
  background: url(https://www.gsot.edu/wp-content/uploads/WEB/GraceOnDemand/Grace-on-Demand-Banner-mountain-logo-flat-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;
}

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

/* - - xabella: dropdown toggle text for admin users -- Updated --  10.08.2020 - - - */
.Dropdown__ToggleTextWrapper { padding-top: 5px; color: #504d4e;}
.Dropdown__Toggle--header:after { margin-top: -2px; color: #504d4e;}

/* - - xabella: Navigation Links -- Updated --  10.08.2020 - - - */
#page-links {
    display:inline-block;
   
}
#page-links a {
    display: inline-block;
    padding: 5px 5px;
    color:#504d4e;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;

 /* - - - xabella: made this section a comment -  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; - - - */

}

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

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

/* - - -  xabella: Updated - 12.10.2020 - - */

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

#user-nav {
	padding-top: 5px;
}
/* - - -  xabella: Updated - 12.10.2020 - - */
#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: #504D4E;
}

/* - - -  xabella: Updated - 12.10.2020 - - */
#user-nav > a:hover {
	text-decoration: none;
	color: #448ef6;
}
@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: #ffffff;
	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 - -  */

/* - - - xabella: Adding Search Form - Updated -  10.08.2020 - - - */
#search-form label { color: #ffffff; }
#search-form.callout-region {
	background-color: #448ef6;
}
#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 -------- */