/*
    Sonia Scarpone
	File Name: styles.css
	Current Date: 
*/

/* CSS reset */
body, header, nav, main, footer, img, h1, h3, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Style rule for body and images */
body {
    background-color: #375f1b;
}

img {
    max-width: 100%;
    display: block;
}

 /* Style rules for mobile viewport */
 
 /* Hide tab-desk class */
 
    .tab-desk {
        display: none;
    }
 

/* Style rules for header content */
header h1 {
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    padding: 5%;
    font-size: 1.5em;
}

/* Style rules for navigation area */
nav {
    background-color: #ebf7e3;
    border-bottom: 1px solid #375f1b;
}

nav ul {
    text-align: center;
}

nav li {
    font-size: 1em;
    font-family: Geneva, Arial, sans-serif;
    font-weight: bold;
    padding: 3%;
    border-top:1px solid #e5e9fc;
}

nav li a {
    display: block;
    color: #1b3409;
    text-decoration: none;
}

/* Style rules for main content */
main {
    padding: 2%;
    background-color: #ebf7e3;
    font-family: 'PT Sans', sans-serif;
}

 .tel-link {
          background-color: #373684;
          padding: 2%;
          margin: 0 auto;
          width: 80%;
          text-align:center;
          border-radius:5px;
          
    }
  
  .tel-link a {
      color: #fff;
      text-decoration: none;
      font-size: 1.5em;
      display: block;
  }
 
 .action { font-size: 1.25em;
 
 } 
 
 

main p {
    font-size: 1.25em;
}

/* Style rules for footer content */
footer {
    text-align: center;
    font-size: 0.85em;
    color: #fff;
    padding: 1% 0;
}

#info ul { margin-left: 10%;
    
}

round class selector {border-radius: 8px;

}

#contact.email-link {
 width: 95%;
 height:50%;
 
}

