﻿body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Varela Round', sans-serif;
}
.list-group {
  list-style: none;
}
.card-body{
border:none;
}
.card-header{
background-color:white;
}

.list-group li::before {
background: #10b20133 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41IDEgNCA2LjUgMS41IDQiIHN0cm9rZT0iIzEwQjIwMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat 3px 5px;

  content: "\2022";
  color: #04AA6D;
  font-weight: bold;
  padding-right: 0.5em;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500
}

.list-group li a{
  color: #004C7C;
  font-weight: 600;
}

b{
color:#000;
}
h1{
    font-weight:600;
    font-size:38px;
    font-weight:bold;
border-left:5px solid #004C7C;
color:#004C7C;
padding-left: 0.2em;
}
h3 {
    font-weight: 600;
    font-size: 24px;
    font-weight:600;
    border-left:5px solid #004C7C;
    color:#004C7C;
    padding-left: 0.2em;
}
p {
    font-size: 18px;
}

#list > li > a{
    font-size: 16px;
    text-decoration: none;
}

.btn-success {
box-shadow: -1px 0px 11px 0px rgba(0,0,0,0.75);
font-weight: 700;
    color: #fff;
    background: #1cbdcf;
    background: -moz-linear-gradient(303deg,#00deb8 0,#01a596 100%);
    background: linear-gradient(147deg,#00deb8,#01a596);
border:none;
}
.btn-primary {
box-shadow: -1px 0px 11px 0px rgba(0,0,0,0.75);
font-weight: 700;
    color: #fff;
    background: #1cbdcf;
    background: -moz-linear-gradient(303deg,#00deb8 0,#01a596 100%);
    background: linear-gradient(147deg,#00deb8,#01a596);
border:none;

border:none;
}