@import url("https://fonts.googleapis.com/css2?family=Combo&family=Ms+Madi&family=Raleway:ital,wght@0,200;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Inter&display=swap");

:root {
  --maincolor: rgba(80, 140, 140, 1);
}

/* general */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif !important;
}

h1 {
  font-family: "Aboreto", sans-serif;
  font-size: 40px;
  border-bottom: 5px solid var(--maincolor);
  display: inline-block;
  margin: 40px 0 30px 0;
}

#imageBox {
  min-height: 100vh;
}

.fullPage {
  min-height: calc(100vh - 70px);
}

#overMe,
#productMe,
#serviceMe,
#contactMe {
  position: relative;
  top: -70px;
}

@media (min-width: 992px) and (min-height: 821px) {
  h1 {
    font-size: 48px;
  }
}

/* menu */
#menu {
  font-family: "Aboreto", sans-serif;
  padding: 0;
  transition: background-color 0.5s ease-in-out;
}

#menu .navbar-brand {
  font-size: 40px;
  cursor: pointer;
  /* color: #fff; */
}

#menu .nav-item {
  font-size: 24px;
  padding-right: 25px;
}

.navbar-light {
  background-color: var(--maincolor);
}

.navbar-dark {
  background-color: rgba(80, 140, 140, 0.15);
}

@media (min-width: 992px) {
  #menu .container {
    justify-content: center;
  }

  #menu .container .navbar-collapse {
    flex-grow: initial;
  }
}

/* icons */
#socialIcons {
  position: fixed;
  font-size: 60px;
  width: 60px;
  top: 150px;
  right: 30px;
  z-index: 1;
  transition: background-color 0.5s ease-in-out;
}

.icon {
  display: inline-block;
  transition: all 0.5s;
}

.icon:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.icon-light {
  color: rgba(255, 255, 255, 0.55);
}

.icon-dark {
  color: var(--maincolor);
}

.icon-light .icon:hover {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  #socialIcons {
    font-size: 30px;
    width: 30px;
    right: 15px;
  }
}

/* StartMe */
#imageBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url("../img/start.jpg");
}

#imageTitle {
  font-family: "Aboreto", sans-serif;
  font-size: 6vw;
  color: var(--maincolor);
  text-shadow: 1px 1px 1px #fff;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* OverMe */
#overme-img {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#over-me {
  font-size: 18px;
}

@media (min-height: 821px) {
  #over-me {
    font-size: 20px;
  }
}

/* ProductMe */
.product-img {
  max-width: 100%;
  padding: 20px 0px;
}

#product-logo {
  width: 30%;
}

@media (min-height: 821px) {
  #product-logo {
    width: 40%;
  }
}

#product-me {
  font-size: 17px;
}

@media (min-height: 821px) {
  #product-me {
    font-size: 19px;
  }
}

/* ServiceMe */
#tableService td,
#tableService th {
  background-color: transparent;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

#tableService th {
  border-bottom-width: 2px;
}

#tableService td:nth-child(3) {
  text-align: right;
}

#tableService td:nth-child(3) {
  min-width: 65px;
}

#deco-img {
  width: 100%;
  margin-left: 0px;
}

@media (min-width: 992px) {
  #tableService {
    margin-top: 0px;
  }

  #deco-img {
    margin-left: -50px;
  }
}

/* ContactMe */
#contactData i {
  font-size: 36px;
  color: #999;
  display: inline-flex;
}

#contactData {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 30px 0 60px 0;
}

.form-label {
  font-size: 22px;
  margin-bottom: 5px;
  color: #999;
}

#contactForm input,
#contactForm textarea {
  font-size: 16px;
  padding: 10px 10px;
}

#contactForm div {
  margin-bottom: 15px;
}

@media (min-width: 991px) {
  #contactData {
    margin: 60px 0 120px 0;
  }

  .form-label {
    font-size: 24px;
  }

  #contactForm input,
  #contactForm textarea {
    font-size: 18px;
    padding: 15px 15px;
  }

  #contactForm div {
    margin-bottom: 25px;
  }
}

#send-btn {
  background-color: var(--maincolor) !important;
  color: #fff;
  border: none;
  margin-bottom: 65px;
}

/* form alert */
#formAlert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#formAlert div {
  font-size: 24px;
  font-weight: bold;
}

/* CookieConsent */
#data-protection-alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 99;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  color: white;
  padding: 12px;
  text-align: center;
  border-radius: 0px;
  font-size: 1.3rem;
}

#data-protection-alert span:hover {
  cursor: pointer;
  color: aquamarine;
}

#data-protection-alert button {
  margin-left: 24px;
}

#data-protection {
  background-color: #d3d3d3;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
