/*
Theme Name: Nickstrap
Author: Nicholas Wan
Author URI: https://nickswebsolutions.co.uk
Desciption: My Bootstrap Theme for WordPress
Version: 1.0
*/

.home-hero{
	height:480px;
	background-image: url('/wp-content/uploads/2025/06/Nick-noback.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 300%;
}

@media screen and (max-width:768px){
	.home-hero{
		background-position: 50%!important;
	}
}

.home-hero .container{
	padding-top: 150px;
}
.home-hero h1{
	font-size: 60px;
	font-weight:700;
}
.nws-gradient{
	background-image: linear-gradient(to right, #1C99FE, #A845C6, #FD4766);
    background-clip: text;
    color: transparent;
}
/*{
	font-size: 75px;
    font-weight: 500;
    background-image: linear-gradient(to right, #1C99FE, #A845C6, #FD4766);
    background-clip: text;
    color: transparent;
}*/