*{
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
body{
 background: #ffffff;

}
h1 {
 color: rgb(243, 243, 243);
 background-color: rgba(222, 155, 21, 1);
  text-shadow:4px 4px 4px #545353;
 text-align: center;
}
h2 {color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0);
	 text-shadow:4px 4px 4px #ffffff00;
	text-align: center;
}

.section-padding {
	padding: 100px 0;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.carousel-item {
color: white;
 height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
} 
.carousel-caption h2{
 font-size: 45px;
 letter-spacing: 2px;
 margin-top: 25px;
}
.carousel-caption p{
 width: 60%;
 margin: auto;
 font-size: 25px;
 line-height: 1.9;
}
.carousel-inner::before{
content: '';
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(0,0,0,0.7);
z-index:1;
}
.navbar-nav a{
font-size: 15px;
font-weight: 500;
}
.navbar-dark .navbar-brand{
color: #853939;
font-size:25px;
font-weight: bold;
letter-spacing: 2px;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover{
color: #000;
}
.navbar-dark .navbar-nav .navbar-link{
color: #ab0000;
}
.w-100{
height:100vh;
}
.card img{
height: 250px;
}



@media only screen and (min-width: 768px) and (max-width: 991px){
	.carousel-caption{
		bottom: 370px;
	}
	.carousel-caption p{
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.navbar-nav{
		text-align: center;
	}
	.carousel-caption{
		bottom: 125px;
	}
	.carousel-caption h5{
		font-size: 17px;
	}
	.carousel-caption a{
		padding: 10px 15px;
	}
	.carousel-caption p{
		width: 100%;
		line-height:1.6;
		font-size: 12px;
	}
}
.center-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh;
    background-color: #de9b15; 
}





