/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
	--mv-orange: #D93A2B; 
	--mv-darkorange: #BB3023;
	--mv-darkgrey: #3D3D3D;
}

.wrap-content-slider {
	max-width: 1366px;
	width: 100%;
	margin: auto;
	:is(h1, h2) {
		color: white;
		font-size: 5rem;
		line-height: 1.2;
		font-weight: 500;
		margin-bottom: 30px;
		span.orange {
			color: var(--mv-orange);
		}
	}
	p {
		color: white;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 400;
		margin-bottom: 40px;
	}
}

body {
	font-family: "DM Sans", sans-serif;
}

:is(h1, h2, h3, h4) {
	font-family: "Science Gothic", sans-serif;
}

a.bricks-button {
	padding: 0.8em 1.5em;
    font-weight: 500;
    font-family: "Science Gothic", sans-serif;
    background: var(--mv-orange);
    color: white;
	transition: 200ms;
}


a.bricks-button:hover {
 color: #fff;
 background-color: #BB3023;
 box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
 transform: translateY(-2px);
 transition: 200ms;
}

a.bricks-button:active {
 box-shadow: none;
 transform: translateY(0);
}
.section-space {
	padding: 120px 0;
}