{
    margin: 0;
    padding: 0;
}
#navbar{
  margin-bottom: 0px;
}

body {
    background-color: #bababa;
    /*background-image:url("../images/metal_tilt.png");*/
    background-image: url("../images/backgroundCropped4.jpg");
    color: #fff;
    font: 14px/1.3 Arial, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}
/*.container {
    margin: 20px auto;
    position: relative;
    height: 720px;
    width: 960px;
    /*background:url("../images/metal_bg.png") no-repeat 11px 22px ;
}
.displayText {
    margin: 20px auto;
    position: inherit;
    color: #d43f3a;
}*/
#mainHeader {
  color: white;
  text-align: center;
  /*height: 45px;
  width: 830px;
  border-style: solid;
  border-width: medium;
  border-color: black;*/
}
#clockLink {
  margin-top: 10px;
  height: 45px;
  width: 235px;
}

#currentLocationRadarHeader{
  text-align: center;
  border-style: solid;
  border-width: medium;
  border-color: black;
  padding: 10px;
  /*width: 805px; */
  color: black
}

#forecastEmbed {
  border-style: solid;
  border-width: medium;
  border-color: black;
  height: 35%;
  width: 100%;
/*  height: 245px;
  width: 830px;*/
}
#localMap {
    text-align: center;
    height: 60%;
    width: 100%;
  /*  height: 500px;
    width: 830px; */
    border-style: solid;
    border-width: medium;
    border-color: black;
}

#thompsonCalendar{
  border: solid 1px #777;
  height: 60%;
  width: 100%;
/*  height: 600;
  width: 830;*/
}

#headerThompsonFamilyCalendar {
  text-align: center;
  border-style: solid;
  border-width: medium;
  border-color: black;
/*  padding: 10px;
  width: 805px;*/
  color: black
}

#headerKansasCity {
  text-align: center;
  border-style: solid;
  border-width: medium;
  border-color: black;
/*  padding: 10px;
  width: 805px;*/
  color: black
}

#headerNewBoston{
  text-align: center;
  border-style: solid;
  border-width: medium;
  border-color: black;
/*  padding: 10px;
  width: 805px;*/
  color: black
}

#mapKansasCity{
  height: 60%;
  width: 100%;
/*  height: 500px;
  width: 830px; */
  border-style: solid;
  border-width: medium;
  border-color: black;
}

#mapNewBoston{
  height: 60%;
  width: 100%;
/*  height: 500px;
  width: 830px; */
  border-style: solid;
  border-width: medium;
  border-color: black;
}

#mapNewBostonPageMap{
  height: 100%;
  width: 100%;
/*  height: 500px;
  width: 830px; */
  border-style: solid;
  border-width: medium;
  border-color: black;
}

.responsiveCal {
 
  position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
   
  }
   
  .responsiveCal iframe {
   
  position: absolute; top:0; left: 0; width: 100%; height: 100%;
   
  }



/*footer {
    background-color:#212121;
    bottom:0;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:70px;
    left:0;
    position:fixed;
    width:100%;
    z-index:100;
}

footer h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}

footer a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}

footer .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}*/
