.text-hidden {
  display: none;
}
h2 {
  font-size: 1.5em;
}

h1, h2, h3 {
  font-weight: bold;
}

img {
  border: none;
}

#sample-text {
  margin-bottom: 1em;
}

.custom-top-bar ul, .custom-top-bar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title {
  min-height: 300px;
  position: relative;
}
.title img {
  /*padding-top: 2em;*/
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.custom-top-bar {
  background: rgba(30, 30, 30, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  position: fixed;
  width: 100%;
  z-index: 1
}

.custom-top-bar a {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 1em;
  color: #eee;
}
.custom-top-bar a:hover {
  color: #eee;
  background: #666;
}


section {
  padding: 4em 0;
}

section.header {
  padding-top: 6em;
  background: #405c83 url(img/bg.jpg) center center no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

section.header h1, section.header h2 {
  color: white;
}

section.advantages {
  background: #D8E9FD url(img/service.png) 82% 50% no-repeat;
}
section.service {
  background: #CFBEF0 url(img/lock.png) 20% 50% no-repeat;
}
section.file-format {
  background: lightcyan url(img/file-formats.png) 82% 50% no-repeat;
}
section.misc {
  background: powderblue;
}

footer {
  background: #D6D6D6;
  -moz-box-shadow:    inset 0px 2px 7px 0px rgba(0,0,0,0.50);
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.50);
  box-shadow:         inset 0px 2px 7px 0px rgba(0,0,0,0.50);
  padding: 2em 0;
}

footer .contact {
  font-size: .6em;
}

.cpttm-logo {
  width: 80px;
  max-width: 100%;
}



#player {
  background: rgba(0, 0, 0, .8);
  padding: 1em;
}


@media only screen and (max-width: 40em) {
  .custom-top-bar a{
    font-size: .8em;
    padding: 0 .5em;
  }

  section.service, section.advantages {
    background-image: none;
  }

  section.file-format{
    background-size: 20%;
    background-position: 95% 50%;
  }
}