﻿/*COLORS*/
/*FONT*/
/* MEDIA */
/*
    responsive.less contains the following additional @media references
    max-width 1600
    max-width 1450px
*/
/* MISC */
body {
  background-color: #e7ecee;
  padding: 0;
}
.avidenz-logo {
  position: fixed;
  left: 30px;
  top: 30px;
}
.avidenz-logo img {
  opacity: .2;
}
.avidenz-logo img:hover {
  opacity: 1;
}
.tools-nav {
  float: right;
  text-transform: uppercase;
  padding: 30px;
  width: 600px;
  display: flex;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.tools-nav a {
  color: #252d30;
  text-decoration: none;
  opacity: .5;
  font-size: 1.18em;
}
.tools-nav a:hover {
  opacity: 1;
}
/*.tools-nav {
    position: fixed;
    right: 30px;
    top: 30px;

    ul {
        list-style-type: none;
        padding: 0;

        li {
            float: left;
            margin: 10px;

            a {
                color: @DarkBlueGrey;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: bold;
                font-size: @FontSize-13;
                opacity: .5;

                &:hover {
                    opacity: .7;
                }
            }
        }
    }
}*/