body {
	font-family: 'Montserrat';
  	font-style: normal;
  	font-weight: 100;
	font-size: 24px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}

.background-stm {
	background-image: url("../images/bg_stm_1920x1080.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	width: 100%;
	height: 100vh
	}
	@media (max-width: 576px) {
		.background-stm {
			background-image: url("../images/bg_stm_800x1135.jpg");
			}
		}

.contact {
	position: absolute;
	bottom: 50px;
	left: 5%;
	padding: 5px;
	background-color: rgba(0,0,0,0.60);
	}

.text-yellow {
	color: #e3be00;
	font-weight: 400;
	}

a, a.hover {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    }