/** ========================================================
*  Custom CSS File done by LWEGATECH
*=============================================================*/
::selection { background-color: #032f4c;color:#fff;}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #4c3347;
}
a{color:#3BA0BB;}
@media only screen and (min-width: 992px) {
    .container {
      width: 90% !important;
    }
  }
  .logo{height:100px;}

  nav ul:not(.dropdown-content) > li > a:hover:not(.active) {background: #fc8076 !important}
  .brand-logo{font-family: 'Fredericka the Great', serif !important; font-weight: 600;}
  .slide .ipic{height:550px; width: auto; float: right; top: 0;z-index: 1;margin-right:10%;margin-top: -50px;}
  .slide .display-text{font-size: 3.5rem; letter-spacing: 1;line-height: 1.2; width: 50%;text-align: center; margin-top: 1.6em;font-weight:500;color:#4c3347;}
  .slide .display-small{font-size: 1.6rem;font-weight: 300;display: block;margin-bottom:1.0rem; }


  .intro h4{font-size: 18px;}
  .intro h3{font-size: 32px;}
	
	.intro .card.horizontal .card-image img {border-radius:0px 0px 0px 0px !important;height :100vh;object-fit:cover;background-blend-mode: darken, luminosity;min-height:100%;}
	
	.myinfo{margin: 2.5em 2em;}
	.myinfo .logo{height:80px; width:auto;}
	.myinfo .contacts{margin-top:1em;}
	.myinfo .contacts ul{list-style-type:none;padding-left:0px;}
	.myinfo .contacts li{margin-bottom: 10px;}
	.myinfo .contacts i{font-size:14px;}
	

  /** ===========================================
* Mobile Version
*============================================***/
@media screen and (max-width: 992px) { }

@media (max-width: 576px) 
{ 
  h1,h2,h3,h4,h5,h6{font-size: 140% !important;}
  .myinfo{margin: 2.5em 0.5em;}
  .myinfo .logo{height:80px; width:auto;}
  .myinfo .contacts{font-size:80%;}

}
@media (min-width: 600px) and (max-width: 991px) {
    .slide .ipic{height:350px; width: auto; float: right; top: 0;z-index: 1;margin-right:-10%;margin-top: -50px;}
    .slide .display-text{font-size: 2.5rem; letter-spacing: 1;line-height: 1.2; width: 50%;text-align: center; margin-top: 2.6em;font-weight:600;color:#4c3347;position: absolute;top:2%}
    .intro-page{height: 350px;}
  .intro-page h2{margin-top: 10%;margin-bottom: 0px;font-weight: 600;font-size: 24px !important;}
  .intro-page small{font-size: unset !important;}
  .intro-page p{margin: 0 auto;width:100%;line-height:1.5; font-size: 16px !important;}
}