/*
 * Project: Matrix Update
 * Author: IDH-media
 * Comments: Core File
 *
 *
 */

.section {
    min-height: 100%; width: 100%; height:auto; display:block; padding:60px 0px; position: relative;
    background-attachment:fixed !important;
    background-size:cover !important;
    -webkit-background-size:cover !important;
}
.section .the_new_back {
    position:absolute; top:0px; left:0px; right:0px; bottom:0px; width:100%; height:100%; display:block; z-index:-1;
    background-attachment:fixed !important;
    background-size:cover !important;
    -webkit-background-size:cover !important;
}

.section > .container { /* padding-top:50px; */ }

/* .section[data-temp='Events'] { background-attachment:fixed !important; } */

.section .title {
    font-size: 36px; font-weight: bold; color:#fff;
    font-family: 'Oswald', sans-serif; text-align: center;
    text-transform: uppercase; text-shadow: 1px 2px 1px black;
    white-space: nowrap;
  }

/* Section Pagination */
#section_pagination { position:fixed; z-index:1001; right:0px; top:25%; background:transparent; }
#section_pagination a,
#section_pagination a:focus,
#section_pagination a:visited { background:transparent; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; color: #000; text-shadow: 0px 0px 5px #fff; opacity:.7;}

#section_pagination a:hover   { background:transparent; color:#eee; opacity:1 }
#section_pagination .active a { background:rgba(112, 128, 144, 0.3); color:#fff; opacity:1 }
