@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* .syncop {
    font-family: 'Syncopate', sans-serif;
} */

.syncop {
    font-family: 'Syncopate', sans-serif;
}

/* @font-face {
  font-family: 'Syncopate';
  src: url('../fontawesome-free/Syncopate-Bold.ttf');
  font-weight: normal;
  font-style: normal;
} */

.monsebold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
p,
span {
    font-family: 'Montserrat', sans-serif;
}

.robot {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
}

.robotred {
    color: #ac202d;
    font-weight: bold;
    font-size: 25px;
}

.robotred2 {
    color: #990101;
    font-weight: bold;
    font-size: 25px;
}

.parent {
    position: relative;
    top: 0;
    left: 0;
}

.image1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 350px;

}

.image2 {
    position: absolute;
    top: 30px;
    width: 90%;
    left: 30px;
    min-height: 100%;

}



.primary {
    color: white;
    background-color: #ac202d;
}

.btn-primary {
    color: white;
    background-color: #ac202d;
    border-color: #ac202d;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary:hover {
    color: white;
    background-color: #811520;
}

.form-control:focus {
    border-color: #ac202d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
}

:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
}

input {
    font-family: 'Montserrat', sans-serif;
}
