
::-moz-selection { color: white;  background: black; }
::selection      { color: white;  background: black; }

@media only screen and (max-width:767px) {
  .header {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.home_icon_active {
  background: #00b0ca;
}

.grey_column {
  background-color: #6a6d6f !important;
}

.white_transparent_column {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.transparent_column {
  background-color: rgba(255, 255, 255, 0) !important;
}

.white_column {
  background-color: white !important;
}

.left_side_column_content h1 {
  color: #00b0ca;
}

.menu a {
  background: #a5a5a5;
  color: white;
}

.left_side_column_content p {
  color: black;
}

.orange_transparent_column{
  background-color: #00b0ca;
  color: white;
}

.single_canvas h1 {
 color: #00b0ca;
}

.single_canvas {
  background-color: white;
}

.menu a:hover {
  background-color: #03a9f4 !important;
  cursor: pointer;
}

.active_menu_element {
  background-color: #0288d1 !important;
}

.index_number {
  color: #00b0ca;
}

.main_index_number {
  background: #00b0ca;
  padding-left: 10px;
  padding-right: 10px;
}

.left_side_column_content h2 {
  color: #00b0ca;
}

.left_side_column_content h3 {
  color: #00b0ca;
}

.right_side_column_content h2 {
  color: #00b0ca;
}

.right_side_column_content h3 {
  color: #00b0ca;
}
