/*!
 * APRICOT 2015 Homepage v0.0.1
 * Copyright 2015 James Lemon, APNIC
 * Created Wednesday 8 October 2015
 */

.shout h1,
.shout h1 a{
    color: #faa621;
    
}
.shout p{
    font-size: 21px;
}
#btw{
    border: 6px solid #eee;
    padding: 10px;
    text-align: center;
}

.home-aside.frame-wire-left {
    padding-left: 1.3rem;
}

.home-aside-img-right {
    max-width:180px;
    margin-left:1.3em;
}

/* -----------------------------------------------------
   Sponsor logo.
   ----------------------------------------------------- */
#random-sponsor{
    display: block;
    text-align:center;
    min-height: 100px;
}
#random-sponsor img{
    max-height:100px;
    width:auto;
    margin-left: 10px;
    margin-right: 10px;
}
#btw h3{
   margin-top: 0;
   background: #666;
   color: #fff;
   padding: 12px 12px;
}

/* -----------------------------------------------------
   Call to action links.
   ----------------------------------------------------- */
a.call-to-action{
    display: block;

    background:#faa621;
    text-decoration:none;
    color: #fff;
    border:1px solid transparent;
    
    font-size: 30px;
    margin: 0 0 20px 0;
    padding-left: 14px;
}
a.call-to-action:hover{
    background:#fff;
    text-decoration:none;
    color:#faa621;
    border:1px solid #faa621;
}
a.call-to-action .glyphicon {
    font-size: 0.9em;
}
