/* General */
body{
  font-family: 'Roboto', sans-serif;
  color: #232322;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Max width for content*/
.max-width{
    max-width: 1920px;
    margin: auto;
}

  /* Headings */
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
}
h3{
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
h4{
  font-size: 0.9rem;
}

  /* Contact Buttons */
.contact-button{
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: white;
  background-color: #F46016;
  border-radius: 0;
  border: hidden;
  padding: 1rem 3rem 1rem 3rem;
}
.contact-button:hover{
  background-color: #232322;
}
.contact-image{
  width: 4rem;
  height: auto;
  margin: 0.5rem 2rem 0.5rem 0;
}
/*Conntact Buttons for MOBILE*/
@media only screen and (max-width: 700px){
  .contact-button{
    font-size: 1.2rem;
    padding: 1rem 2rem;
    margin-top: 0.5rem;
    width: 100%;
  }
  .contact-image{
    width: 3rem;
    height: auto;
    margin-right: 0.7rem;
  }
}
@media only screen and (max-width: 385px){
  .contact-button{
    font-size: 0.85rem;
  }
}







/* SECTIONS */



 /* TITLE SECTION */
.title{
  padding: 0.5rem 0 2rem 10%;
}
h1.title-text{
  font-family: 'Oswald', sans-serif;
}
/* Adjustment of title for big screen */
@media only screen and (min-width: 1000px){
  h1.title-text{
    padding-top: 1rem;
  }
}
.logo-top{
  width: 7rem;
  height: auto;
  margin-right: 2rem;
  float: left;
}

/* MOBILE version of TITLE SECTION */
@media only screen and (max-width: 700px){
  .title{
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .title-text{
    font-size: 1.7rem;
    padding: 1rem;
  }
  .logo-top{
    width: 6rem;
    height: auto;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 385px){
  .title-text{
    font-size: 1.2rem;
  }
}



 /* HERO SECTION */
#hero{
  background-image: url("IntCraft_EpitoIpariKivitelezes.png");
  height: auto;
}
.hero-image-mobile{
  visibility: hidden;
  display: none;
}
.hero-content{
  padding: 17% 17% 2% 10%;;
}
#hero-discription{
  font-size: 2.2rem;
  color: white;
  text-shadow: 1px 1px 20px #232322;
  /* margin-left: 1rem; */
}
/* Adjustment of Hero Discription for big screen */
@media only screen and (min-width: 1000px){
  #hero-discription{
    margin-left: 8.4rem;
  }
}

#hero-button{
  margin: 1rem 10% 1rem 0;
}
/* MOBILE Version of HERO SECTION */
@media only screen and (max-width: 700px){
  .hero-image-mobile{
    visibility: visible;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #hero{
    background: white;
  }
  .hero-content{
    padding: 0;
  }
  #hero-discription{
    font-size: 1.4rem;
    color: #232322;
    text-shadow: none;
    margin-top: 1rem;
  }
  #hero-button{
    margin: 0;
  }
}
@media only screen and (max-width: 385px){
  #hero-discription{
    font-size: 1.2rem;
  }
}




 /* SERVICES SECTION*/
.services{
  padding: 7rem 10% 7rem 10%;
}
.heading-main{
  margin-bottom: 2rem;
}
.service-image{
  width: 80%;
  height: auto;
}
.service-name{
  font-family: 'Oswald', sans-serif;
  color: #F46016;
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
p.service-name:hover{
  color: #232322;
}
#service-button{
  margin: 2rem 0 2rem auto;
  padding-top: 1rem;
}
#onlymobile-service-button{
  display: none;
}

/*MOBILE version of SERVICES SECTION*/
@media only screen and (max-width: 700px){
  .heading-main{
    font-size: 2rem;
  }
  .services{
    padding: 3rem 1rem 0.5rem 1rem;
  }
  .service-name{
    font-size: 1.8rem;
  }
  #onlymobile-service-button{
    display: inline-block;
    margin-bottom: 3.5rem;
  }
}





  /* FEATURES SECTION*/
.features{
  padding: 4rem 13% 4rem 10%;
  background-image: url("KenyelemMegbizhatosagTechnologia_IntCraft.jpg");
  height: auto;
}
.feature-component{
  margin: 1rem auto 2rem auto;
  width: 50%;
  text-align: center;
  text-shadow: 4px 4px 10px white;
}
h2.feature-name:hover{
  color: white;
  text-shadow: none;
}
#kenyelem-feature-name{
  margin-top: 1.1rem;
}
.features-discription{
  margin: 1rem auto 0 auto;
  font-size: 1.6rem;
  width: 78.5%;
  text-align: center;
  text-shadow: 4px 4px 10px white;
}

