﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
header nav {
  /*background: #0767c8;*/
  /*background: -webkit-linear-gradient(top, #086ed5, #055db5);*/
  /*background: linear-gradient(to bottom, #086ed5, #055db5);*/
  /*border-bottom: 1px solid #044e97;*/
  /*background-color: #563d7c;*/
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .15);*/
}

html,body{
  height:100%;
}

body main {
  min-height: 610px;
}

[v-cloak] {
  display: none;
}

body {
  background-color: #f7f7f7;
  /*padding-top: 75px;*/
  /*color: #5a5a5a;*/
  color: #2d2d2d;
}




