@charset "UTF-8";
/* CSS Document */

.row:after {
  content: "";
  display: table;
  clear: both;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  padding-top: 40px;

}

li a,
li a:visited{
	color: white;
	text-decoration: none;
	padding: 20px;
	font-size: 21px;
	transition: .6s;
}

li a:hover {
  color: lightslategray;
	transition: .6s;
}


body {
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	color: white;
}
h2 {
	font-size: 30px
}

h2.bigger {
	font-size: 55px;
}

.row {
	position:relative;
	text-align: center;
	width: 100%;
	min-height: 400px;
	background-image: url("images/screenshot1.png");
	background-size: cover;
	background-position: center center;
	}

.title {
	position:absolute;
	top:110px;
	left:0px;
	right: 0px;
	padding:0px;
	text-align: center;
}

.row2 div {
	color:white;
	text-align: center;
	float: left;
	width: 50%;
	min-height: 400px;
	background-color: lightblue;
	background-size: cover;
	background-position: center;
}
.row2 div:hover{
	background-color: lightskyblue;
}

.row3 {
	background-image: url("images/tickets.jpg");
	background-position: center;
	background-size: cover;
	min-height: 400px;
	width: 50%;
	float: left;
}

.ourstory{
	background-image:url("images/ourstory.jpg");
	width:50%;
	float: left;
	background-position: center;
	background-size: cover;
	min-height: 400px;
}

.row5{
	color:white;
	text-align: center;
	float: right;
	background-color: coral;
	width:50%;
	min-height: 400px;
}

.row5 p{
	padding-left: 35px;
	padding-right: 30px;
	text-align: left;
	text-indent: 50px;
}

.row5:hover{
	background-color: hotpink;
}


.marfa{
	background-image: url("images/marfaoutside.jpg");
	position: relative;
	width: 66.66%;
	float: left;
	background-position: center;
	background-size: cover;
	min-height: 400px;
	text-align: center;
	color: lightslategrey;
}

.row6{
	width:33.33%;
	float: left;
	overflow:hidden;
	height:400px;
}

.balloons{
	background-image: url("images/screenshot1.png");
	position: relative;
	width: 100%;
	float: left;
	background-position: bottom;
	background-size: cover;
	min-height: 300px;
	text-align: center;
}

.balloons p{
	padding-left: 35px;
	padding-right: 30px;
	text-align: left;
	text-indent: 50px;
}

.contact{
	color:white;
	text-align: center;
	float: right;
	background-color: hotpink;
	width: calc(33.33%);
	background-size: cover;
	min-height: 188px;
}

.contact:hover{
	background-color: deeppink;
}

.call{
	color:white;
	text-align: center;
	float: right;
	background-color: coral;
	width: calc(33.33%);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 100px;
}

.call:hover{
	background-color: orangered;
}

.text{
	color:white;
	text-align: center;
	float: right;
	background-color: lightblue;
	width: calc(33.33%);
	background-size: cover;
	background-position: center center;
	min-height: 163px;
	padding-top: 25px;
}
.text:hover{
	background-color: lightskyblue;
}

.facebook{
	color:white;
	text-align: right;
	float: left;
	background-color: lightsteelblue;
	width: calc(33.33%);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 12px;
	min-height: 100px;
}

.instagram{
	color:white;
	text-align: center;
	float: left;
	background-color: lightsteelblue;
	width: calc(33.33%);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 12px;
	min-height: 100px;
}
.linkedin{
	color:white;
	text-align: left;
	float: left;
	background-color: lightsteelblue;
	width: calc(33.33%);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 12px;
	min-height: 100px;
}

h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.title h1 {
	font-size: 83px;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

@media screen and (max-width: 894px) {
  p {
    font-size: 18px;
  }
}

@media screen and (max-width: 850px){
	.marfa h1{
		font-size: 32px;
	}	
}

@media screen and (max-width: 819px) {
	li a{
	font-size: 18px;
	}
	.title h1 {
		font-size: 65px;
	}
  .row5 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 738px) {
	li a{
	font-size: 15px;
	}
	.title h1 {
		font-size: 55px;
	}
}

@media screen and (max-width:675px) {
	 p {
    font-size: 14px;
  }
	li a{
	font-size: 13px;
	}
	.row2 div{
		min-height: 300px;
	}
	.row3 div{
		min-height: 300px;
	}
	.ourstory div{
		min-height: 300px;
	}
	.row5 div{
		min-height: 300px;
	}
	 .row5 p {
    font-size: 13.9px;
  }
	.marfa h1{
		font-size: 29px;
	}	
}

@media screen and (max-width:620px){
	.row2 div{
	float: none;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
}
	.row3 div{
	float: none;
	width: 100%;
	min-height: 230px;
}
	.ourstory{
	float: none;
	width: 100%;
	min-height: 230px;
}
	.row5{
	float: none;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	min-height: 230px;
	text-align: center;
}
	li a{
	font-size: 11px;
	padding: 10px;
	}
	.marfa {
	float: none;
	width: 100%;
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	.row6 {
	float: none;
	width: 100%;
	min-height: 200px;
	}
	.balloons{
	float: none;
	width: 100%;
    padding-top: 10px;
	padding-bottom: 10px;
	}
}
	