/* HomePage Box Select */
.Square_Header             { height:150px; transition: 0.5s all}
.Square_Header_Holder	   { z-index:10; position:relative; }
.Square_Title_Header       { font-family:Raleway; color:black; font-size: 2.5em;  font-weight: 300; }
.Square_Header .Icon_Hotel { background-color:white;}

.square      		 	   { border: 0px solid red; position: relative; text-align: center; width: 90%; margin-left: auto;    margin-right: auto; margin-top: -45px; margin-bottom:30px;}
.square:after 			   { content: ""; display: block; padding-bottom: 100%; }
.content     		 	   { position: absolute; width: 98%; height: 98%;  font-size: 2em; padding-top: 10%; margin:1%; display:none; }
.content:hover     	       { transition: all 0.5s ease; }

.Inside					   { }
.Square_Title 		 	   { font-family:Raleway; font-size:42px; color:white; font-weight:300; border-bottom:1px solid white; width:50%; margin-left: auto; margin-right: auto; width: 80%;}
.Square_Text 			   { font-family:Montserrat; font-size:16px; padding:20px; color:white; position:relative;  transition: all 0.5s ease; width:50%; margin-left: auto; margin-right: auto; width: 80%; }
.Square_PhotoGallery 	   { font-family: Montserrat;background-color: white;font-size: 15px;bottom: 0px;position: absolute;margin-left: 10%;margin-right: 10%;width: 80%;padding: 8px; margin-bottom:-8px;}

