
/*
 * Base structure
 */

html, body { height: 100%; background: #ffffff;}

body {
	background: #ffffff;
	color: #1A152D;
}


h1 { 
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 100%;
 }

h2 { 
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 130%;
 }

h3 { 
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	line-height: 30px;
 }

 h4 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 32px;
	line-height: 46px;
	color: #FF008B;
 }

 h5 { 
	font-weight: bold;
}




p {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
	}

.white {
	color: #ffffff;
}

.client-logo {
	height: 55px;
	margin-right: 25px;
}

a { color: #349e91; transition: all 0.2s;}
a:hover { color: #8d65aa;  transition: all 0.2s; text-decoration: none;}

footer a { color: #aaaaaa; }


/* Header */

.logo {
	max-height: 60px;
	max-width: 100%;
}

.home-header {
	background-image: url("../../images/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1A152D;
	padding: 200px 0 200px 0;
	padding: 15vh 0 15vh 0;
}

.negative-row-parent {
	margin-bottom: 180px;
}
.negative-row {
	margin-bottom: -180px;
}

.gm {
	background: #fff;
}

.card {
	border: none;
}
.card-body {
	padding: 2rem;
}

.btn {
	padding: 0.75rem 2rem;
}

.btn-primary {
    color: #ffffff;
	background: linear-gradient(128.28deg, #00C2FF -5.22%, #5236FF 13.1%, #FF008B 52.02%, #EE08A2 81.2%, #AB29FB 104.67%);
	border-radius: 6px;
}

.btn:hover {
	background-color: #422988;
    border-color: #422988;
}

.btn-coloured {
	background-color: #ffffff;
    border-color: #ffffff;
}


/* Footer */

footer { 
	padding: 24px 0;
}

footer p { 
	font-size: 12px;
	color: rgba(0,0,0,0.2);
}


hr {
    display: block;
    width: 100%;
    padding: 40px 0;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 


h1 { 
	font-size: 30px;
	line-height: 100%;
 }

h2 { 
	font-size: 30px;
	line-height: 100%;
 }

 h4 { 
	font-size: 24px;
	line-height: 100%;
 }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width */
