/**
 * @tableofcontents
 *
 * 1. top banner
 */

/* @section 1. top banner */

.twitter-banner {
    background:url(../../img/customer_tweets/twitter-banner.jpg) no-repeat center top #0e1623;
    width: 100%;
    background-size: cover;
    padding-top: 99px;
}
.twitter-ico {
    font-size: 126px;
    margin:0px auto 0px auto;
    color:#009ffa;
    width: 117px;
}
.twitter-banner-wrap {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    text-align: center;
    min-height: 411px;
}
.twitter-banner-wrap h1  {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 16px;
}
.twitter-banner-wrap p  {
    font-size: 24px;
    font-weight: 400;
}



/* @reset styling for medium screen size */

@media (max-width: 992px) {
}


/* @reset styling for small screen size */

@media (max-width: 767px) {
    .twitter-banner-wrap {  min-height: 300px;}
    .twitter-ico {font-size: 90px;}
    .twitter-banner-wrap h1  { font-size: 28px; }
    .twitter-banner-wrap p  { font-size: 16px; }
}


/* @reset styling for all screen size except small */

@media (min-width: 767px) {
}


/* @reset styling for custom screen size */

@media (max-width: 500px) {
}