@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,500&display=swap");
.container {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

header h1 {
  color: #0d5cad;
  font-size: 4em;
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
header h1 span {
  font-weight: lighter;
  font-size: 0.5em;
}
header address {
  text-indent: -9999px !important;
  margin: 0;
  padding: 0px;
  height: 1px;
  line-height: 1px;
}
header h3 {
  color: #0d5cad;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
header a:hover {
  text-decoration: none;
}

h2 {
  color: #0d5cad;
  font-size: 2em;
  line-height: 1.2em;
  margin: 24px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
h2 a {
  color: #0d5cad;
  border-bottom: 1px solid #0d5cad;
}
h2 a:hover {
  text-decoration: none;
  border-bottom-color: #0d5cad;
}

h3 {
  color: #86571f;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 18px 0;
  font-family: "Lora", serif;
  font-weight: normal;
}
h3 a {
  color: #86571f;
  border-bottom: 1px dashed #86571f;
}
h3 a:hover {
  text-decoration: none;
  border-bottom-color: #093968;
}

h4 {
  color: #0d5cad;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 18px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
h4 a {
  color: #86571f;
  border-bottom: 1px dashed #86571f;
}
h4 a:hover {
  text-decoration: none;
  border-bottom-color: #093968;
}

h5 {
  color: #0d5cad;
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 18px 0;
  font-family: "Lora";
  font-weight: normal;
}
h5 a {
  color: #86571f;
  border-bottom: 1px dashed #86571f;
}
h5 a:hover {
  text-decoration: none;
  border-bottom-color: #093968;
}

h6 {
  color: #093968;
  font-size: 1em;
  line-height: 1.1em;
  margin: 18px 0;
  font-family: "Lora";
  font-weight: normal;
}
h6 a {
  color: #86571f;
  border-bottom: 1px dashed #86571f;
}
h6 a:hover {
  text-decoration: none;
  border-bottom-color: #093968;
}

.searchbtn {
  background-color: #231408;
}

.programs {
  background-color: #fbf3e5;
}

.navbar {
  background-color: #093968;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 3px double #fbbe04;
  border-bottom: 3px double #fbbe04;
}
.navbar li a:hover {
  background-color: rgb(13.0619469027, 82.7256637168, 150.9380530973);
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 0.95em;
  font-weight: 400;
  padding: 12px 36px 12px 18px;
  text-transform: uppercase;
  background: url("https://www.montgomeryschoolsmd.org/siteassets/schools/elementary-schools/p-s/rollinges/images/nav-paw.png") center right no-repeat;
}

a .nav-link {
  color: #fff;
}

.nav a {
  color: #fff;
}

.sidebar-1 .school-info-box {
  background-color: #fbf3e5;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 6px;
}
.sidebar-1 .school-info-box p {
  font-size: 14px;
  line-height: 18px;
  color: #0d5cad;
}
.sidebar-1 .school-info-box a {
  font-size: 14px;
  line-height: 18px;
  color: #86571f;
}
.sidebar-1 h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 15px;
}
.sidebar-1 nav {
  background-color: #0d5cad;
  border-radius: 6px;
  border: 5px solid rgb(48.5161290323, 142.8064516129, 239.4838709677);
}
.sidebar-1 nav h2 {
  font-size: 1.6em;
  text-align: center;
  color: #FFFFFF;
}
.sidebar-1 nav .secondary-menu li {
  border-width: 0 0 1px 0;
  border-color: rgb(48.5161290323, 142.8064516129, 239.4838709677);
  border-style: dashed;
}
.sidebar-1 nav .secondary-menu li:hover {
  background-color: rgb(16.564516129, 117.2258064516, 220.435483871);
}
.sidebar-1 nav .list-group-item {
  border-width: 0 0 1px 0;
  border-color: rgb(5.8709677419, 41.5483870968, 78.1290322581);
  border-style: dashed;
}
.sidebar-1 .list-group li a {
  color: #fff;
  font-style: italic;
  font-size: 1em;
  line-height: 1.2em;
  padding: 12px 0;
}
.sidebar-1 .schooleventindexpage .calendar {
  padding: 20px 15px 15px 15px !important;
  border-radius: 6px;
  background-color: #fbf3e5;
}
.sidebar-1 .schooleventindexpage .calendar p {
  line-height: 1.5em;
  font-size: 0.89em;
}
.sidebar-1 .schooleventindexpage .calendar p strong {
  text-transform: uppercase;
  color: #0d5cad;
}
.sidebar-1 .schooleventindexpage .calendar a {
  color: #86571f;
  font-size: 95%;
  font-style: italic;
}

.list-group a.list-group-item h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  margin: 5px 0;
  color: #86571f;
}

.footer {
  padding: 20px;
  background-color: #0d5cad;
  color: #fff;
  font-size: 95%;
}
.footer p, .footer a {
  color: #fff;
  font-size: 95%;
}

.carousel-item h2 {
  color: #fff;
}

.btn-default, .Calendar-template-school .calendar-container .fc-view-container a.fc-event, .Calendar-template-school .calendar-container .fc-view-container a.fc-event.color-1 {
  background-color: #0d5cad;
  border-color: #0d5cad;
}

.btn-default:hover, .Calendar-template-school:hover .calendar-container:hover .fc-view-container a.fc-event:hover, .Calendar-template-school:hover .calendar-container:hover .fc-view-container a:hover.fc-event.color-1:hover {
  background-color: rgb(7.6532258065, 54.1612903226, 101.8467741935);
}

.btn-primary {
  background-color: rgb(48.5161290323, 142.8064516129, 239.4838709677);
  border-color: #093968;
}

.btn-primary:hover {
  background-color: rgb(17.1238938053, 108.4513274336, 197.8761061947);
}

.btn-calendar {
  width: 255px;
  margin: -20px auto 0 auto;
}

.logo.has-image {
  max-width: 1031px;
  margin: 0px auto;
}

.order-md-3 .htmlblock {
  background-color: #fbf3e5;
  padding: 8px;
  margin-bottom: 20px;
  text-align: center;
  border: 5px solid rgb(247.6, 232.8, 206.9);
  border-radius: 6px;
}
.order-md-3 .htmlblock h2 {
  font-size: 1.6em;
  padding: 0 15px;
}
.order-md-3 .htmlblock ul {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.order-md-3 .htmlblock ul li {
  margin: 0px;
  padding: 5px 0px 5px 10px;
  list-style-type: none;
  border-bottom: 1px dashed rgb(234, 192, 118.5);
  text-align: left;
}
.order-md-3 .htmlblock ul li a {
  color: #0d5cad;
}/*# sourceMappingURL=main.css.map */