@font-face {
  font-family: TexgyReadVentor;
  src: url("../fonts/texgyreadventor-regular.otf") format("opentype");
}
.show{
    background-color: #62894a;
    color: black;
    margin-bottom:15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.caliber{
    margin:3px;
    list-style-type: none;
    background-color: black;
    color:snow;
    padding:7px;
    display: inline;
    text-transform: uppercase;
}
html, body {
  background-color: #fff;
  color: #464646;
  font-size: 14px;
  font-family: 'TexgyReadVentor', sans-serif;
  font-weight: 100;
  height: 100vh;
}
.card-body{
    font-family: "Segoe UI", sans-serif;
}

.example-image{
    width:80px;
}

@media (max-width: 767.98px) {
    .content{
        overflow-x: hidden;
        margin-top:10vh;
        padding: 20px;
        background-color:black;
    }
}

.content{
    overflow-x: hidden;
    margin-top:50vh;
    padding: 20px;
    background-color:black;
}

.full-height {
  height: 100vh;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.position-ref {
  position: relative;
}
.image-holder{
    height:250px;
    padding: 20px;
    position:absolute;
    left: 50%;
    top: 108.5vh;
    margin-left: -100px;
    z-index: 20;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}
.cs-image{
    max-width: 300px;
}

.up-title {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: white;
}

.title {
  font-size: 4rem;
  color: white;
}

.up-image {
  margin-top: -10%;
}

.m-b-md {
  margin-bottom: 30px;
}

.index {
  background-image: url("../images/frontend2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


.footer {
  min-height: 300px;
  background-color: #4e4e4e;
}

.footer-bottom {
  min-height: 70px;
  background-color: #343434;
  color: #818181;
}

.a {
  border: 3px solid black;
}
.gal{
    font-size: 2rem;
    font-weight: 600;

    text-transform: uppercase;
    color:black;
}

.gal-bottom{
    margin-bottom:20px;
    border-bottom: 1px solid grey;
}

.bt-f {
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 25px;
  background-color: white;
}

#map {
  height: 400px;
  width: 100%;
}
.direct-contact{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
}

.img-fluid{
    margin:3px;
    border-radius: 5px;
    border : 1px solid #acacac;
}
