/*
Theme Name:   TwentyTwentyFour Child
Theme URI:    https://revolutionresourcing.com.au/
Description:  A child theme of TwentyTwentyFour
Author:       Andrew Jennings
Author URI:   http://yourwebsite.com/
Template:     twentytwentyfour
Version:      1.0.0
*/

.frontpage-banner {
	background-image: url('https://revolutionresourcing.com.au/wp-content/uploads/2024/09/mainphoto.jpg');
    background-size: cover; /* This ensures that the background covers the entire element */
    background-repeat: no-repeat; /* This stops the image from repeating */
    background-position: center; /* This centers the image in the element */
	width:100%;
	height: 600px
}

.white_text {
	color:#FFF;
}

.menu-link {
  text-decoration: none; /* Removes the underline */
  color: black; /* Sets the text color to black */
}