.container-center{
	background: #ffffff;
	color:#000000;
	min-height: 100vh;
    
}

.btn-xl {
        //Specify your width here
}

.verticaltext {
    position: absolute; 
    padding-left:0px;
    min-height:120px;
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -70px;
    top: 3rem;
    position: absolute;
    color: #ffffff;
    font-size:26px;
    font-weight:bold;
	margin-top:6rem;
	padding-left:10px;
	padding-right:10px;
	background: #6fc067;
}

.bg-img-other{
background-image: url("https://camexa.ca/graphics/BG_Other.png");
background-color: #6fc067;
width: 100%;
height: 10%;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

