.page-header {
	background-color: transparent; 
	padding: 0;
}  

.list-unstyled li {
padding: 1.5rem;

}
.list-unstyled li a {
color: black;
text-decoration: none;
}
.list-unstyled li a:hover {
color: black;
}
.panel-title a{
	text-decoration: none;
	font-weight: bolder;
}
.panel-collapse.collapsing{
	box-shadow: 1px 6px 20px -5px #000;
}
.panel-collapse.collapse.in{
	box-shadow: 1px 6px 20px -5px #000;
}

.thumbnail {
	background-color: transparent;
}

.thumbnail h4{
	border: 0.5px gray solid;
	padding: 10px;
	text-align: center;
}

.container-1{
	background-color: transparent;
	padding: 20px;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 16px;
	text-align: justify;

}

.container-2 h5{
	color: black;
}

.container-2 a{
	color: black;
	text-decoration: none;
}

.container-3{
	background-color: #f4f4f4;
	margin: 30px;
}

.card h4{
	border: 0.5px gray solid;
	padding: 10px;
	text-align: center;
}

#accordion .card1{
	background-color: #f5f5f5;
}

#accordion button{
	color: black;
	text-decoration: none;
}


.form-group button{
	border: 0.5px gray solid;
}

footer {
    width: 100%;
    min-height: 100px;
    background-color: grey; 
}
#soc {
    width: 100%;
    min-height: 50px;
    background-color: black;
}
#soc ul {
    list-style-type: none;
}
#soc ul li {
	padding: 2%;
    display: inline-block;
}
#soc ul li a {
    text-decoration: none;
    color: dimgray;
    font-size: 45px;
}
#soc ul li a:hover {
    color: white;
}
#end ul {
	list-style-type: none;
	margin-left: 0px;
}
#end ul li {
    padding: 1%;
    display: inline-block;
}
#end ul li a {
    text-decoration: none;
    font-family: 'Mandali', sans-serif;
    color:black;
    font-size: 16px;
}
#end ul li a:hover {
    color: white;
    text-decoration: underline;
}
#end p {
    margin-bottom: 1%;
}

.container-f {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
	text-align: center;
}
ul {
padding-inline-start: 0px;

}
.card a {
	text-decoration: none;
	color: black;
}
.col-md-3 {
	background-color: black;
	text-align: center;
	display: table;
	min-height: 70px;
	
}

.col-md-3 p {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	color: #f4f4f4;
	font-size: 25px;
	
}
.col-md-9 {
	background-color: dimgrey;
	min-height: 70px;
	display: table;
}
.col-md-9 p {
	display: table-cell;
    vertical-align: middle;
}
.col-md-12 {
	background-color: dimgrey;
	min-height: 40px;
	font-size: 20px;
}
#home-tab {
	color: dimgray;
}
#profile-tab {
	color: dimgray;
}
#contact-tab {
	color: dimgray;
}
