html {
  box-sizing: border-box;
}
*,*:before, *:after {
  box-sizing: inherit;
}

body {
  color: #212121;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  font-size: 20px;
  
}


.topnav {
  overflow: hidden;
  background-color: #00d2eb;
  opacity: 90%;
    position: fixed;
    width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  
}

.topnav a:hover {
  background-color: white;
  color: #212121;
  
}

.topnav a.active {
  background-color: #212121;
  color: white;
}

.topnav .icon {
  display: none;
}





h1 {
  font-size: 120px;
  line-height: 1;
  text-align: left;
  color: white;
  padding-bottom: 80px;
  padding-top: 0px;
  font-family: 'Bebas Neue', cursive;
}

h2 {
  font-size: 50px;
margin: 0;
text-align: left;
color: #00d2eb;
padding-bottom: 10px;
padding-top: 100px;
font-family: 'Bebas Neue', cursive;
}

.content-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  
}





header {
  font-family: 'Kalam', cursive;
  text-align: left;
  background-image: url(../images/background.jpg);
  background-size: 100%;
  background-size: cover;
  background-position: center;
  
  height: 500px; 
}





/*services*/
.services {
  
 background-color: white;
 background-position: top;

 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;  
 text-align: center; 
}



#services {
  scroll-margin-top: 100px;
}

.services img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    padding-bottom: 0;
    margin-bottom: 0;
    
   
}

.services img:hover {
  opacity: 0.5;
  cursor: pointer;
} 

.wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  padding-bottom: 5px;
  padding-top: 5px;
}

.box {
  padding-bottom: 5px;
  padding-top: 15px;
  font-size: 16px;
  text-align: center; 
}




.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}


.modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}








.modal-header {
  padding: 2px 16px;
  background-color: #00d2eb;
}

.modal-header h2 {
  color: #212121;
  font-size: 30px;
  padding: 25px;
}

.modal-body {
  padding: 2px 16px;
background-color: white;
color: #212121;
text-align: left;
}

.modal-footer {
  padding: 16px 16px;
  background-color: #00d2eb;
  color: #212121;
}

#myBtn1, #myBtn2, #myBtn3, #myBtn4, #myBtn5, #myBtn6 {
  color: #212121;
  text-decoration: none;
  display: block;
  padding-top: 0px;
  font-size: 22px;
  background-color: #00d2eb;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  
}
#myBtn1:hover, #myBtn2:hover, #myBtn3:hover, #myBtn4:hover, #myBtn5:hover, #myBtn6:hover {
  color: white;
  background-color: #212121;
  margin-top: 0;
  cursor: pointer;
}







/*contact data*/
.contact_data {
  background-color: #00d2eb;
  background-position: bottom;
  color: #212121;
  
  
  
  padding-bottom: 5%;
  padding-top: 5%;
}

.wrapper2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  grid-gap: 30px;
  
}

.box2 {
  
  font-size: 20px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: #00beeb;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
  
}

.aditional_settings {
  display: inline-block;
  padding-right: 2%;
  padding-left: 2%;
  margin: 3%;
  text-align: left;
}

/*.mail {
  font-size: 16px;
}*/

#contact, #working_hours {
  text-align: center;
  scroll-margin-top: 100px;
}















/*info*/
footer {
  background-color: #212121;
  padding-left: 0%;
  color: white;
  text-align: right;
  
  
  
  
  
 
 
}

footer p {
  font-size: 34px;
  text-align: center;
  color: white;
  font-family: 'Pacifico', cursive;
  padding-top: 6%;
  
}

.proba {
  position: absolute;
  right: 20%; 
}

.social_media {
  list-style-type: none;
  padding-bottom: 50px;
  padding-top: 50px;
  display: flex;
  gap: 10%;
  justify-content: center;
  
}



.fa-facebook-square {
  color: white;
}



.fa-instagram {
  color: white;
}

.fa-camera {
  color: white;
}








blockquote {
  margin: 0%;
  
}

.quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  
}

.quote .author {
align-self: flex-end;
margin-right: 20%;
}

.copyright {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    
  }
}

@media only screen and (max-width: 1080px) and (min-width: 699px)  {
  .wrapper2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-self: center;
    grid-gap: 30px;
    
  }

}


@media only screen and (max-width: 399px) {
  .mail {
    font-size: 18px;
  }

}

@media only screen and (max-width: 699px) {
  h1 {
    font-size: 80px;
    padding-bottom: 20px;
  } 

  h2 {
    font-size: 30px;
    padding-bottom: 70px;
  }

  header {
    height: 350px; 
  }

}

@media only screen and (min-width: 1601px) {
  .content-wrap {
    max-width: 1500px;
    
  }

  .wrapper {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
    
  }
  .services img {
    width: 400px;
    height: 300px;
    
   
}

.wrapper2 {
  grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
  grid-gap: 50px;
  
}

}

 