/*MOBILE and Smaller screen size Version of FEATURES SECTION*/
@media only screen and (max-width: 1200px){
  .features{
    padding: 3rem 1rem;
    margin: 0;
  }
  .feature-image{
    width: 6rem;
  }
  h2.feature-name{
    font-size: 1.6rem;
  }
  #technologia-feature-image{
    margin-top: 1.1rem;
  }
  .features-discription{
    width: 100%;
    text-align: left;
    margin:0;
  }

}
@media only screen and (max-width: 530px){
  .features{
    padding: 1.5rem 1rem;
  }
  .feature-image{
    width: 6rem;
  }
  .features-discription{
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}




  /* ABOUT SECTION */
.about{
  padding: 10rem 5% 300px 10%;
}
.about-text{
  font-size: 1.4rem;
  margin: 2rem 0 2rem 0;
}
.about-image{
  width: 70%;
  height: auto;
}

   /* Image Gallery at About section */
.gallery {
  margin: 5px;
  border: hidden;
  float: left;
  width: 227.5px;
}
.desc {
  padding: 15px;
  text-align: center;
}

/* MOBILE and Smaller screen size Versions of ABOUT SECTION */
@media only screen and (max-width: 1200px){
  .about-image{
    display: none;
  }
  .about{
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 700px){
  .about{
    margin: 1rem 0 8rem 0;
    padding: 1rem;

  }
  .about-text{
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .about-image{
    display: none;
  }
  .gallery-collection{
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 500px){
  .gallery-collection{
    padding-bottom: 1100px;
  }
}


  /* CONTACT SECTION */
  #contact-section{
    padding: 4rem 0 4rem 10%;
  }
  .heading-contact{
    color: #F46016;
    font-size: 3rem;
    margin-bottom: 4rem;
    padding-top: 8rem;
  }

    /* Contact Form */
  .card-form{
    background-color: white;
    border-radius: 0;
    color:#232322;
    padding-bottom: 0.7rem;
  }
  .input{
    border-radius: 0;
    border-color: #232322;
    margin-bottom: 0.7rem;
  }

  .send-button{
    border-radius: 0;
    background-color: #F46016;
    color: white;
    border-style: hidden;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    margin-top: 2rem;
  }
  .send-button:hover{
    color: white;
    background-color: #232322;
  }

  .form-icon{
    color: #F46016;
  }
  /* Contact Info */
  .contact-info{
    padding-left: 3rem;
  }
  .email-about{
    font-size: 2.3rem;
    color: #F46016;
  }
  .email-about:hover{
    color: #232322;
  }

  /* MOBILE Version of CONATCT SECTION */
  @media only screen and (max-width: 800px){
    #contact-section{
      margin: 0;
      padding: 1rem;
    }
    h2.heading-contact{
      font-size: 2rem;
      margin: 6rem auto 1rem auto;
    }
    .contact-info{
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding: 1rem 0 1rem 0;
      width: 50%;
      text-align: center;
    }
    .logo-contact{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
    .email-about{
      font-size: 1.4rem;
    }
  }


/* FOOTER SECTION*/
.footer{
  background-image: url("footer_IntCraft.png");
  padding: 1rem 10% 1rem 10%;
  color: white;
  font-size: 0.8rem;
  text-shadow: 4px 4px 10px #232322;
}
.footer-address{
  font-size: 0.85rem;
}

.logo-footer{
  width: 60%;
  height: auto;
  display: inline-block;
}

.onlymobile-footer{
  display: none;
}

/* .onlymobile-footer{
  display: none;
} */
/*MOBILE Version of FOOTER SECTION*/
@media only screen and (max-width: 768px){
  .footer{
    background-image: none;
    margin: 0;
    padding: 1rem;
    color: #232322;
    text-shadow: none;
  }
  .logo-footer{
    display: none;
  }
  .footer-text{
    display: none;
  }
  .heading-adatkezeles{
    text-align: center;
  }

  .onlymobile-footer{
    display: block;
    background-image: url("footer_IntCraft.png");
    margin: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
  .onlymobile-logo-footer{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 2rem;

  }
  .onlymobile-footer-text{
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;

  }
}
