/*
Theme Name: Perfect Parfait
Version: 1.0

Text Domain: parfait
*/

@import 'css/style.css';

/*--Changed the font color to slightly darker. was #707070 --*/

body {
  background-position: center center;
  background-image: url("/wp/wp-content/uploads/2015/04/body_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
}

footer .sub-menu {
  top: 21px;
}

footer .sub-menu li {
  line-height: 170%;
}

sub, sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/*--Changed font size large from 12px --*/

p, li, ul, ol {
	font-size: 14px;
	line-height: 180%;
}

li {
	position: relative;
	line-height: 180%;
}

h1 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
	margin-bottom: -12px;
}

footer nav a {
	font-size: 1.5em;
}