.trans{
 â
}body,
html {
    height: 100%;
		}
.parallax {
    background-image: url("https://c0.wallpaperflare.com/preview/330/786/353/architecture-cinque-terre-coast-coastline.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    z-index: 2;
}
* {
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 1;
}

.parallax-inner {
    padding-top: 14%;
}

.navbar {
  	display:flex;
    background: rgba(237,182,173, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
  	height: 7%;
    font-family: 'Raleway';
    font-size: auto;
    z-index: 99;
  	align-items: center;
 	 justify-content: center;
}

.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Raleway';
}

.navbar a:hover {
    background: rgba(213,163,155, 0.9);
}

.left{float: left;
}

.right{float: right;
}

.logo
{
 	padding-top: 63px;
}
.navbarOuter
{
  background: green;
  overflow:hidden;
  height:auto;
}
.button{
  padding-left: 740px;
}
.card
{
  position:relative;
  display: inline-block;
}
  .button {
        position: relative;
    }
.card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
.card:hover .img-top {
        display: inline;
		}
.slide {
  transition: 0.3s;
  width: 300px;
  border-radius: 10px;
  padding-left: 80px;
  display:flex;
}
.jump {
  background: (255,255,255,0.5);
}
.column
{
  flex-direction:column;
  padding: 43px;
}
.column:hover {
  transform: scale(1.2);
}
.imgg {
  border-radius: 10px 10px 0 0;
}

.container {
  width: 300px;
  background-color: rgba(237,182,173);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
h4 {
    font-size: 26px;
    letter-spacing: 2px;
  	font-family: 'Raleway';
  	padding: 15px;
}
#book {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;;
}

#search-form {
  border: 10px solid rgba(237,182,173,0.9);
  width: 700px;
  position: relative;
  background: rgb(255,255,255, 0.6);
  border-radius: 25px;
  font-weight: bold;
}

#header {
  height: 70px;
  padding-top:10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#header h1 {
  margin-left: 20px;
  font-size: 2.7em;
  font-family: 'Raleway';
}

.flight {
  padding-left: 20px;
  padding-right: 20px;
}
.flight input, select {
    color: #6B6A6A;
}

.info-box {
  padding: 10px 0;
  margin-top: 20px;
  flex: 1;
  border-right: 20px solid transparent;
font-family: 'Raleway';
}
.info-box:last-child {
  border-right: none;
}
.info-box label {
  display: block;
  color: #000;
  font-size: 1.1em;
}
.info-box input[type=text], input[type=submit], select {
  border: none;
  outline: none;
  background: (255,255,255,0.9);
  margin-top: 5px;
  width: 100%;
  padding: 5px;
  height: 30px;
  border-radius: 3px;
}

#flight-type {
  display: flex;
  justify-content: flex-start;
  
}
#flight-type .info-box {
  flex: 0 1 25%;
  display:flex;
  align-items: center;
}

#flight-depart {
  display: flex;
  justify-content: space-between;
}
#flight-depart .info-box {
  position: relative;
}
#depart-res, #arrive-res {
  position: absolute;
  background: #FFFFFF;
}
#depart-res p, #arrive-res p {
  padding: 7px 2px;
}
#depart-res p:hover, #arrive-res p:hover {
  background: #EDEDED;
  cursor: pointer;
}

#flight-dates {
  display: flex;
}

#flight-info {
  display: flex;
}

#flight-search .info-box {
  display: flex;
  justify-content: center;
}
#flight-search input[type=submit] {
  background: rgba(237,182,173,0.89);
  color: white;
  padding: 0;
  height: 50px;
  font-size: 1.8em;
  font-family: 'Raleway';
}
#flight-search:hover input[type=submit] {
    background: rgba(213,163,155, 0.9);
}

#calender {
  border: 3px solid rgba(237,182,173);
  padding: 5px;
  opacity: 0;
  background: #FFFFFF;
  position: absolute;
  transition: opacity .3s;
  pointer-events: none;
}
#calender .nav {
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#calender .nav button {
  background: rgba(237,182,173);
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 5px 8px;
  font-weight: 600;
  border-radius: 3px;
}
table {
  border: 1px solid #DBDBDB;
  background: #F4F4F4;
}
table td {
  border: 1px solid #DBDBDB;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.normal {
  color: rgba(0,0,0,.8)
}
.today {
  background: #FF3240;
  color: #FFFFFF;
}
.closed {
  color: #DBDBDB;
  cursor: default;
}
.picked {
  background: rgba(237,182,173);
}
#month {
  display: inline-block;
}

#confirm {
  width: 500px;
  padding: 20px;
  border: 5px solid #55AF3A;
  margin: 20px auto;
  opacity: 0;
}
#confirm h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#confirm p {
  padding: 10px;
}
#confirm strong {
  font-weight: 600;
}
.padd{
  padding-left: 40px;
}
.hey{
  background: rgba(237,182,173, 0.69);
  font-family: 'Raleway';
  color: white;
}
h6{
  font-family: 'Libre Baskerville', serif;
  font-size: 50px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
p{
  font-size: 25px;
  padding-left: 250px;
	padding-right: 250px;
  padding-bottom: 32px;
    text-align: center;
      line-height: 1.5;

}
.section {
  position: relative;
  width: 650px;
  max-width: 80%;
  border: 4px solid #333;
  border-top: none;
  text-align: center;
  margin: 100px auto;
}

.section h1 {
  position: relative;
  margin-top: -14px;
  letter-spacing: 4px;
  padding-bottom: 15px;

}

.top-border{
  position: absolute;
  height: 4px;
  width: 24%;
  background-color: #333;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

@media (max-width: 685px) {
.top-border {	
  width: 18%;
	}
}

.section p1 {
  line-height: 30px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  
}

.section a {
  position: relative;
  outline: 0;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  width: 440px;
  max-width: 80%;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
 
  
}

.section a:hover {
  background-color: #EDB6AD;
}

.section a:link, .section a:visited, .section a:link:hover, .section a:visited:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 500px) {
  .top-border {	
    display: none;
  }
  .section {
  border-top: px solid #333;
  }
  .section h {
    margin: 20px 6px;
  }
}
.white{
  background: white;
   padding-bottom: 5px;
}
.spc{
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  padding-bottom: 20px;
  font-family: 'Raleway';
}
.trans{
  height: 130px;
  background: rgba(237,182,173, 0.9);
  font-family: 'Raleway';
  color: white;
}
h5 {
   font-size: 19px;
   padding-top: 52px;

}
.cent{
  text-align: center;
  padding-right: 85px;
  
}
.fa {
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.3;
  	color: black;
}

.fa-facebook {
  padding: 9px;
  color: white;
}

.fa-twitter {
    padding: 20px;
  color: white;
}

.fa-google {
    padding: 12px;
  color: white;
}

.fa-instagram {
    padding: 20px;
  color: white;
}
.rig{
    text-align: right;
     padding-right: 40px;
     padding-top: 25px;
}
.trans {
  display:flex;
  justify-content: space-around;
}