.short-image {
    filter: brightness(50%); 
    width:100vw;
    margin-bottom:-5px;
}

.header-tag {
    position:absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    font-size: 4em;
    text-shadow: 1px 1px 0 black;
}

.header-container {
    text-align: center;
    position: relative;
}

.coming-soon {
    text-align:center;
    background-color: lightblue;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.25em;
    padding:1%;
}

.image-move-left {
    margin-right:200%;
}

.text-move-left {
    
    padding-left:5%;
}

.services-header {
    background-color: lightblue;
    margin:0;
    text-align: center;
    padding:2%;
    font-size: 2rem;
}

.services-list {
    line-height: 3rem;
}

.add-border {
    border-left: 10px solid darkorange;
    border-right: 10px solid darkorange;
}

@media screen and (max-width: 1200px) {
    .header-tag {top: 40%;}
}

@media screen and (max-width: 1600px) {
    .image-move-left {margin-right:150%;}
}

@media screen and (max-width: 1350px) {
    .image-move-left {margin-right:100%;}
}

@media screen and (max-width: 1200px) {
    
    .image-move-left {margin-right:0;}
    .text-move-left {margin-right:5%;}
}

@media screen and (max-width: 800px) {
    .header-tag {bottom: 60%; font-size: 1.5em;}
}

.remove-radius {
    border-radius: 0;
}