/*
Theme Name: adroit
Description: Bespoke Bootstrap 4 based theme
Author: Tim's Solutions
Author URI: https://www.timoxendale.co.uk
Version: 1.0.0
*/

html, body{
	height: 100%;
}
body{

background: url(assets/images/bg.jpg) no-repeat #022245;
    background-size: auto;
background-size: 100% 100%;
color:#fff;

}

img{
	max-width: 100%;
}

a, a:hover{
	color: #fff;
	text-decoration: none;
}

.box{
	background-color: #fff;
	padding: 30px;
	color: #000;
	margin-top: 30px;
}

input, label, textarea{
	width: 100%
}

.wpcf7-submit{
	background-color: #000;
	color: #fff;
}