/*
Theme Name: Zensciences Child
Template: himalayas
Version: 1.0
*/

.home-search {
    display: none;
}

html {
  font-size: 16px;
}

h1{
	font-size: 3rem;
	font-family: Inter-Regular;
	line-height: initial;
}

h2{
	font-size: 3rem;
	font-family: Inter-ExtraLight;
	font-weight: 400;
	line-height: initial;
}

h3{
	font-size: 2rem;
	font-family: Inter-Regular;
	line-height: initial;
}

h4{
	font-size: 1.5rem;
	font-family: Inter-Regular;
	line-height: initial;
}

h5{
	font-size: 1.25rem;
	font-family: Inter-Regular;
	line-height: initial;
}

h6{
	font-size: 1rem;
	font-family: Inter-Regular;
	line-height: initial;
}



/* Mobile */
@media (max-width: 767px) {
	.tg-container {
        width: 90%;
        padding: 0;
    }
	
	h1{
    font-size: 48px;
	line-height: initial;	
  }

  h2{
    font-size: 40px;
	line-height: initial;  
  }

  h3{
    font-size: 40px;
	line-height: initial;  
  }

  h4{
    font-size: 32px;
	line-height: initial;  
  }

  h5{
    font-size: 24px;
	line-height: initial;  
  }

  h6{
    font-size: 20px;
	line-height: initial;  
  }
	
	.header-wrapper .tg-container {
        width: 90%;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* Small Laptop */
@media (min-width: 1024px) and (max-width: 1279px) {
}

/* Laptop / Desktop */
@media (min-width: 1280px) and (max-width: 1439px) {
}

/* Large Desktop */
@media (min-width: 1440px) and (max-width: 1599px) {
	h1{
		font-size: 4rem;
		font-family: Inter-Regular;
	}
}

/* Full HD Desktop */
@media (min-width: 1600px) and (max-width: 1919px) {
	h1{
		font-size: 4rem;
		font-family: Inter-Regular;
	}
}


/* Full HD and above */
@media (min-width: 1920px) {

	 html {
		font-size: 16px;
	}

	h1{
		font-size: 5rem;
		font-family: Inter-Regular;
	}

	h2{
		font-size: 3.5rem;
		font-family: Inter-Regular;
	}

	h3{
		font-size: 2.5rem;
		font-family: Inter-Regular;
	}

	h4{
		font-size: 2rem;
		font-family: Inter-Regular;
	}

	h5{
		font-size: 1.5rem;
		font-family: Inter-Regular;
	}

	h6{
		font-size: 1.25rem;
		font-family: Inter-Regular;
	}
}