body {
  padding-top: 70px;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
  border-left:1px solid #E5E5E5;
}
.bg-white {
    background-color: #ffffff !important;
	border-bottom: 1px solid #e4e4e4;
	padding:0;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
color: rgba(0,0,0,1);
font-weight:bold;	
background: #eaf2ff;
border: 1px solid #b7d2ff;
}
.alert-danger {
    font-size: 12px;
}
.alert{
	padding: .25rem 1rem;
}

.bottom{
    position: absolute;
    bottom: 0;	
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
 width:50px;
 height:50px;	
}
.carousel-control-next, .carousel-control-prev{
width:5%;
}

.carousel-caption {
bottom:50px;		/*60 changes for low the wording under slides*/

}

/*** Modal POPup  CSS **/
/* The Modal (background) */
.modal-pop {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-pop {
	position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-content-pop p {
margin-top:10px; 
text-align:center;	
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/* The Close Button */
.close-pop {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-pop:hover,
.close-pop:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/** end modal */

/*** Added CSS for other pages **/

.Web_ParaSpace {
line-height: 0.5;	
}

.Web_Head1 {	
	font-size:18px;
	color:#06BEC7;
	line-height:20px; 
	text-align:left; 
	font-family:museo-sans,Helvetica, Arial, Verdana, sans-serif;
	}

.Web_Text1 {
	font-size:16px; 
	color:#333333; 
	line-height: 1.4; 
	text-align:left; 
	font-family:museo-sans,Helvetica, Arial, Verdana, sans-serif;
}
.smaller{
font-size:14px;	
}
#Web_LeftArea ul li a {
	font-family:museo-sans,Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	color:#F48022;
	text-decoration:none;
	/*padding:3px 10px;*/
}

.Web_Photo img {
    display: block;
	height: 180px;
    align-self: center;
}
.Web_HeadTestimonial {
    font-size: 18px;
    color: #06BEC7;
    line-height: 1.4;
    text-align: left;
    font-family: museo-sans,Helvetica, Arial, Verdana, sans-serif;
    font-style: italic;
}
.Web_TextTestimonial {
    text-align: right;
    line-height: 0.3;
    font-size: 16px;
    color: #333333;
    /* line-height: 1.4; */
    font-family: museo-sans,Helvetica, Arial, Verdana, sans-serif;
}
/** End added pages css **/

@media (max-width: 992px)
{
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.navbar-light .navbar-nav .nav-link {
		font-size:15px;	
	}
	.smaller{
		display: block;
		padding-top:5px;
	}
}


@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
  .navbar-light .navbar-nav .nav-link{
	  font-size:21px;	
  }
}
