/*

Theme Name: Kooleythemes
Theme URI: www.kooleythemes.com
Author: Othello
Author URI: www.kooleythemes.com
Description:  DigiMarketeers.
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/



:root {
	--border-color: #709680;
	--lightest-green: #86a58d;
	--dark-green: rgba(52, 74, 57, 0.86);
	--body-background: #D7CEC7;
	--grey: #707070;
	--meron: #76323F;
	--sub-bg: #C09F80;
	--white: #FFF;
	--black: #000;
}
.grey{
	color: var(--grey);
}
.meron{
	color: var(--meron);
}
.sub-bg{
	color: var(--sub-bg);
}
.white{
	color: var(--white);
}
.black{
	color: var(--black);
}
.center{
	text-align: center;
}
.initial{
	text-align: left;
}
/*

Theme Name: Kooleythemes
Theme URI: www.kooleythemes.com
Author: Othello
Author URI: www.kooleythemes.com
Description:  DigiMarketeers.
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/



:root {
	--border-color: #709680;
	--lightest-green: #86a58d;
	--dark-green: rgba(52, 74, 57, 0.86);
	--body-background: #D7CEC7;
	--grey: #707070;
	--meron: #76323F;
	--sub-bg: #C09F80;
	--white: #FFF;
	--black: #000;
}
.grey{
	color: var(--grey);
}
.meron{
	color: var(--meron);
}
.sub-bg{
	color: var(--sub-bg);
}
.white{
	color: var(--white);
}
.black{
	color: var(--black);
}
.center{
	text-align: center;
}
.initial{
	text-align: left;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html {
	font-size: 10px; /* Base 10px so 1rem = 10px. Important for legacy spacing. */
}
body {
	background: var(--body-background);
}
img{
	max-width: 100%;
	height: auto;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.wrapper{
	display: flex;
}
.al-center{
	align-items: center;
}
.jst-center{
	justify-content: center;
}
.jst-btw{
	justify-content: space-between;
}
.mgb-0{
	margin-bottom: 0;
}
.mgt-0{
	margin-top: 0;
}
.mgr-0{
	margin-right: 0;
}
.mgl-0{
	margin-left: 0;
}
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.main-heading{
	font-size: 14rem;
	font-family: 'Elsie', cursive;
	font-weight: 400;
}
.sub-heading{
	font-size: 8.5rem;
	font-family: 'Elsie', cursive;
	font-weight: 400;
}
.para{
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
}
.desc{
	font-family: 'Roboto', sans-serif;
	font-size: 4.4rem;
}
.top-bar__link{
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.section-top-box__heading{
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.accordian-box__heading{
	font-size: 4.8rem;
	font-weight: 400;
}
.accordian-box__para,
.contact-box-para{
	font-size: 3.6rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
.container{
	max-width: 1280px;
	margin:0 auto;
	padding: 0 15px;
}
@media (min-width:2001px){
	.container{
		max-width: 1900px;
	}
}
@media (min-width:1801px){
	.container{
		max-width: 1700px;
	}
}
@media (max-width:1800px){
	.container{
		max-width: 1500px;
	}
}
@media (max-width:1600px){
	.container{
		max-width: 1280px;
	}
	.main-heading {
		font-size: 10rem;
	}
	.sub-heading {
		font-size: 5.5rem;
	}
	.desc {
		font-size: 2.4rem;
	}
	.section-top-box__heading {
		font-size: 2rem;
	}
	.accordian-box__heading {
		font-size: 3.5rem;
	}
	.accordian-box__para, .contact-box-para {
		font-size: 2.6rem;
	}
}
@media (max-width:1400px){
	.container{
		max-width: 1200px;
	}
	.top-bar__link {
		font-size: 1.4rem;
	}
	.main-heading {
		font-size: 8rem;
	}
	.sub-heading {
		font-size: 4.5rem;
	}
	.desc {
		font-size: 2.0rem;
	}
	.accordian-box__heading {
		font-size: 3rem;
	}
	.accordian-box__para, .contact-box-para {
		font-size: 2rem;
	}

}
@media (max-width: 1200px){
	.container{
		max-width: 900px;
	}
	.accordian-box__heading {
		font-size: 2.5rem;
	}
	.accordian-box__para, .contact-box-para {
		font-size: 1.6rem;
	}
}
@media (max-width: 900px){
	.container{
		max-width: 600px;
	}
}
@media (max-width: 600px){
	.container{
		max-width: 400px;
	}
	.sub-heading {
		font-size: 3rem;
	}
	.main-heading{
		font-size: 4rem !important;
	}
}
@media (max-width: 400px){
	.container{
		max-width: 360px;
	}
}
