.height-90 {
    height: 60px;
}

.height-500 {
    height: 900px;
}

.colour-primary {
    color: #ed1c24;
}

.bg-colour-primary {
    background-color: #ed1c24;
}

.bg-colour-primary--hover:hover {
    background-color: #ed1c24;
}

.justify-center{
    justify-content: center;
}

.location {
    margin-bottom: 5px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #ed1c24 !important;
    font-size: 120%;
    margin-right: 10px !important;
    
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px
}

.plan-price span {
    font-size: 70%;
    font-weight: 300;
}

.height-70 {
    /* height: 100% !important;
    width: 100%; */
    /* height: 45%; */
    height: 500px;
    position: relative;
    top: 7.5%;
    left: 40%;
}

.test-img {
    width: 100%;
}

.bg-dark-grey {
    background-color: rgb(51, 51, 51);
}

.pt-minus-100 {
    padding-top: -100px;
}

.pb-minus-300 {
    margin-bottom: -500px;
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.link {
    color: #ed1c24 !important;
}

.link-primary--hover:hover {
    color: #ed1c24 !important;
    transition: color 0.2s;
}

.link-hover:hover {
    color: #000000 !important;
}

.header-btn {
    color: white;
    background-color: #ed1c24;
    padding: 10px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    transition: all 0.2s;
}

.header-btn:hover {
    color: white;
    background-color: #9b1419;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s
}

.pressed:focus {
    background-color: #ed1c24 !important;
}

.smooth {
    scroll-behavior: smooth !important;
}

.comfortaa {
    font-family: 'comfortaa', cursive !important;
}

/** HEADER **/ 
@media only screen and (max-width: 900px) {
	.media-title {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 450px) {
	.media-title {
        font-size: 20px !important;
    }
}

/** HOW IT WORKS **/
@media only screen and (max-width: 1100px) {
	.height-70 {
        left: 30%;
    }
}
@media only screen and (max-width: 1000px) {
	.height-70 {
        left: 20%;
    }
}
@media only screen and (max-width: 900px) {
	.height-70 {
        left: 10%;
    }
}

@media only screen and (max-width: 768px) {
	.height-70 {
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 60px;
    }
}