.masthead {
    height: 100vh;
    min-height: 500px;
    /*background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.text-orange{color: #F78B20 !important;}
.text-green{color: #068442 !important;}
.bg-orange{background: #F78B20 !important;}
.bg-green{background: #068442 !important;}
.border-orange{border: 2px solid #F78B20 !important;}
.border-green{border: 2px solid #068442 !important;}

.border-radius-card{border-radius: 15px !important;}

section{margin-bottom: 8% !important;}

@-ms-viewport{
    width: device-width;
}

@media only screen and (max-width: 600px) {
    .row>* {width: auto !important;}

    .masthead {height: auto !important;}

    .m-margin-top-header{margin-top: 30% !important;}
    .m-margin-top{margin-top: 5% !important;}

    .m-width{width: 100% !important;}
}
