* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'LatinotypeArquitecta';
  src: url('./fonts/LatinotypeArquitecta.eot');
  src: url('./fonts/LatinotypeArquitecta.eot') format('embedded-opentype'),
    url('./fonts/LatinotypeArquitecta.woff2') format('woff2'),
    url('./fonts/LatinotypeArquitecta.woff') format('woff'),
    url('./fonts/LatinotypeArquitecta.ttf') format('truetype'),
    url('./fonts/LatinotypeArquitecta.svg#LatinotypeArquitecta') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* https://generalindustrialpartners.com/assets/fonts/LatinotypeArquitecta.eot
https://generalindustrialpartners.com/assets/fonts/LatinotypeArquitecta.woff2
https://generalindustrialpartners.com/assets/fonts/LatinotypeArquitecta.woff
https://generalindustrialpartners.com/assets/fonts/LatinotypeArquitecta.ttf
https://generalindustrialpartners.com/assets/fonts/LatinotypeArquitecta.svg#LatinotypeArquitecta */

body {
  /* font-family: 'maaxregular'; */
  font-family: 'LatinotypeArquitecta';
  margin: 0px;
  /* opacity: 0; */
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a,
a:after,
a:before,
.btn,
.btn:after,
.btn:before,
input,
button,
select,
textarea,
.selectric {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
button,
textarea {
  -webkit-appearance: none;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

a {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  transition: .4s all;
}

.flexbox {
  display: table;
  width: 100%;
}

.flexbox-item {
  display: table-cell;
  vertical-align: middle;
}

.scrolling-content {
  /* background-color: #f4cfb3; */
  background: url(back.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  transition: 1s all ease;
  padding: 0 15px;
  border: #001c43 solid 0px;
  height: 100vh;
}

.text-center {
  text-align: center !important;
}

.thelogo {
  position: relative;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.scrolling-content img.logo {
  width: 100%;
  max-width: 400px;
}

.scrolling-content .btn-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
}

@media (min-width: 1025px) {
  .scrolling-content .btn-container {
    bottom: 40px;
  }
}

.btn {
  font-family: 'LatinotypeArquitecta';
  max-width: 170px;
  width: 100%;
  border: 1px solid #75a6f6;
  text-align: center;
  background: transparent;
  color: #75a6f6;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 15px 0 15px 0;
  cursor: pointer;
  transition: .4s all;
  -webkit-appearance: none;
  border-radius: 0;
}

@media (min-width: 1025px) {
  .btn {
    font-size: 15px;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact-container {
  position: relative;
  min-height: 100vh;

background: url(back2.png) no-repeat center center fixed;

  background-size: cover;

  padding: 0 24px 0;
  overflow: hidden;
}

/* MAIN CONTENT WRAPPER */
.contact-content .flexbox-item {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

/* PARAGRAPHS */
.contact-content p {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}


/* EMAIL */
.contact-details a {
  display: inline-block;

  overflow-wrap: break-word;
  word-break: break-word;
}

/* POLICY LINKS */
.policy-links {
  margin-top: 50px;
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 10px 10px;
}


/* FOOTER */
/* .footer-note {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;

  font-size: 9px !important;
  line-height: 1.8 !important;
} */

.container {
  max-width: 620px;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  [class*="col-md-"] {
    float: left;
  }
}

@media (min-width: 1025px) {
  .col-md-12 {
    width: 100%;
  }
}

.contact-content {
  height: 90vh;
}

.flexbox-item {
  display: table-cell;
  vertical-align: middle;
}

p {
  font-family: 'LatinotypeArquitecta', sans-serif;
  color: #75a6f6;
  margin-left: auto;
  text-transform: none;
  margin-top: 30px;
  margin-right: auto;
  max-width: 750px;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

span {
  font-size: 14px;
  color: #1d1f42;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.contact-container .closethis {
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 6%;
  max-width: 15px;
}

@media (min-width: 1025px) {
  .contact-container .closethis {
    max-width: 24px;
    transition: .4s all;
  }
  .contact-content {
    height: 100vh;
  }
}

@media (min-width: 1280px) {
  .contact-content {
    height: 100vh;
  }
  .contact-container .closethis {
    bottom: 7%;
  }
}


@media (min-width: 1500px) {
  .contact-content {
    height: 100vh;
  }
}
