
body {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	background-color: #2b2c31;
}


.btn {
	border-radius: 20px;
	border-width: medium;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
  	margin-bottom: 0.5rem;
	color: #c600a2;
	font-family: 'Montserrat bold', sans-serif;
	font-weight: 900;
}

header {
	background: url("../images/Gradient2.jpg");
  	background-position: left top;
  	background-repeat: repeat-y;
  	background-size: cover;
	padding-left: 40px;
	padding-right: 40px;
}


.textbg {
	background: url("../images/Gradient2.jpg");
  	background-position: left top;
  	background-repeat: repeat-y;
  	background-size: cover;
	padding: 20px;
}


p {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat bold', sans-serif;
	font-weight: 900;
}




a {
  color: #ffffff;
  text-decoration: underline;
  background-color: transparent;
}

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







.btn-primary {
	border-radius: 20px;
	border-width: medium;
	text-decoration: none;
	text-transform: uppercase;
	  color: #d000a0;
  background-color: #ffffff;
  border-color: #d000a0;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	border-radius: 20px;
	border-width: medium;
	text-decoration: none;
	text-transform: uppercase;
	  color: #ffffff;
  background-color: #d000a0;
  border-color: #d000a0;
}
