@charset "utf-8";
/*The SaltSpring Navbar*/
.navbar-SaltSpring {
    color: #AAADA8;
    font-size: 40px;
    font-style: oblique;
    text-decoration: none;
    text-indent: 25px;
}


nav {
    font-size: x-large;
    text-indent: 10px;
}
#nav {
    width: 30%;
    margin: 0 auto;
    font-size: xx-large;
}
nav>ul {
  list-style: none;
}
nav>ul>li {
  display: inline;
}
nav>ul>li>a {
  font-family: "Comfortaa Thin", Comfortaa;
  color: #807f7f;
}

/*The SaltSpring Index Page (description)*/
.mt-0 {
    text-align: left;
    padding-top: 5px;
    color: #000000;
}
.media .media-body ul {
    color: #5B5B5B;
    text-align: left;
}


/*The SaltSpring Page Gradient*/
.container-fluid {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 49.39%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 49.39%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 49.39%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 49.39%,rgba(255,255,255,1.00) 100%);
    color: #848484;
	}

.container-logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*The SaltSpring Footer*/
.footer-container-fluid   {
    background-color: #555555;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(113,108,108,1.00) 0%,rgba(55,52,52,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(113,108,108,1.00) 0%,rgba(55,52,52,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(113,108,108,1.00) 0%,rgba(55,52,52,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(113,108,108,1.00) 0%,rgba(55,52,52,1.00) 100%);
    padding-bottom: 20px;
    padding-top: 15px;
}


/*The SaltSpring Index Page (description)*/
.mt-0 {
    text-align: left;
    padding-top: 10px;
    color: #000000;
}
.media .media-body ul {
    color: #5B5B5B;
    text-align: left;
}

.container-fluid .container {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}


/*The SaltSpring Minutes Page*/
.row .card.col-md-4 .card-header {
    color: #005b9c;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.row .card.col-md-4 .list-group.list-group-flush {
    text-align: center;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;

}
.list-group.list-group-flush .list-group-item a {
    popup
	z-index: 501;
    top: 10%;
    left: 150%;
    bottom:10%;    
    width: 70%;
	padding: 6px;
}
.container-minutes {
    text-align: center;
    color: #005b9c;
}
.container-fluid .container {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.card.col-md-4 .list-group.list-group-flush .list-group-item {
    font-size: large;
}

/*The SaltSpring Forms Page*/
.row .card.col-md-6 .card-header {
    color: #005b9c;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.card.col-md-6 .list-group.list-group-flush .list-group-item {
    text-align: center;
    font-size: large;
}
.container-fluid .container {
	text-align: center;
}

.container-fluid .container .AGM.Notice {
    font-size: xx-large;
    font-weight: bold;
}
.container-fluid .container .AGM.Notice-2 {
    font-size: x-large;
}
