
body {
  background: #f7f7f7;
}

.no-margin {
  margin: 0;
}

/*#navbar-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}*/
nav.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

header {
  background-image: url(/img/topfill.jpg);
}

header div {
  background: url(/img/top.jpg) no-repeat;
  height: 110px;
  position: relative;
}

header h3 {
    position: absolute;
    left: 20px;
    top: 10px;
}
header h4 {
    color: white;
    position: absolute;
    left: 25px;
    top: 55px;
}
header a, header a:hover, header a:focus, header a:visited {
    color: white;
    text-decoration: none;
}


.for-iframe {
    padding: 0;
    line-height: 0;
}

iframe.video {
    width: 100%;
    height: 500px;
    border: none;
    margin: 0;
}

.a-block {
  display: block;
}

.mark {
  background: yellow;
}