@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	background-color: rgba(122, 202, 143, 100)

}

.navbar {
	padding: .5rem;
	background-color: black;
}


.navbar-nav > li {
	   padding-top: 10px;
		padding-right: 15px;
}

.nav-link {
	font-size: 1.1em;
	color:rgb(255, 255, 255)
	
}

.nav-link:focus {
	outline: none;
}

.nav-link:hover {
	color: rgba(246, 152, 54, 100);
}

.navbar-toggler-icon {
	display: block;
	/* border-top: 0.1px solid white; */
	background-image: url(logos/hamburger.png)
}


.popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.2);
}
.popup-content {
  position: relative;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  background-color: rgb(106, 194, 124) ;
  animation-name: animate;
  animation-duration: 1s;
  text-align: center;
  border-radius: 5px;
  color: black;
}

@keyframes animate {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
    color: #0c0000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.container-fluid {
   
    padding-right: 0px !important;
    padding-left: 0px !important;
    
}

.btn {
	background-color: rgba(246, 152, 54, 100);
	margin-bottom: 70px;
}


.btn a {
	color: rgb(14, 12, 12);
	font-size: 1.5rem;
	text-decoration: none;
}

.btn a:hover {
	color: white;
}

.cool-style {
	background-color: rgba(122, 202, 143, 100);
	color: rgb(14, 12, 12);
	height: 9em;
}

.fonted {
	font-family: 'Cedarville Cursive', cursive;
	font-size: 1.8em;
}

.middle {
	background-color: black;
	color: rgba(224, 229, 233, 100);
}

.social > a {
	font-size: 3rem;
	padding: 3rem;
}

.fa-facebook {
	color: #3b5998;
}

.fa-google{
	color: rgb(51, 110, 241);
	background-color: linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
	
}
.fa-instagram {
	color: #fff;
	border-radius: 40px;
	line-height: 900px;
	background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.fa-yelp {
	color: rgb(199, 12, 27);
}

.fa-facebook:hover,
.fa-google:hover,
.fa-instagram:hover,
.fa-yelp:hover {
	color: #d5d5d5;
}

footer {
	background-color: rgb(14, 12, 12);
	color: rgb(255, 255, 255);
  padding-top: 2rem;
}

hr.light {
	border-top: 1px solid #d5d5d5;
	width: 75%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

footer a {
	color: #d5d5d5;
}

hr.light-100 {
	border-top: 1px solid #d5d5d5;
	width: 25%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

.chhiring {
	font-size: 13px;
}

.chhiring:hover {
	text-decoration: none;
	color: rgba(122, 202, 143, 100);

}

/*---Media Queries --*/
@media only screen and (max-width: 992px)
 {
    .social a {
    	font-size: 4em;
    	padding: .2rem;
		}
 
		.caption {
			padding-top: 50%;
		}
	}
	
	
@media (max-width: 768px) 
{
    .carousel-caption {
	top: 55%;
}

.display-4 {
	font-size: 200%;
}

.social a {
	font-size: 2.5em;
	padding: 1.2rem;
}
.btn {
	margin-top: 20px;
	padding: 0px 1px;
}

}

@media (max-width: 576px) {
    
.display-4 {
	font-size: 160%;
}
.navbar-light .navbar-nav .nav-link {
	display: inline;
}
.display-5 {
	font-size: 100%;
}
.pb-2 .mt-4 .mb-2 .border-bottom {
	text-align: center;
	background-color: black;
	color: white;
	font-size: x-small;
}
.btn {
	padding: 0px 1px;
	margin-top: 2px;
}

}


/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 40%;
  /* margin: 0!important; */
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
	height: 100%;
  background-image: url('images/piccurry.jpg');

  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}




/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


