html{
    height: 100%;
}
body{
    background-color: #2f3035;
    background-image: url(images/background-adare-restaurant.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.container{
    margin-left: auto;
    margin-right:auto ;
    width: 1024px;
}
header{
    /* background-color: blue; */
    height: 118px;
    text-align: center;
    
}

nav{
    background-color:rgba(0, 0, 0, 0.342);
    /* height: 40px; */

    width: 1024px; 
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
main{
    height:400px;
    text-align: center;
    /* background-color:orange; */
    padding-top: 80px;
    padding-left: 240px;
    padding-right: 240px;

   
}

footer{
    /* background-color:greenyellow; */
    background-color: rgba(0, 0, 0, 0.63);
    /* height: 100px; */
    color: white;
    text-align: center;
    padding-top: 10px;  
    padding-bottom: 10px;   
}

footer p{
    font-size: 10px;
}


h1{
font-size: 84px;
   color: white;
   font-family: Arial, Helvetica, sans-serif;
}

p{
    font-size: 18px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
 }

 a{
     color:white;
     font-size: 24px;
     /* text-decoration: none; */
 }
 nav a{
     text-decoration: none;
     font-size: 12px;
     padding-left: 10px;
     padding-right: 10px;
     
 }
 /* a #portlink{
     font-size: 6px;
     color:aqua;
 } */
  .portlink{
    font-size: 20px;
    color:aqua;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

  }

 section {
     padding-top: 30px;
     padding-left: 125px;
     align-items: center;
     padding-bottom: 30px;
 }