@charset "utf-8";
/* CSS Document */
/* Fonts */
@import url("//www.lonestar.edu/css-refresh/fonts.css");
/* Font Awesome */
@import url("//pro.fontawesome.com/releases/v5.11.2/css/all.css");
body {
  	font-family: 'Futura Std', arial, helvetica, sans-serif;
}
a {
	color: #003764;
	text-decoration: none;
}
a:hover, #navbar-mobile a:hover {
  	color: #A42E3E;
}
p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2E2E2E;
	font-weight: 600;
}
#mainLogo {
    width: 125px;
    height: 125px;
	margin-top: 30px;
	margin-bottom: 45px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
	z-index: 501;
}

/* headings */

h1, h2, h4 {
  	color: #fff;
}
h1 {
	font-size: 3rem;
	text-align: center;
	color: #ECBE46;
}
h2 {
  	font-size: 2.3rem;
  	font-weight: 600;
	line-height: 3.2rem;
	text-align: center;
	/*padding: 10px 50px 30px 50px;*/
}

.subheading {
	padding-top: 0;
	margin-top: 0;
    font-size: 1.3rem;
    color: #ECBE46;
}

h3 {
	font-family: league-gothic, sans-serif;
	color: #B30838;
	font-size: 1.5rem;
	letter-spacing: .1em;
	padding-top: 10px;
}
h3 span {
	font-size: smaller;
	color: #636466;
}
h4 {
	font-size: 1.75rem;
	letter-spacing: .3rem;
	padding-top: 2rem;
}
h5 {
	color: #002F54;
	font-size: 1.6rem;
	letter-spacing: .5rem;
}
.btn-apply {
	border-radius: 3;
	background-color: #B30838;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	padding: 15px 30px;
	margin-top: 20px;
}
.btn-apply:hover {
	color: #ecbe46;
}

/* SECTIONS */
section[class*="-section"] {
    padding: 60px 0 30px;
}

section[class*="-section"] > .container > .row > div {
    margin-bottom: 30px;
}
.section-hero {
	background-image: url(../img/bg-tech-success.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-hero h2 {
	padding-bottom: 30px;
}
.bg-red-circles{
	background-image: url(../img/bg-red-circles.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.crosses{
	background-image: url("../img/bg-crosses.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 75%;
	
}
.resources-section {
	background-image: url(../img/bg-grunge-white.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.resources-section h2 {
	color: #0A3057;
	font-weight: 700;
	font-size: 2rem;
}


@media all and (min-width: 576px) {
.hp-laptop {
	margin-top: 10px; 
	margin-bottom: 10px;
}
	.office-adobe {
		margin-top: 18px; 
		margin-bottom: 17px
	}	
}
.fa-apple {
	color: #B30838;
}
.equipment-section {
	background-image: url(../img/bg-tech-success.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.equipment-section h3 {
	color: #fff;
	font-size: 2rem;
}
.equipment-section p {
	color: #fff;
}
.equipment-section a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.equipment-section a:hover {
	color: #ecbe46;
	border-bottom: 1px dotted #ecbe46;
}
.yellow-arrow {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
}

@media all and (max-width: 768px) {
	.yellow-arrow {
		transform: rotate(90deg);
		max-height: 75px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
/* footer */
.footer {
  background-color: rgba(245, 245, 245, .3);
  border-top: 1px solid rgba(187,187,187,.3);
}
.copyright {
  	color: #B8B8B8;
	font-size: .8em;
	font-weight: 700;
}
p.copyright {
	margin-bottom: .75rem;
	margin-top: .75rem;
}
.footer-text {
  color: #003764;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .2rem;
  line-height: 1.2;
}


/* hiding the  pixel inserted */
img[src*="px?id"] {
	display: none;
}