@charset "utf-8";
/* Custom Styles for Garden Room Guru website created by Monsters Edge */

/* FONTS */
a { transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; outline: none; color: #231f20;}
a:hover { text-decoration:none; color: #ed1c24;}
a:focus { outline: none;}

/* GENERAL */
html, body { height: 100%; min-height: 100%; font-family: semplicitapro,sans-serif;}
#holding { font-weight: 300; background-color: #796e67; color: #fff; display: block; text-decoration: none;}
#holding p { font-size: 1.3rem; letter-spacing: 2px;}

/* Navbar Styles */


/* RESPONSIVE AMENDED STYLES */
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {

}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* #Mobile (Both)
================================================== */
/* Note: Landscape and portrait */
@media only screen and (max-width: 767px) {

}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
	
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
 
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}