/* styles of Coda Service
Copyright Coda Service Oy 2012 */

body {
  font-family: sans-serif;
  font-size: 12px;
  background-color: #fafafa;
  background-repeat: repeat-x;
  margin: 0;
  text-size-adjust: none;
}

.content {
  margin: 0 auto;
  padding: 4px;
  max-width: 960px;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
}

.logo {
  margin: 8px;
}

.language-container {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: flex;
}

.language-icon-container {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.language-icon-container:not(:last-of-type) {
  margin-right: 8px;
}

.picture {
  margin-bottom: 4px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}

.info-container {
  display: flex;
  margin-bottom: 4px;
}

.info-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 4px;
  background-color: #c6d6ff;
  padding: 16px;
}

.info-box:not(:last-of-type) {
  margin-right: 4px;
}

.info-box-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.coda-container {
  background: #d8e4ff;
  border-radius: 4px;
  display: flex;
  padding: 16px;
}

.coda-text-container {
  display: flex;
  flex-direction: column;
}

.coda-text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.coda-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.coda-picture {
  margin-left: 8px;
  height: 40px;
  width: 40px;
}

.sax-picture {
  height: auto;
}

.footer {
  background: #8cb8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.contact-info-container {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}

.contact-info-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-info-area {
  display: flex;
}

.contact-info-page {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.pry {
  width: 400px;
}
