/*	==========================================================================
	VARIABLES
	========================================================================== */
/*  Fonts
    -------------------------------------------------------------------------- */
/*  Colours
    -------------------------------------------------------------------------- */
/*  Page Header
    -------------------------------------------------------------------------- */
/*  Pagination
    -------------------------------------------------------------------------- */
/*  Offcanvas
    -------------------------------------------------------------------------- */
/*  Blog
    -------------------------------------------------------------------------- */
/*  404
    -------------------------------------------------------------------------- */
/*  Wpcf7
    -------------------------------------------------------------------------- */
body.login div#login h1 a {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/logomonsta.svg");
  background-size: cover;
  width: 92px;
  height: 92px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  body.login div#login h1 a:hover {
    opacity: 0.6; }
  body.login div#login h1 a:focus {
    outline: 0; }

#nav {
  text-align: center; }

#backtoblog {
  display: none; }
