@charset "utf-8";

.newspage header{
    max-width: 600px;
    background: url(../img/title_box.png) no-repeat center center;
    background-size: 100%;
    margin: 120px auto 30px;
    padding: 50px 0 30px;
    color: #201c59;
}

.newspage h1 {
  text-align: center;
  height: auto;
  line-height: 1.6em;
  margin-top: 0px;
  font-size: 24px;
  color: #201c59;
  text-indent: 0;
  background: none;
}

.newspage header p{
  line-height: 2em;
  text-align: center;
}

#campaignNav{
  padding: 10px 0;
  overflow: hidden;
  margin: 0 -10px;
}

#campaignNav div{
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

#campaignNav div a{
  display: block;
  border: 3px solid #FFF;
  color: #FFF;
  line-height: 1.6em;
  background: #201c59;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
#campaignNav div a:hover{
  opacity: 0.6;
}

a.btn{
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 6px;
  background: #201c59;
  color: #FFF;
  margin: 10px 0;
  letter-spacing: 1px;
}
#campaign2{
  margin-top: 50px;
}

@media(max-width:640px){
  .newspage header{
    margin: 60px 10px 0px;
    height: 60px;
    background-size: 400px;
    padding: 30px 10px 20px;
  }
  .newspage header h1{
    font-size: 18px;
  }
  .newspage header p{
    font-size: 14px
  }
  #campaignNav div a{
    font-size: 12px;
    border-width: 2px;
  }
}
@media(max-width:480px){
  .newspage header h1{
    font-size: 14px;
    line-height: 2.4em;
  }
  .newspage header p{
    font-size: 12px;
    line-height: 1.4em;
  }
}
@media(max-width:380px){
  .newspage header h1{
    font-size: 13px;
    line-height: 1.8em;
  }
  .newspage header p{
    font-size: 12px;
    line-height: 1.4em;
  }
  #campaignNav{
    margin: 0 -5px;
  }
  #campaignNav div{
    padding: 5px;
  }
  
}