﻿form,
html {
  margin: 0;
}
.Intro {
  background: url('../images/freimann-square-1.jpg') bottom center no-repeat;
  /*min-height: 100%;
    background-repeat: no-repeat;*/
  background-size: cover;
  min-width: 300px;
  color: #fff;
  border-bottom: solid 1px #000;
}
.Intro #Heading {
  padding-top: 500px;
}
.fa-inverse {
  color: #ea9532;
  /*color: #163B86;*/
}
.fa-alt {
  color: #00639E;
}
.WhiteBK {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 40px;
}
#about {
  border-bottom: solid 5px #ea9532;
  border-top: solid 50px #163B86;
  padding-top: 50px;
  padding-bottom: 50px;
}
#map {
  border-bottom: solid 5px #ea9532;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 10px;
}
#Medicare {
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}
#open-enrollment h3 {
  color: #163B86;
}
.Green {
  color: Green;
}
.Red {
  color: #EF342B;
}
.Blue {
  color: #1081a9;
}
.btn-danger {
  background: #EF342B;
  color: #ffffff;
}
.btn-info {
  background: #0D4286;
  border: 1px solid #163B86;
  color: #ea9532;
}
.btn-info {
  background: #00639E;
  border: 1px solid #163B86;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #33a6cc;
}
.Red {
  color: #EF342B;
}
.WaterBlue {
  background-color: #1081a9;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
}
#resources {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 50px solid #00639E;
  border-top: 50px solid #00639E;
}
#aarp {
  background-color: #EF342B;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 5px solid #ea9532;
  border-top: 5px solid #ea9532;
}
.PadLarge {
  padding-top: 75px;
  padding-bottom: 40px;
}
.PadMedium {
  padding-top: 30px;
  padding-bottom: 30px;
}
#buy {
  width: 100%;
  padding: 90px 0;
  background-image: url("../images/buy.jpg");
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom: 5px solid #00639E;
  border-top: 5px solid #00639E;
}
#buy h1 {
  color: #fff;
}
#buy p {
  color: #1d282d;
}
.BlackBK {
  background-color: #222;
  color: #1081a9;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.rc-anchor-normal {
  height: 74px;
  max-width: 100%;
}
.BottomPadding {
  padding-bottom: 50px;
  padding-top: 25px;
}
.TopPadding {
  padding-top: 25px;
}
.Fit {
  max-width: 100%;
}
/*@media (min-width: 576px) {
    .Intro {
        background: url('images/boston-harbor-s.jpg') bottom center no-repeat;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 250px;
    }
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    .navbar {
        min-height: 80px;
    }

    .Intro {
        background: url('images/boston-harbor-t.jpg') bottom center no-repeat;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 432px;
    }

    .navbar-brand img {
        margin-top: 7px;
    }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    .Intro {
        background: url('images/boston-harbor-l.jpg') bottom center no-repeat;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 558px;
    }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    .Intro {
        background: url('images/freimann-square-park-fort-wayne.jpg') bottom center no-repeat;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 700px;
    }
}*/