@import url("https://use.typekit.net/mtj1hcz.css");

:root {
    --primary-colour: #ffffff;
    --secondary-colour: #ce142f;
    font-family: montserrat, sans-serif;
    color: var(--primary-colour);
    font-size: 16px;
    font-weight: 200;
}

::selection {
    /* background: var(--secondary-colour); */
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: var(--secondary-colour);; /* Gecko Browsers */
}

body {
    max-height: 100vh;
    margin: 0;
    background-image: url(../_images/ps_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    display: flex;
    height: 100vh;
}

span.development {
    z-index: 1000;
    display: block;
    position: absolute;
    background: #ffd900;
    padding: 0.5em 1em;
    left: 50%;
    transform: translate(-50%, 0);
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

.container .item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    text-align: center;
    width: 50%;
    background-color: #363032;
    background: rgba(54, 48, 50, 0.6);
}

.container .item img.logo {
    width: 20%;
    margin: 16px 16px 0 0;
}

.container .item p {
    margin: 1.2em 0.5em 1.2em 0.5em;
    font-size: 20px;
}

h1 {
	font-size: 24px;
	margin: 1.2em 0.5em 1.2em 0.5em;	
}

.container .item p.shop-the-range {
    margin: 1.2em 0 0.5em 0;
}

.container .item div.fascia-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 5em;
}

.container .item div.fascia-container .fascia-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 25%;
}

.container .item div.fascia-container a.fascia-item{
    
    padding: 1em;
    text-decoration: none;
    color: var(--primary-colour);
}

@media only screen and (max-width: 1440px) {
    .container .item {
        width: 75%;
    }
}

@media only screen and (max-width: 1024px) {
    
    .container {
        flex-direction: column;
    }
    .container .item {
        width: 100%;
    }
    .container .item {
        margin-top: 2em;        
    }
    .container .item img.logo {
    }
    .container .item p{
        margin: 2em 1em 0.5em;
        font-size: 1.15em;
    }
    .container .item div.fascia-container {
        margin: 0 2em 5em;
    }
}
@media only screen and (max-width: 768px) {
	body {
		background-image: url(../_images/ps_background_mob.jpg);
    }
    .container .item p {
		font-size: 20px;
	}
	h1 {
		font-size: 24px;
	}
}
div.fascia-container img{
	width: 80%;
}

div.fascia-container img.go-outdoors-logo {
	width: 40%;
}

@supports (-moz-appearance:none) { 
	/*  Firefox ony rules - px values needed to display svg images */
	
		div.fascia-container a {
			width: 21%;
		}
	
		div.fascia-container img{
			width: 100px;
		}
		div.fascia-container img.go-outdoors-logo {
			width: 50px;
		}

	@media screen and (max-width: 800px) {
		div.fascia-container img{
			width: 80px;
		}
		div.fascia-container img.go-outdoors-logo {
			width: 40px;
		}		
	}
	
	@media screen and (max-width: 500px) {
	
	}

}

a, a:visited, a:active, a:hover {
	color: #fff;
	text-decoration: underline;	
}
