/* 

Theme Name: Melissa Roxburgh Archives
Site URI: https://melissa-roxburgh.thefancarpet.com/
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


/* body */

@import url('css/style-min.css');

@font-face {
  font-family: myFontCats;
  src: url('webfonts/Epidemia.otf');
}

@font-face {
  font-family: myFontdesc;
  src: url('webfonts/Etalasi.otf');
}

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #898989;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
	color: #000; 
	text-decoration: none;
}
#header{
  background-image: url('/images/header-1366.png');
}