body{
	background-color: #ececee;
    font-family: 'Delight';
    font-weight: 300;
}
header{
	background-color: #000;
	padding: 10px 0px;
}
@media(max-width: 767px){
    header img{
        height: 40px;
    }
}
video {
    width: calc(100% + 24px);
    margin-left: -12px;
    max-height: 100%;
}
.p-0 { 
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Delight';
    font-weight: 300;
    text-transform: uppercase;
    color: #de433d;
    font-size: 5vw;
    line-height: 5vw;
}
@media(max-width: 767px){
    h1, h2, h3, h4, h5, h6{
        font-size: 10vw;
        line-height: 11vw;
    }
}
p{
    color: #000;
}
.black{
    color: #000;
}
.p-t-50{
    padding-top: 50px;
}
.p-b-50{
    padding-bottom: 50px;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-30{
    margin-bottom: 30px;
}
@media(max-width: 767px){
    .p-t-50{
        padding-top: 20px;
    }
    .p-b-50{
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .hello{
        font-size: 16vw;
        line-height: 16vw
    }
}
.btn-red{
    background-color: #de433d;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}
.btn-red:hover{
    color: #de433d;
    background-color: #000;
}
.btn-white{
    background-color: #fff;
    color: #de433d;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}
.btn-white:hover{
    color: #de433d;
    background-color: #000;
}
.hello-we-are{
     background: url(images/hello-we-are-bg.webp) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.text-white{
    color: #fff;
}
footer{
    font-family: Arial;
    background-color: #000;
    padding: 15px;
}
footer img{
    height: 30px;
}