

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
     font-family: cagliostro, raleway, sans-serif; font-size: 20px; font-color: #45B39D; text-align: left;
     }
P {font font-family: cagliostro, raleway, sans-serif;
  }

.background-image: {background-image: url(../image/5212.jpg)
}

#style{text-decoration: underline;}/*id style*/

.style{font-weight:bold; color: blue;}/*class style*/
/**{border:2px solid #333;}*/

h2 {
	margin-top: 10px; margin-bottom: 20px; margin-left: 20px; margin-right: 20px;
	}

h1 {
	padding: 40px; background-color: lightblue; text-align: center;
	}

#sidebar {position: fixed; top: 30px; left: 30px; border: 1px solid red;}

.house{font-size: 300%;}/*class style*/

ul{list-style-type: none;
    }

img{width: 100%}













