.font-size{
	font-size: 14px;
}

p.font-size{
	text-align: center;
}

div.font-size p{
	text-align: justify;
}

.title{
	color: #FFFFFF;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
}

.button{
	border: 2px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	padding: 15px;
}

.button:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.button:focus{
	text-decoration: none;
	color: #FFFFFF;
}

#cactus{
	display: none;
}

.container p{
	text-align: center;
}

.separator{
	height: 50px;
}

.images{
	width: 300px;
	height: 300px;
}

.noMargin{
	margin-left: -25px;
}

.table{
	text-align: justify;
	color: #FFFFFF;
	min-height: 510px;
}

.oculto{
	display: none;
}

.noOculto{
	display: block;
}

#eventplanner1{
	background: url('../images/EVENT_PLANNER.png');
	background-size: cover;
	background-position: center;
}

#eventplanner1:hover{
	background: rgba(192, 138, 153, 0.7);
	transition: all 1s;
}

#carwash1{
	background: url('../images/CAR_WASH.png');
	background-size: cover;
	background-position: center;
}

#carwash1:hover{
	background: rgba(27, 117, 187, 0.7);
	transition: all 1s;
}

#bakery1{
	background: url('../images/BAKERY.png');
	background-size: cover;
	background-position: center;
}

#bakery1:hover{
	background: rgba(117, 76, 40, 0.7);
	transition: all 1s;
}

#photo1{
	background: url('../images/PHOTO.png');
	background-size: cover;
	background-position: center;
}

#photo1:hover{
	background: rgba(122, 122, 122, 0.7);
	transition: all 1s;
}

#slider{
	background: url('../images/HEADER.jpg');
	background-size: cover;
	background-position: center;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 720px){
	#slider{
		background: url('../images/HEADER.jpg');
		background-size: cover;
		background-position: center;
		max-width: 100%;
		max-height: 100%;
	}
	.table{
		max-width: 100%;
		max-height: 100%;
		margin: 0px;
	}
	#eventplanner2{
		background-color: #C08A99;
		padding: 5%;
	}
	#carwash2{
		background-color: #1B75BB;
		padding: 5%;
	}
	#bakery2{
		background-color: #754C28;
		padding: 5%;
	}
	#photo2{
		background-color: #7A7A7A;
		padding: 5%;
	}
	#main.container {
	    padding-right: 0;
	    padding-left: 0;
	    margin-right: 0;
	    margin-left: 0;
	}
	.buttons{
		display: block;
	}
}

@media screen and (min-width: 721px) and (max-width: 1199px){
	.table{
		max-width: 100%;
		max-height: 100%;
		margin: 0px;
	}
	#eventplanner2{
		background-color: #C08A99;
		padding: 5%;
	}
	#carwash2{
		background-color: #1B75BB;
		padding: 5%;
	}
	#bakery2{
		background-color: #754C28;
		padding: 5%;
	}
	#photo2{
		background-color: #7A7A7A;
		padding: 5%;
	}
	#main.container {
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.buttons{
		display: block;
	}
}

@media screen and (min-width: 1200px){
	.table{
		max-width: 50%;
		max-height: 50%;
	}
	#eventplanner2{
		background: url('../images/EVENT_PLANNER_2.png');
		background-size: cover;
		background-position: center;
		padding: 5%;
	}

	#carwash2{
		background: url('../images/CAR_WASH_2.png');
		background-size: cover;
		background-position: center;
		padding: 5%;
	}
	#bakery2{
		background: url('../images/BAKERY_2.png');
		background-size: cover;
		background-position: center;
		padding: 5%;
	}
	#photo2{
		background: url('../images/PHOTO_2.png');
		background-size: cover;
		background-position: center;
		padding: 5%;
	}
	#main.container {
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.buttons{
		display: none;
	}
}