@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CUSTOM STYLES */

body {
  padding-top: 0em;
}

h2, h3, p{
  font-family: Poppins;
  letter-spacing: 1;
}

h2{
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

h3{
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.main.style1>.content{
  width: 50em;
}

/* BACKGROUNDS */

#intro {
  background: url(images/overlay2.png), url(images/img_carrousel_oppenheimer_5.webp);
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top;
  background-repeat: repeat, no-repeat;
}

/* HEADER */

#header{
  display: none;
}

/* FOOTER */

#footer{
  justify-content: center;
}

#footer p{
  font-size: 0.8em;
}

