body{
	margin: 0;
	font-family: "Montserrat", serif !important;
}
.display-dekstop{
	display: block;
}
.display-mobile{
	display: none;
}
.banner{
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),url("../img/banner.jpg");
  	background-repeat: no-repeat !important;
  	background-size: cover !important;
  	height: 100vh !important;
  	background-position: top center !important;
  	padding-top: 120px;
  	background-attachment: fixed;
}
.banner a{
	text-decoration: none;
}
.banner h3{
	color: white;
	text-shadow: rgb(0, 0, 0) 2px 2px 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.logo{
	max-width: 40%;
	margin: auto;
	margin-bottom: 5px;
}
.desc{
	color: white;
	font-weight: 700;
	text-align: justify;
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.button{
	display: flex;
}
.button-left{
	border-radius: 10px;
	border: solid 2px #b85144;
	background-color: white;
	padding: 10px;
	color: #b85144;
	font-weight: bold;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	margin: 5px;
}
.button-right{
	border-radius: 10px;
	border: solid 2px #b85144;
	background-color: #b85144;
	padding: 10px;
	color: white;
	font-weight: bold;
	width: 50%;
	text-align: center;
	margin: 5px;
	text-transform: uppercase;
}
.second-content{
	padding: 20px;
	background-color: #f9f9f9;
}
.second-content h3{
	color: #292a3b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.second-item{
	border-radius: 15px;
	background-color: #00214d;
	padding: 15px;
	color: white !important;
	margin-bottom: 20px;
}
.second-item h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	color: white !important;
}
.third-content{
	background-color: #f3e9d5;
	color: #893b38;
	padding: 20px;
}
.third-content h3{
	color: #292a3b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.third-content span{
	color: #292a3b;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	align-content: center;
	display: block;
}
.fourth-content{
	padding: 20px;
	color: #292a3b;
}
.fourth-content h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.fourth-content h4{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}
.fourth-content-item{
	background-color: #b85144;
	padding: 0px;
	border-radius: 15px;
	color: white;
}
.fourth-content-item img{
	border-radius: 15px;
}
.fourth-content-item-desc{
	padding: 15px;
	padding-top: 0px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.instagram-content{
	background-color: #f3e9d5;
	text-transform: uppercase;
	color: #b85144 !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
#eapps-instagram-feed-1 a, #eapps-instagram-feed-popup-1 a {
	color: #b85144 !important;
}
.eapps-instagram-feed-title {
	color: #b85144 !important;
}
.fifth-content{
	background-color: #f9f9f9;
	padding: 20px;
}
.footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
}
.footer h1 {
  font-weight: 400;
  font-size: 15px;
}
.floating {
  position: fixed;
  width: 120px;
  height: 90px;
  bottom: 38px;
  right: 12px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 1024px){
	.banner{
		height: auto !important;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.second-content h3 {
		font-size: 18px;
	}
	.third-content h3 {
		font-size: 18px;
	}
	.fourth-content h3 {
		font-size: 18px;
	}
	.fourth-content-item {
		margin-bottom: 20px;
	}
	.fourth-content h4 {
		font-size: 18px;
	}
	.fourth-content-item-desc {
		font-size: 16px;
	}
	.second-content p{
		text-align: center;
	}
	.floating {
	    width: 70px;
	    height: 40px;
	}
	.second-content {
      padding: 0px;
      padding-top: 20px;
    }
    .third-content {
      padding: 0px;
      padding-top: 20px;
    }
    .fourth-content {
      padding: 0px;
      padding-top: 20px;
    }
    .logo {
        max-width:70%;
    }
}
@media only screen and (max-width: 600px){
	.banner{
		height: auto !important;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.second-content h3 {
		font-size: 18px;
	}
	.third-content h3 {
		font-size: 18px;
	}
	.fourth-content h3 {
		font-size: 18px;
	}
	.fourth-content-item {
		margin-bottom: 20px;
	}
	.fourth-content h4 {
		font-size: 18px;
	}
	.fourth-content-item-desc {
		font-size: 16px;
	}
	.second-content p{
		text-align: center;
	}
	.floating {
	    width: 70px;
	    height: 40px;
	}
	.second-content {
      padding: 0px;
      padding-top: 20px;
    }
    .third-content {
      padding: 0px;
      padding-top: 20px;
    }
    .fourth-content {
      padding: 0px;
      padding-top: 20px;
    }
    .logo {
        max-width:70%;
    }
	 
}