/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */


/** Header CSS **/


h1{
	font-size:3rem !important;
}


h2{
	font-size: 1.5rem !important;
}

	h3{ font-size: 1rem !important;}
	
	h4{ font-size:14px !important;
		font-weight:bold;
}
	
	p{ font-size: 14px!important;}

.site-logo-img  img {
    height: auto;
    max-width: 80%;
	margin-left: 0;
}

.wp-block-image size-full{
	height: auto;
    max-width: 50%;
}

.site-title{
	visibility:hidden;
}

#content{
	background-color: black;
	color: white;
}

.ast-primary-header-bar .site-primary-header-wrap {
    min-height: 80px;
    background-color: black;
}

.ast-primary-header-bar {
  background-color: black;
  background-image: none;
}



#Hero .wp-block-cover__background{
	min-height: 40vh;
}




#Hero h1{
	color: black;
	padding-top: -5rem;
	padding-left: 40px;
}

#Hero h2{
	color: black;
	padding-top: -5rem;
	padding-left: 40px;
}

#Hero p{
	color: black;
	padding-top: -5rem !important;
	padding-left: 40px !important;
	
}

#button{
	padding-top: -5rem;
	padding-left: 40px;
}

#button .wp-block-button__link{
	border-radius: 25px;
	font-size: 24px;
	font-weight: bold;
	transition-duration: 0.4s;
  	cursor: pointer;
	
}

#button .wp-block-button__link:hover {
	background-color: #6718BB;
}

#Teach h1{
	color:white;
}

#Teach img{
	max-width: 160px;
	display: flex !important;
}

#Teach h2{
	color:white;
}

#Teach h3{
	color:white;
	margin-bottom: -1rem;
	font-size: 1rem;
}

#Teach p{
	color:white;
	font-size: 14px;
	margin-top: -1rem;
}


#Teach .Teach-Columns{
	background-color:red;
}

#Teach .hcolumn1{
	flex: 1 1 45%;
}

#Quote1{
	background-color: white;
	padding: 4rem;
}

#Quote1 h3{
	color: black;
	font-size: 1rem;
}

#Quote1 h4{
	color:black;
	font-size: 0.8rem;
}

#Curriculum{
	background-color:black;
}

#Curriculum h1{
	color:white;
}

#Curriculum h2{
	color: white;
}

#Curriculum h3{
	color: white;
	margin-bottom: -1rem;
}

#Curriculum p{
	color: white;
}

#Quote2 {
	background-color:white;
	padding: 4rem;
}

#Quote2 h3{
	color: black;
}

#Projects{
	background-color: black;
}

#Projects h2{
	color:white;
}

#Projects h3{
	color:white;
	margin-bottom: -1rem;
}

#Projects p{
	color: white;
}

#Portfolio{
	background-color: white;
}

#Portfolio .wp-block-button__link{
	border-radius: 25px;
	font-size: 24px;
	font-weight: bold;
	transition-duration: 0.4s;
  	cursor: pointer;
}

#Portfolio .wp-block-button__link:hover {
	background-color: #6718BB;
}

#Portfolio h2{
	color: black;
	margin-bottom: -1rem;
}

#Portfolio h3{
	color: black;
	font-weight: bolder;
	margin-top: -2rem;
	margin-bottom: -1rem;
}

#Portfolio p{
	color: black;
}

#Requirements h2{
	color: white;
}

#Requirements h3{
	color: white;
	margin-bottom: -1rem;
}

#Requirements{
	background-color: black;
}

#Apply h2{
	color: white;
}

#Apply h3{
	color: white;
	margin-bottom: -1rem;
}

#Apply{
	background-color: black;
}

#Footer a{
	color: white;
	text-decoration: none;
}

@media (min-width: 376px){
	
	h1{
	font-size:4rem !important;
}

h2{
	font-size: 3rem !important;
}

	h3{ font-size: 2.25rem !important;}
	
	h4{ font-size:1.5rem !important;}
	
	p{ font-size: 1rem !important;}
	
	.site-logo-img  img {
    height: auto;
    max-width: 35%;
}
	
	#Hero{}
	
	#Hero .wp-block-cover__background{
	min-height: 60vh;
}
	
	#Teach img{
		max-width: 100%;
	}
	
	
	
	#Teach p{
		font-size: 1rem;
		margin-top: 0;
	}
	
	#Portfolio h3{
		margin-top: 0;
		margin-bottom: 2rem;
	}
}


