@charset "UTF-8";
.jumbotron {
    margin-bottom: 0px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ffffff;
    padding-top: 5px;
}
.col-12 .jumbotron article {
    text-align: center;
    margin-bottom: 20px;
}
body {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
footer {
	background-color: #191D20;
	color: #FFFFFF;
	width: 100%;
}
.col-12 .jumbotron .text-center {
    font-size: 1.6em;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: none;
    background-size: 100%, 100%;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: gray;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: gray;
}
.carousel-caption p {
    color: #000000;
    font-weight: bold;
    font-size: large;
    height: 0em;
}
.titleofitems {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.groupdescription {
    width: 45%;
    margin-right: 5%;
}
.jumbotron .titleofitems .text-center {
    font-size: 3em;
}
.row {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.70);
}


@media (max-width: 768px){
.titleofitems {
    width: 90%
    margin-left: 5%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.groupdescription {
    width: 90%;
    margin-right: 5%;
    float: none;
	    margin-left: 5%;
}
}
