/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}

p{text-align:justify;}


.pt-pb-10 {padding-top:10px !important; padding-bottom: 10px !important; }

.max-height-200{
	min-height:200px !important;
	max-height:200px !important;
	height:200px !important;
}


.m_title {margin-top:0; color:#336699; /*text-transform: uppercase;*/} /* uppercase disabled, manually uppercase text */
h3.m_title {font-size:20px !important;}

/*
.site-header-main-wrapper{background-color:#ccc !important ; padding:20px !important;}
*/


/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){
}


/** Desktop+ **/
@media (min-width: 1200px) {
}


/** Laptop **/
@media (max-width: 1200px) {
}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {
}


/** Tablets+  **/
@media (min-width: 768px) {
}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {
		.site-header-main-wrapper{background-color:#ccc !important ; padding:20px !important;}
}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {
}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {
.site-header-main-wrapper{background-color:#ccc !important ; padding:20px !important;}
}


/** Smartphone portrait mode **/
@media (max-width: 480px) {
.site-header-main-wrapper{background-color:#ccc !important ; padding:20px !important;}
}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
	
}
