
body{
	margin:0;
	padding:0;
	background-color: #fff;
	color: #000000;
}


a{
	color: #618de5;
	text-decoration: none;
	font-weight: 700;
}


a:hover{
	color: #4b6eb3;
	text-decoration: underline;
}


p{
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6;
}




h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.4;
	color: black;
	margin-bottom: 32px;
    background-color: #d6e5f6;
    padding: 1rem 1.5rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;

}

h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 700;
	color: #695181;
	text-transform: uppercase;
	margin-top: 32px;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	color: black;
	margin-top: 32px;
}

ul,ol,li{
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
}

#banner {

	background-color: #232323;
	height: 100px;


}

#banner img{
	
	width: 180px;
	display: block;
}


#banner-container{
	padding-top:16px;
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;

}

#sub-banner{
	background: linear-gradient(135deg, rgb(109, 158, 236) 0%, rgb(173, 100, 175) 100%);

}

#sub-banner-container{
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sub-banner-container h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: white;
	position: relative; 
	font-size: 1.2rem;
}



#interior-banner {

	background-color: #232323;
	height: 100px;


}

#interior-banner img{
	
	width: 180px;
	display: block;
}


#interior-banner-container{
	padding-top:16px;
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;

}

#interior-banner-container p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: block;
	background: -webkit-linear-gradient(135deg,rgb(109,158,236) 0%,rgb(173,100,175) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	position: relative;
	margin-top: -60px;
	margin-left: 264px; 
	font-size: 2rem;
}

.container{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-top: 50px;
	padding-bottom: 75px;
}











