body{
	background-image: url(../images/mainbg.png);

}


.custom-nav{
	background-image: url(../images/navbarbg.png) !important;
	font-family: 'Montserrat',sans-serif;

}






.icon-text{
	color: #70EA70;
	margin-top: 20px;
	font-size: 30px;
}

.icon-text span{
	color: #fff;
}




.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
	color: #70EA70;
}

.nav-link{
		transition: 0.2s ease-in-out;
		font-size: 20px;
}


.nav-link:hover{
	color: #448E44 !important;

	


}


.carousel-inner{
	margin-top: 70px;
	margin-bottom: 70px;
}

.carousel-control-next-icon {
	background-color: #70EA70 !important;
	border-radius: 10px;
}

.carousel-control-prev-icon{
	background-color: #70EA70 !important;
	border-radius: 10px;
}


.mcblock{
	color: #70EA70;

}


.carousel-item{
	transition: 1s;
}

#boxs{
	margin: 30px 0;
}

.card{
	margin-bottom: 30px;
	display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;


}

.card-text:last-child{
	text-align: center !important;
}

.card button{
	background-color: #70EA70;

	color: #fff;
	font-family: 'Montserrat',sans-serif;
	border: 2px solid #448E44 !important;
	transition: 0.25s ease box-shadow,0.25s ease transform;




}

.card button:hover{
		box-shadow: 3px 3px 3px #5A5A5A;
		transform: scale(1.025);
		



}

.card-img-top{
	transform: scale(1);
	transition: 0.5s ease-in-out;
	cursor: pointer;
}


.card-img-top:hover{
	transform: scale(1.5);


}

figure{
	overflow: hidden;
}

.card a{
	text-decoration: none;
	color: #fff;
}



.mid-text{
	text-align: center;
	font-family: 'Montserrat',sans-serif;
}

.mid-text strong{
   color: #70EA70;

}


.carousel-caption{
	    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
}


.carousel-caption h5{
	    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
}


footer{
	background-image: url("../images/navbarbg.png");
}


footer h1{
   color: #70EA70;
   font-family: 'Montserrat',sans-serif;
   font-weight: bold;
   margin-top: 30px;
}

footer ul li{
 color: #70EA70;
 padding: 5px;


}

footer ul li a:link{
	text-decoration: none;
}


footer ul li a{
	color: white;
	font-family: 'Montserrat',sans-serif;
	transition: 0.3s ease-in-out;
}

footer ul li a:hover{
color: #70EA70;
}


footer h1 span{
	color: #fff;
}


footer p{
	font-family: 'Montserrat',sans-serif;
	color: #70EA70;


}

.comment a{
	color: #fff !important;

}


.comment span{
color: #70EA70;
}

.information{
	color: #70EA70;
}



.fab{
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	padding: 0 10px;
	transition: 0.3s ease-in-out;
	display: block;


}

.fab:hover{
color: #70EA70;
}


.social span{
	color: #fff;
}

.social li{
	font-family: 'Montserrat',sans-serif;
	list-style-type: none;
}

.social ul{
	padding: 0;
}


.card-pricing{
	margin: 50px 0;
	text-align: center;
	padding: 0 15px;
	border: 1px solid rgba(0,0,0,.125);
	background-image: linear-gradient(to right bottom, #dae9da, #c9e4c9, #b9deb9, #a8d9a8, #97d397);
	border-radius: .25rem;
	padding: 15px 5px;
}

.card-pricing h2{
	font-family: 'Montserrat',sans-serif;
}


.card-pricing .btn{
	background-color: #70EA70;
	border: 2px solid #448E44;
	width: 30%;
	height: 35%;
	font-family: 'Montserrat',sans-serif;
}

.process,.support h1,p{
	font-family: 'Montserrat',sans-serif;
}

.support h1{
	border-bottom: 3px solid #70EA70;
	width: 30%;
}

.process h1{
	border-bottom: 3px solid #70EA70;
	width: 30%;
}


.btn a:link{
	text-decoration: none;
}

.btn a{
	color: #fff;
}

.navbar-dark .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(112, 234, 112)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}


.navbar-toggler{
	border: 0 solid transparent  !important;
}


.btn{
	transition: 0.25s ease box-shadow,0.25s ease transform;
}

.btn:hover{
		box-shadow: 3px 3px 3px #448E44;
		transform: scale(1.025);
}

.about{
	text-align: center;
	margin-top: 50px;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.about h1,p{
	font-family: 'Montserrat', sans-serif;
}

.about span{
	color: #70EA70;
}

.discord,.css,.html,.fiverr{
	width: 30%;
	margin: 50px 0;
	opacity: 0.25;
	transition: 0.4s ease-in-out;
}

.discord:hover,.css:hover,.html:hover,.fiverr:hover{
	opacity: 100;
	transition: 0.6s;
}


.references{
	text-align: center;

}

.references-text{
	text-align: center;
	margin-top: 20px;
	font-family: 'Montserrat',sans-serif
}


.portfolio-images .col-lg-4 img{
	width: 60%;
	margin: 15px;
}


.portfolio-images{
	text-align: center;

}

/* Style the Image Used to Trigger the Modal */
#myImg,#myImg2,#myImg3,#myImg4,#myImg5,#myImg6,#myImg7,#myImg8,#myImg9 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover,#myImg:hover,#myImg2:hover,#myImg3:hover,#myImg4:hover,#myImg5:hover,#myImg6:hover,#myImg7:hover,#myImg8:hover,#myImg9:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}