/*!
Theme Name: Kontex
Theme URI: http://underscores.me/
Author: Sam a
Author URI: https://mediahelp.se/
Description: Mediahelp hemsida för Kontex
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

html {
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.9rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.3rem; font-weight: 400; }

p { 
  font-size: 1rem;
/*   margin-top: 5px;
  margin-bottom: 5px; */
  color: #333;
}

a {
  text-decoration: none;
  color: #2A71BF;
}
.elementor-button.elementor-size-sm {
  border-radius: 0 !important;
}
/*[base]*/

.elementor-nav-menu--dropdown {
  /* top: 20px !important; */
}

.she-header {
  background: rgba(255,255,255,.8) !important;
}
.she-header .menu-item a {
  color: #222 !important;
}
/*[header]*/

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*[content]*/


@media screen and (max-width: 991px) {
  .service {
    min-width: 380px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .service {
    min-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

/*[media]*/