.bannerimg{
    background-color: black;
    width: 97.5%;
    opacity:80%;
    display: block;
    margin-top: 2%;
    margin-left: 1%;
}

.banner-container{
    margin: auto;
    position: relative;
}

.text-block{
    position: absolute;
    bottom: 2%;
    right: 2%;
    color: #fff;
    padding-left: 12%;
    padding-right: 2%;
}

.company-name{
    font-size: 80px;
    font-family: Jost;
}

.mission{
    font-size: 18px;
    filter: drop-shadow(8px 10px 4px #000);
} 

/*capabilities*/

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 30px;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
    margin-top: 2%;
    font-size: 18px;
}

.hover-1:hover .hover-1-content {
    bottom: 1.5rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0.5;
}

/*button*/
.btn-primary{
    background-color: orange;
    border: 1px solid orange;
    height: 40px;
}

.btn-primary:hover{
    border: 1px solid #fff;
    background-color: #fff;
	color: #000;
}

/*old*/
.capabilities .heading{
    margin: 3% 2% 0.6% 0%;
    font-family: Jost;
}

/*.capabilities .card{
    margin: 0% 0%;
    margin-bottom: 20px;
    height: 450px;
}

.capabilities .card img{
    height: 250px;
    display: block;
    object-fit: cover;
}*/

.capabilities .underline{
    background-color: orange;
    width: 150px;
    height: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 250px) and (max-width: 710px) {
    .company-name {
        font-size: 30px;
        filter: drop-shadow(8px 10px 4px #000);
    }

    .mission{
        font-size: 10px;
    }

    .banner-container img{
        width: 100%;
    }

    .footertext{
		background-color: #fff;
        color: #000;
        margin-left: -2%;
	}
}

@media (min-width: 711px) {
    .company-name {
        font-size: 60px;
        filter: drop-shadow(8px 10px 4px #000);
    }

    .mission{
        font-size: 25px;
    }

    .banner-container{
        margin: auto;
        max-width: 1200px;
        position: relative;
    }

    .footertext{
		position: absolute;
        bottom: 0;
        margin: 2% 0 0 0%;
        width: 98%;
        background-color: #000;
        color: #fff;
	}
}
  
@media (min-width: 900px) {
    .company-name {
      font-size: 80px;
      filter: drop-shadow(8px 10px 4px #000);
      /*text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black;*/
    }
}