/*
Theme Name: IATT
Theme URI: https://bornagency.co.uk/
Author: Born Agency
Author URI: https://bornagency.co.uk/
Description: Custom base theme by Born Agency, all rights reserved
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: IATT
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ====== BASICS ====== */
body, p, span, a, h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', serif;
}
img{
  max-width: 100%;
}
a:hover{
  text-decoration: none;
}
:focus{
	outline: 0!important;
}
body{
  min-height: 100vh;
}
.btn {
    border-radius: 0!important;
}
div, body, span, a{
  background-size: cover;
  background-position: center;
}
p, a{
  color: inherit;
}
a{
  text-decoration: none;
}
div, span, p, h1, h2, h3, h4, h5, h6, a, img, input, button, :hover{
  transition: 0.2s;
}
.negMargin{
  margin-top: -150px;
  z-index: 200;
}
.posMargin{
  margin-top: 150px;
}
.carousel-indicators{
  margin-bottom: 0.5rem;
}
.carousel-indicators [data-bs-target]{
  background-color: black;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev{
  filter: brightness(0) invert(0);
}
button:focus, button:focus:not(:focus-visible) {
  outline: 0;
}
@media screen and (max-width: 992px){
  .negMargin{
    margin-top: 0;
  }
}
