/*
    Theme Name: Jak Roome Creative - Holding Page
    Theme URI: https://www.squarebird.co.uk/
    Author: Squarebird Agency Limited
    Author URI: https://www.squarebird.co.uk/
    Description: 
    Version: 1.0
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: jakroomecreative
*/

img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
body.admin-bar{
	min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0));
}
body{
    margin: 0;
    padding: 0;
    
    background-color: #000000;
	display: flex;
	
	min-height: 100vh;
	min-width: 100vw;
	
}

.flex{
	display: flex;
	padding: 0 5vw;
	
	flex-direction: column;
	margin: auto;
}
.flex .row{
	display: flex;
	flex-direction: row;
}

.col{
	display: inline-flex;
	flex-direction: column;
	margin: auto;
}

.logo-container{
	max-width: 500px;
	margin-bottom: 4rem;
}

.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center span{
	text-align: center;
}

h1, h3, h4, h5, h6, span, div{
	color: #ffffff;
	margin: 0;
}

h2{
	color: #ffffff;
	margin: 0 0 4rem 0;
	
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	
	
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 2rem;
}

.splide__pagination{
	bottom: -1.5rem !important;
}