/*fonts*/


 @font-face { font-family: bebasneue;
 src: url('bebasneue.otf.');
  }
  @font-face { font-family: jennasue;
  src: url('Jennasue.ttf.');
   }

 .header{
   font-family: jennasue;
 }

/*navbar*/
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: #46AE87;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width:100%;
}

.navbar li {
    float: right;
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    margin-top: 10px;
    padding-right: 20px;
    padding-bottom: 6px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'AbadiMT-CondensedLight';
    letter-spacing: 1px;
}

a{
  margin-right: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

li a:hover {
    color: white;
    border-bottom: solid 2px;
}

#logo{
  float: left;
  width:180px;
  height:65px;
}


/*below center image*/
#lighter{
  color: #D3D3D3;
}

.fa-circle{
  color: grey;

}

.spacerdot{
font-size: 9px;
text-align: center;
width:100%;
position: relative;
}

/*centerimage*/


#image1{
  display: block;
  width: 100%;
  padding-top: 50px;
}



/*Gallery headers*/

#image3{
  position: relative;
  width:100%;
  padding-top: 30px;
}



/*Imagebank*/
.lineone{
  text-align: center;
  padding:0;
}

.lineone ul{

  list-style: none;
  margin: 10px auto;
  padding:0px;
  text-align: center;

}

.lineone li{
  display: inline-block;
  margin-left: 15px;
  Width:auto;
   text-align: center;
   padding:0;
}



/*Gallery*/
#image3{
  width:100%;

}

.gallerytext{
  margin-top: 50px;
  text-align: center;
  font-family: 'AbadiMT-CondensedLight';
  font-size: 15px;
 color: #3C9474;

}

.maincontent{
min-height: 100%;
margin-bottom: -80px;
position: relative;
}

/*menupage*/


.menu1{
  margin-top: 20px;
  position:relative;
  font-family: 'AbadiMT-CondensedLight';
  font-size: 18px;
 color: #3C9474;
 text-align: center;
}


price{
  text-align: right;
  font-family: 'HelveticaNeue';
  font-size: 14px;
 color: #3C9474;
}

sub{
  font-weight: bold;
  font-family: 'HelveticaNeue';
  font-size: 18px;
 color: #3C9474;
 text-align: left;
}
mid{
  font-weight: bold;
  font-family: 'HelveticaNeue';
  font-size: 14px;
 color: #3C9474;
 text-align: left;
}

reg{
  font-family: 'HelveticaNeue';
  font-size: 14px;
 color: #3C9474;
 text-align: left;
}

.printmenu{
padding:0;
 padding-top: 35px;
 margin-left: 21%;
}

/*Aboutus*/
.blurb{
background-color: white;
font-family: 'AbadiMT-CondensedLight';
font-size: 14px;
 color: #3C9474;
 padding: 10px 0;
 margin:0 auto;
 width:700px;
 text-align: justify;
}


.details{
  background-color: white;
  font-family: 'AbadiMT-CondensedLight';
  font-size: 14px;
   color: #3C9474;
   padding: 10px 0;
   margin:0 auto;
   width:700px;
   text-align:left;

}

.map{
  text-align: center;
  width: 100%;
  padding-bottom: 30px;

}
.social{
  text-align: left;
  padding:0;
}

.social ul{

  list-style: none;
  margin:auto;
  padding:0px;
  text-align: center;

}

.social li{
  margin-top: 30px;
  display: inline-block;
  margin-left: 15px;
  Width:auto;
   text-align: center;
   padding:0;
}

span{
  font-weight: bold;
}


/*footer*/


.footer{
  position:absolute;
  background-color: #46AE87;
  width:100%;
  height:85px;
  bottom:-85px;
  right:0;
  left:0;
font-family: 'AbadiMT-CondensedLight';
}



.rowbottom{
  font-family: 'AbadiMT-CondensedLight';
  text-align: center;
  color: white;
  margin-top: 15px;
  line-height: 17px;


}
