@charset "UTF-8";
/* CSS Document */


a{
	text-decoration: none;
}

.navbar-toggler{
	background-color: #000000;
}

.top_bg{
	background-color: #000000;
}

.container-fluid{
	background-color: #1A1A1A;
}

.black_bar{
	background-color: #000000;
}

.card-title{
	color: #FFFFFF;
	font-family: "Judson", serif;
    font-weight: 400;
    font-style: normal;
}

.card-text{
	color: #FFFFFF;
	font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.about_text{
	color: #FFFFFF;
	font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.title_section{
	color: #FFFFFF;
	font-family: "Joti One", serif;
    font-weight: 400;
    font-style: normal;
}

.card-body{
	background-color: #261A2B;
}

.color_style{
	color: #561C6D;
}

.color_style:hover{
	color: #550000;
}

.bi-border-0{
	border: none;
}

