@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import "fonts/futura.css";

html,
body {
  margin: 0;
  background: #f7f8f7;
  font-family: "Futura LT Light";
  font-size: 12px;
  color: #676767;
  text-align: center;
}

html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}

header {
  width: 100%;
  height: 8%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logo {
  min-width: 200px;
  min-height: 65px;
  width: 20%;
  background: url("../images/header/logo.svg") no-repeat center;
  display: block;
}
.newsletter_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nav {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 70px;
}

a {
  color: #3242ff;
  font-size: 20px;
  text-decoration: none;
  font-family: "Futura-Medium";
  font-style: normal;
  font-weight: 400;
}
button {
  background: #3242ff;
  color: white;
}
.social {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social img {
  margin: 10px;
  width: 30px;
  opacity: 40%;
}
.social img:hover {
  opacity: 100%;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.quotes {
  width: 100%;
  height: 70vh;
  background-image: url("../images/home/pawel-czerwinski-6lQDFGOB1iw-unsplash.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.content {
  width: 100%;
}
h1 {
  font-family: Helvetica;
  font-size: 28px;
  color: #000000;
  text-align: center;
}
.text-center {
  text-align: center;
}

.newsletter {
  max-width: 920px;
  height: 120px;
  background: white;
  margin: auto;
  width: 90%;
}
.newsletter h2 {
  text-align: left;
  font-size: 18px;
  color: #000000;
}

.innerSiteHeader {
  background-color: white;
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding-top: 55px;
  transform: translate(0px, -70px);
  min-height: 85px;
}

.carousel_container {
  margin-top: 40px;
}
.companyDescription {
  font-family: Helvetica;
  font-size: 14px;
  color: #646464;
  text-align: center;
}
