:root{
  --blue: #0c3f60;
  --blue2: #0A3856;
  --beige: rgba(255,236,200,1);
  --white: #ffffff;
  --black: #000000;

  --shadow-soft: 0 0 5px rgba(33,33,33,.3);
  --shadow-strong: 0 0 11px rgba(33,33,33,.4);
  --shadow-hover: 0 0 20px rgba(33,33,33,.3);

  --banner-height: 500px;
  --menu-height: 75px;
  --logo-max: 350px;
	
  --menu-font-desktop: 1.15rem;
  --menu-font-mobile: 1.35rem;
  --menu-padding-x: 18px;


  --transition-fast: 0.3s ease-out;
  --transition-med: 0.5s ease-in-out;
}
