@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: hsla(137,93%,28%,0.99);
}
.row-circle {
	background-color: white;
	text-color: hsla(133,97%,34%,1.00);
	border-style: solid;
	padding: 10px;
}

.container .navbar.navbar-expand-lg.navbar-light.bg-light {
    background-image: -webkit-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-color: hsla(137,93%,28%,0.99);
}
.navbar-nav .x-auto .nav-item .nav-link {
   color: hsla(133,97%,34%,1.00);
}
.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-toggler .navbar-toggler-icon {
    background-color: hsla(0,0%,37%,1.00);
}


.col-xl-12-header {
    height: 50px;
    background-color: hsla(133,97%,34%,1.00);
    background-size: cover;
    background-position: center;
}

.col-xl-12-header h1{
	font-size: 2.5em;
	/*margin-top: 20px;*/
	/*padding-right:20px;*/
	color: rgba(0,0,0,1.00)
}

.container #accordion1 footer {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(93,91,91,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(93,91,91,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(93,91,91,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(93,91,91,1.00) 100%);
}
.row .col-xl-6 p {
    color: hsla(0,0%,99%,1.00);
}
.row .col-xl-6 h4 {
    color: hsla(0,0%,100%,1.00);
}
body {
    background-image: url(images/art_patterns.jpg);
}
.container {
    /*background-color: hsla(133,97%,34%,1.00);*/
	background-color:antiquewhite;
    border: solid;
	
}
.row-arrow {
	background-color:black;
	
}
body {
}
footer{
	background-image: linear-gradient(180deg,rgba(98,98,98,1.00) 0%,rgba(0,0,0,1.00) 100%);
	border:solid
}
