@import "variables.css";

#eit img {
  padding-right: 20px;
  padding-left: 20px;
  width: 160px;
}

@media (min-width: 300px) {
  #eit .img-fluid {
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  #eit .img-fluid {
    padding-bottom: 0px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header2 {
  background: linear-gradient(45deg, var(--colorPrimary), var(--colorSecondary));
  padding: 20px 0;
  height: 80px;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
/*  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;*/
}

#header2 #logo {
  float: left;
}

#header2 #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header2 #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header2 #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header2 #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header2 #logo img {
    max-height: 40px;
  }
}

/* Download Section
--------------------------------*/
#download {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#download .download-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #download .download-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#download .download-img img {
  max-width: 100%;
}

#download .box {
  margin-bottom: 15px;
  text-align: center;
}

#download .icon {
  margin-bottom: 10px;
}

#download .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#download .icon i:before {
  /* background: #1dc8cd; */
  background: var(--colorSecondary);
  /* background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%); */
  background: linear-gradient(45deg, var(--colorSecondary) 0%, #55befa 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#download .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#download .title a {
  color: #111;
}

#download .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#download .section-description {
  padding-bottom: 10px;
}
