
/*GLOBAL */
*{
  	outline: none;
    padding: 0;
    margin: 0;
}
body{
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
 /* background: url(../img/home_bcg.jpg);*/
    background: url(../img/home_bcg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top:150px;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color:white;
  }
footer{
  transition: all 0.5s ease-in-out;
  padding-bottom: 0;
}

.header{
    opacity: 1;
}

/* UPPER-BAR */
.upper-bar{
  height: 150px;
  position: fixed;
  top: 0;
  width: 100%;
  background-image: url(../img/nav_back.png);
  background-size: cover;
  z-index: 2;
}

.upper-bar a img{
  height: 50px;
  padding: 10px;
}

.upper-bar a{
  float: left;
  background: rgba(0,0,0,0);
  padding: 0px 15px;
  margin: 20px 1.5%;
  border: 0;
  border-radius: 3px;
  color: #000;
}

.upper-bar a:hover{
  background: rgba(255,255,255,0.1);
}

.upper button {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  border-radius: 3px;
  border: 0;
  background: #ccc;
  color: #000;
  height: 50px;
  width: 110px;
}
.upper-button{
  text-align: center;
  float:right;
  margin-top: -16px;
  height: 100px;
  position: right;
  background: #ccc;
}
.upper-button{
  transition: all 0.3s ease-in-out;
  background-color: #505050;
  margin: 20px 10px;
  width: 55px;
  height: 55px;
  border: 0px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.upper-button:hover{
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  filter: invert(95%);
  -webkit-filter: invert(95%);
}
.insta{
  background-image: url(../img/in.png);
}
.fb{
  background-image: url(../img/fb.png);
}

/* CARDS INSIDE THE BODY */
.{
  box-sizing: border-box;

}

/* Float four columns side by side */
.column {
  float: left;
  width: 23%;
  margin-left: 35px;
  display: inline-table;
 /* padding: 0 10px;*/}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* RESPONSIVE DESIGN */
/* Responsive columns */
@media screen and (max-width: 875px) {
  .column {
    width: 100%;
  margin:0;
  display: inline-table;
  }
 .card{
	 box-shadow: rgba(0,0,0,0.2);
	 text-align: center;
   margin:0;

	   }
	.footy{
	width:100;
	}

 .body{
  background: url(../img/bcg_mobile.png);
  background-attachment:fixed;
 }
.upper-bar a img{
  height: 32px;
  padding: 10px;
}

.upper-button{
  transition: all 0.3s ease-in-out;
  background-color: #505050;
  margin: 20px 10px;
  width: 45px;
  height: 45px;
  border: 0px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
}


/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  text-align: center;
  background-color:rgba(0, 0, 0, 0.7);
  margin-bottom:150px;
  width: 430px;
  height: 850px;
}

.card p{
font-size:26px;
}

.card h3{
	font-size:30px;
}


/*MORE BUTTON*/
.card button {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  border-radius: 3px;
  border: 0;
  color: #000;
  height: 60px;
  width: 377px;
}
.card button{
  text-align: center;
  float:center;
}
.card button{
  transition: all 0.3s ease-in-out;
  background-color: #505050;
  margin: 20px 10px;
  width: 377px;
  height: 60px;
  border: 0px solid #fff;
  background-position: center;
  background-size: cover;
}
.card button{
	background-image:url(../img/more.png);
}
.card p{
  width: 400px;
  height: 550px;
  padding:10px;
}
/*CONTACT FOOTER*/
.footy{
  width: 100%;
  text-align: center;
  display: inline-block;
  background-size:100%;
   background-image:url(../img/footy_bcg.png);
}

.footy h2{
	color: white;
  font-size: 30px;
   font-weight: bold;
}

.footy h3{
  padding: 15px 0;
  font-size: 20px;
  color: white;
   font-weight: bold;
}

.footy p{
  color: white;
  font-size: 10px;
}

.footy button{
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  border-radius: 3px;
  border: 0;
  background: #ccc;
  color: #000;
  height: 50px;
  width: 110px;
}

.footy button:hover{
  transition: all 0.3s ease-in-out;
  background: #CB7305;
  color: #fff;
  cursor: pointer;
}

.footy-box{
  width: 33.3%;
  margin: 40px 0;
  display: block;
  float: left;
}