/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media only screen and (max-width:768px){
.col-md-6.tab-column{
  max-width:100%;
  width:100%
}
  .display-4{
    font-size:38px;
  }
  .display-5{
    font-size:34px;
  }
  .logo-images{
    margin-left:0!important;
  }
   .logo-images img{
  width:120px;
  height:120px
  }  
  .responsive-h4{
    font-size:22px!important;
  }
  .responsive-font{
    font-size:22px!important;
  }
  .responsive-content{
    font-size:18px;
    font-weight: 500;
  }
  .marie-img{
    margin-top:-20px!important;
  }
  .responsive-h4-about{
    font-size:22px!important;
    margin-bottom:30px!important;
  }
  .resposive-heading2{
    font-size:28px;
  }
  .responsive-h3{
    font-size:26px;
  }
  .footer-top .footer-menus{
  float:right;
  margin:0 auto;
}
  .footer-menus h4{
    padding-top:0px!important;
  }
}
@media(max-width:600px){
  .display-4{
    font-size:32px;
  }
  .display-5{
    font-size:28px;
  }
  .responsive-h4{
    font-size:20px!important;
  }
  .logo-images div {
    margin: 0 auto 15px !important;
}
  .logo-images img{
  width:unset!important;
  height:unset!important;
  }  
  .responsive-font{
    font-size:20px!important;
  }
  .responsive-content{
    font-size:18px;
    font-weight: 400;
  }
  .responsive-h4-about{
    font-size:20px!important;
    margin-bottom:30px!important;
  }
  .resposive-heading2{
    font-size:24px!important;
  }
  .responsive-h3{
    font-size:22px!important;
  }
.about-marie{
  display:block;
  margin:0 auto;
}
  .footer-logo img{
    margin:0 auto;
    display:block;
    float:none!important;
  }
  .footer-top .footer-logo{
    margin:0 auto;
    display:block;
  } 
 /* .footer-logo h4{
  display:block;
  padding-top:20px;
 } */
.footer-top .footer-menus{
  float:right;
  margin:0 auto;
}
  .footer-menus h4{
    padding-top:0px!important;
  }
}