@charset "utf-8";
/* CSS Document */
.background{
	background-image:url(images/Untitled-2.jpg);
	}

.background2{
	background-image:url(images/Untitled-3.jpg);
	}
	
.background3{
	background-image:url(Untitled-1.jpg);	
}

.footer-background{
	background-color: #B1B1B1;
	}
	
.navbar-design{
	background-image:url(images/header_04.jpg);
	}
	
.footer{
	font-size:18px;
	padding:center;
	
	}

.box{
	background-color:black;
	}
	
.h1 {
	color:white;
	font-size:18px;
	}

.text{
	font:architects-daughter;
	}

.pic{
	}
	
.picbig{
	position:absolute;
	width:0px;
	-webkit-transition:width 0.3s linear 0s;
	transition:width 0.3s linear 0s;
	z-index:10;
	}
	
.pic:hover + .picbig{
	width:500px;
	}