@charset "utf-8";

/*navigation styles*/
#navbar{
    width:100%;
    height:70px;
    
    color:black;
  
  }
  #link{
    color:rgb(247, 247, 247);
    text-decoration: none;
   padding-top:10px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom: 10px;
    text-align:center;
    font-size: 1.5em;
    font-weight: bolder;}
    
  #link{display: inline-block;
    width:20%;}



    /*Image*/
    body{background-image: url("wallpaper2.jpg")}
    img#insta{
      position:relative;
     bottom: 5px;
      
      
    }



    /*Box Styles*/
    form#reservation>fieldset{
        background-color:rgb(253, 252, 253);
        border-radius:20px;
        font-size:0.85em;
        padding:20px;
        margin:20px;
     }
     legend{
        background-color:rgb(148, 75, 138);
        color:white;
        padding:5px;
     }
     div.formRow{                              
        display:flex;
        -webkit-flex-flow:row wrap;
        flex-flow:column wrap;
        margin:20px 0px;
     }



     /*text styles*/
     article{color: rgb(222, 184, 135);
    font: bold;
    font-family: 'Franklin Gothic Medium';
font-size: 2em;}
label{
    color: rgb(16, 17, 17);
}
footer>address{
    color: rgb(240, 248, 255);
}
div#copyright{
    color: rgb(240, 248, 255);
}

    #link{
        color:rgb(255, 255, 255);
}



/*Footer styles*/
footer {
	text-align: center;
  font-size: 0.7em;
  color: rgb(240, 248, 255);
	margin-top: 250px;
	border-top: 2px solid rgb(66, 43, 62);
  font-family:  "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  
}



/*Layout*/

body{margin:auto;
    padding:auto;}
    body{
      margin-left:10%;
    margin-right:10%}
    