@import "header.css";
@import "hero.css";
@import "about.css";
@import "contact.css";
@import "services.css";
@import "animation.css";

@font-face {
    font-family: Montserrat-Regular;
    src: url(../font/Montserrat-Regular.ttf);
  }

@font-face {
    font-family:  Montserrat-Black;
    src: url(../font/Montserrat-Black.ttf);
  }

@font-face {
    font-family:  Montserrat-Bold;
    src: url(../font/Montserrat-Bold.ttf);
}

body {
    font-family: Montserrat-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: white;
    background-color: #10062F;
    margin: 0;
}
h1 {
    font-family: Montserrat-Black;
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 108%;
    text-align: center;
}

h2 {
    font-family: Montserrat-Bold;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

h3 {
    font-family: Montserrat-Regular;
    margin: 0%;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
}

h4 {
    font-family: Montserrat-Bold;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    display:inline-block;
    width: 100%;
}

p {
    margin: 0;
}

