header {
    border-bottom: double;
    color: #ffbd59;
}
nav {
    text-align: right;
    font-size:12pt;
}
nav a:hover {
    background-color: #ffbd59;
}
h1 {
    margin-top: 30px;
    text-align: center;
   color: #f1733d;
}
h2 {
    color: #f1733d;
}
.pas { 
    border-right:solid #f1733d;
       text-align:left;
      height: 300px;
       width: 300px;
     padding-left:200px;
}
.pas p {
    padding-right:15px;
}

footer {
    height: 50px;
    background-image: linear-gradient(#ffbd59,#f1733d);
    text-align: center;
}
footer p{
    color: #fff;
    font-size: 12pt;
    padding-top:10px;
}
section {
  
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    height: 600px;
    font-size: 12px;
}
article { 
   float: left;
   height: 150px;
   padding: 15px;
   padding-right: 220px;
}
.lo {
    width: 700px;
}
.a {
    float: right;
    }
    .hero {
        background-image: url(hero.jpg);
         background-repeat:no-repeat;
    }
    .t {
        text-align: center;
        font-size: 27px;
        padding-top: 15px;
    }
    span {
        background-color: #ffbd59;
  color: white;
  padding: 8px 16px;
  border-radius: 7px;
  display:block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
    .cta{
        width: 250px;
        height: 75px;
        background-color: #f1733d;
        border-radius: 25px;
        text-align: center;
        margin: 0 auto;
}
.cta h2 {
    color: #ffbd59;
    padding-top: 12px;
}
.cta:hover{ background-color:#ffbd59;
color: #f1733d;}
.cta h2:hover{color: #fff;}
   
  