/* master styles */
body {
	font-family: "Lato", sans serif;
	margin: 0px;	
}

h1 {
	font-family: "Great Vibes", sans serif;
	font-size: 90px;
	color: white;
}



.carousel-inner > .item > img {
    margin: 0 auto;
}
/* Maps*/

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.container {
	display: grid;
	grid-template-columns: 1fr;
}

/* nav styles*/

.nav-wrapper{
	display: flex;
	justify-content: space-between;
	padding: 38px;
}

.left-side{
	display: flex;
}

.nav-wrapper > .left-side > div{
	margin-right: 20px;
	font-size: 0.9em;
}

.nav-link-wrapper{
	height: 22px;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
	color: #8a8a8a;
	text-decoration: none;
	transition: color 0.5s;
}

.nav-link-wrapper:hover{
	border-bottom: 1px solid black;
}

.nav-link-wrapper a:hover{
	color: black; 
}

.active-nav-link {
	border-bottom: 1px solid black;
}

.active-nav-link a{
	color: black !important;
}
/* port folio files*/

.portfolio-items-wrapper {
	display: grid;
	grid-template-columns: 1fr;
}

.textimg {
    width: 600px;
    height: 600px;
    border: 3px solid red;
 
}


.portfolio-item-wrapper {
	position: relative; 
}

.portfolio-img-background {
	height: 600px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.img-text-wrapper {
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: center;
	align-items: center;
	height: 100%;
	text-align: center;
	left: 50%;
	margin-right: -50%;
    transform: translate(-50%, -50%);

}

.logo-wrapper img{
	width: 50%;
	margin-bottom: 0px;
}

.logo-subtitle {
	color: white;
}

.title {
	text-align: center;
	font-size: 20px;
}

/*home*/



.hometxt {
	text-align: center;
	text-align: justify;
	margin: 50px 200px 50px;
	
}

.homenav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	margin: 50px 200px 50px; 
	
}

.one {
	height: 300px;
	margin-left: auto;
  	margin-right: auto;
	background-position: center;
	margin-bottom: 50px;
	border-radius: 8px;
}

.homenav-item-wrapper {
	position: relative; 
	padding: 20px;
}

.homenav-img-background {
	height: 600px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	border-radius: 10px;
}

.homenav-img-text-wrapper {
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: center;
	align-items: center;
	height: 100%;
	text-align: center;
	left: 50%;
	margin-right: -50%;
    transform: translate(-50%, -50%);

}

.homenav-logo-wrapper a{
	width: 50%;
	margin-bottom: 0px;
	color: white;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

/*apartments*/

.apartments-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	margin: 50px 200px 50px; 
}

.apartments-item-wrapper {
	position: relative; 
	padding: 20px;
}

.apartments-img-background {
	height: 600px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	border-radius: 10px;
}

.a-1-header {
	font-size: 30px;
	margin-top: 0px;
}

.a-1-link {
	background-color: #4CAF50; /* Green */
 	border: none;
  	color: white;
  	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	border-radius: 50px;
}

.a-2-header {
	font-size: 30px;
	margin-top: 0px;
}

.a-2-link {
	background-color: #4CAF50; /* Green */
 	border: none;
  	color: white;
  	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	border-radius: 50px;
}

.a-1-2-description {
	text-align: center;
	font-size: 20px;

}

img {
  width: 50%;
  height: auto;
}

p {
    font-size: 10px;
    font-size: 2.5vmin;
}

/*eat annd drink*/


/* Apartments*/

