﻿/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.fr
{
	float:right !important; margin-bottom:20px !important;
}
.founder
{
	 height:150px;  margin-left:10px; margin-bottom:10px;   width:auto !important; float:right; }


 .menuzord-brand img {
    max-height:80px ;margin-top:-106px;
  }
  .header-nav .nav-lg .menuzord .menuzord-menu > li {
    padding: 0px 0;
}
.f-sm-18
{
	font-size:18px !important;
}
  .font-36
  {
	font-size:24px !important;
}
  .font-42
  {
	font-size:26px !important;
}
.font-54
  {
	font-size:28px !important;
}

section > .container, section > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
}
.icon-box {
    margin-bottom: 30px;
    text-align: center;
}
.team-members img
{
	height:300px; object-fit:cover;
}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}