/*!
Theme Name: BrandPros
Theme URI: 
Author: Mukesh
Author URI: https://www.taniarascia.com
Description: Base theme for development
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: Custom Theme
*/

.mainTitle h1 { font-weight:bold;}
.mainLogo { margin-right:150px; }
.navbar-nav { float:right }
.navbar-nav li { margin:0 6px; }
.navbar-light .navbar-nav .nav-link { font-weight:bold; font-size:16px;}

.sticky {
  position: fixed;
  top: -70px;
  left: 0; width:100%;
  height: 145px; padding:10px 0;
  background-color: #ffffff;
  animation: goDown 0.5s ease-in-out forwards;
  box-shadow: 0 3px 23px #ccc;
  z-index: 999;
}

.sticky .mainLogo img { height:55px; margin-top:5px;}
.sticky .mainLogo { margin-right:250px;}

footer #button {
  display: inline-block; border-radius:100px; border:1px #ccc solid;
  cursor: pointer; background-color:#ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 40px;  
  z-index: 1000;
}

@media (max-width: 768px) {  	
	body .mainLogo { margin-right:0px; }
	body .welcomeBanner .bannerMessage h1 { font-size:26px;}
	body .welcomeBanner { height:auto; background-position:top; margin-bottom:0;}
	body .welcomeBanner .bannerMessage { width:100%; padding-top:20px; margin-bottom:0;}
	body .welcomeBanner .websiteDetails { top:0;}
	body .textWrapper { margin-top:0px;}	
	body .social-controls { float:none;}
	body .mainTitle h1 { padding: 17px 0 17px 0; }
}