.mainBody { 
	min-height:100vh;
	background: url(../images/Resources/PageResources/resourceHome/ArcaneBG.png) no-repeat center center fixed;				;
	background-size: cover;
    text-align: center;
  }

.servicesLink:hover, .servicesLink:active{
    text-decoration: underline;
}

.servicesLink:visited { 
	text-decoration: none; 
    color:black;
}

.menuSelected{
    margin: 0px;
    font-family: 'Acumin';
    font-weight: bold;
}

.menuUnselected{
    margin: 0px;
    font-family: 'Acumin';
}

.secondBanner {
	min-height: 20vh;
    margin:0px;
    padding:0px;
	display:flex;
	color: aliceblue;
	background: url(../images/Resources/PageResources/resourceServices/headerPatternedBG.png) no-repeat center center;		
	background-size: cover;
    flex-direction: column;
	justify-content: center;
	text-align: center;
	h1 {
		margin-top: 0;
		margin-bottom: 0;
		font-family: 'Acumin', sans-serif;
		font-weight: bold;
		font-size: 50px;
	}
}

/* BODY */
.mainContainer {
    min-height:85vh; /* 100vh --> 85 vh*/
	background: url(../images/Resources/PageResources/resourceServices/servicePatternedBG.png) no-repeat center center fixed;		
    background: cover;
    background-size: cover;

    /*
    div {
      /* border: 5px solid black; */ 
      
    h3, p {
        font-family: 'Acumin';
        font-weight: 'normal';
        font-size: medium;
        text-align: left;
        margin:0px;
    }
    
    h1, h2 {
        font-family: 'Acumin';
        font-weight: bold;
        text-transform: uppercase;
        color:#D3AF37;
        padding: 0%;
        margin-top:2%;
        margin-bottom:3%;
        text-align: left;
    }
    
    h3 {
        color: white;
    }
}

/* SERVICES */
.content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 9vh;
    height: 50vh;    
}

.column{
    width:20%;  
    background-color: #171717;
    border: 1px solid white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    h3 {
        text-align: center;
    }
}

/* COLUMN HEADER */
.boxHeader{
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width:fit-content;
    border: 1px solid white;
    border-radius: 10px;
    padding: 2%;

    h1{
        text-align: center;
        vertical-align: middle;
    }
}

/* BUTTON */
.buttonBookNow{
    margin-top: 5%;
}


.mainFooter{
    min-height: 10vh;
    background:#D3AF37;
    background-size:cover;
}
