/* font import */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap');
html, body { height: 100%; }
body {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background-color: #eeeeee;
}
h1 {
    font-size: 60px;
    font-weight: 600;
}
h2 {
    font-size: 40px;
    font-weight: 500;
}
h3 {
    font-size: 20px;
    font-weight: 500;
}
a {
    display: inline-block;
    /*color: #f7941d;*/
    text-decoration: underline;
}
a:hover, a:focus {
    /*color: #fdc689;*/
    text-decoration: none;
}
.btn {
    color: #ccc;
    border: 1px solid #510b30;
    padding: 20px 30px;
    border-radius: 50px;
    background: #510b30;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.pg-for-pixelynx a:hover { color: #de1e5d; }
.pg-for-asitp a:hover { color: #a8f1fd; }
.color-main { color: #333; }
.color-wht { color: #fff; }
.space-top-small { padding-top: 10px; }
.space-top-med { padding-top: 20px; }
.space-top-lrg { padding-top: 30px; }
.space-top-xlrg { padding-top: 40px; }
.space-bottom-small { padding-bottom: 10px; }
.space-bottom-med { padding-bottom: 20px; }
.space-bottom-lrg { padding-bottom: 30px; }
.space-bottom-xlrg { padding-bottom: 40px; }
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.the-drop-shadow{
    -webkit-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.9);
    box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.9);
}
.bg-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.bg-overlay-dark.page-content { height: 38vh; }
.bg-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hero-banner.jpg) no-repeat;
    /*background: url(../img/bg-main.jpg) no-repeat;*/
    background-size: cover;
    background-position: 72% 0;
}
.bg-game-audio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-game-audio.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-game-me {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sound-designer-coming-soon-web.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-pixelync {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hero-fun-1-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-asitp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hero-fun-1-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-dj-sets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-dj-sets.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-music {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-music-v2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.top-banner-section {
    position: relative;
    width: 100%;
    height: 38vh;
    padding-left: 0;
    padding-right: 0;
}
.top-banner-section .top-banner-content {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}
#homepage header,
#the-content header {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 991px){
    .top-banner-section,
    .bg-overlay-dark.page-content { height: 38vh; }
}
header {
    width: 100%;
    padding: 10px 0;
}
header .logo-area a {
    text-decoration: none;
    color: #fff;
}
header .logo-area a:hover { text-decoration: none; }
.pg-for-supernatural header .logo-area a:hover { color: #e9ff2b; }
.pg-for-pixelynx header .logo-area a { transition: 1s; text-shadow: 5px 5px 20px #000; }
.pg-for-pixelynx header .logo-area a:hover { color: #de1e5d; }
.pg-for-asitp header .logo-area a { transition: 1s; text-shadow: 5px 5px 20px #000; }
.pg-for-asitp header .logo-area a:hover { color: #a8f1fd; }
header h1 { font-size: 40px; }
header h2 { font-size: 18px; }
header ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
header ul.menu li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 14px;
}
header ul.menu li a {
    padding: 6px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    border: 4px solid transparent;
}
.pg-for-pixelynx header ul.menu li a {  text-shadow: 5px 5px 20px #000; }
.pg-for-asitp header ul.menu li a {  text-shadow: 5px 5px 20px #000; }
header ul.menu li a:hover {
    border-bottom: 4px solid #333;
    text-decoration: none;
    background: transparent;
}
header ul.menu li ul.submenu {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 440px;
    padding: 20px 10px 10px;
    text-align: left;
    z-index: 99;
}
header ul.menu li ul.submenu li {
    display: inline-block;
    /* width: 22%; */
    margin: 0;
    padding: 0;
    vertical-align: top;
}
/* header ul.menu li ul.submenu li:first-child {
    width: auto;
}
header ul.menu li ul.submenu li:last-child {
    width: 22%;
} */
header ul.menu li ul.submenu li a {
    margin-left: 4px;
    padding: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: transparent;
}
header ul.menu li ul.submenu li a:hover {
    /*background: #333;*/
    text-decoration: none;
}
header ul.menu li:hover ul.submenu {
    display: block;
}
header ul.menu li:hover a {
    /*background: #333;*/
    text-decoration: none;
    color: #fff;
}
/*.pg-for-supernatural header ul.menu > li:hover > a {
    background:  #cdfdcb;
    color:  #333;
}
.pg-for-supernatural header ul.menu li:hover ul.submenu {
    top: 28px;
    left: 0;
    right: 0;
    width: 140px;
    padding: 10px;
    background: #cdfdcb;
    border-top: 3px solid #5ac865;
}
.pg-for-supernatural header ul.menu li:hover ul.submenu li {
    border-bottom: 1px solid #5ac865;
    padding: 6px 0;
}
.pg-for-supernatural header ul.menu li:hover ul.submenu li a {
    padding:  0;
    text-decoration:  none;
    color:  #333;
}
.pg-for-supernatural header ul.menu li:hover ul.submenu li:hover { background:  #5ac865; }*/
.pg-for-supernatural header ul.menu li a:hover { color: #e9ff2b!important; }
.pg-for-pixelynx header ul.menu li a:hover {
    border:  none;
    color: #de1e5d!important;
}
.pg-for-asitp header ul.menu li a:hover {
    border:  none;
    color: #a8f1fd!important;
}
footer {
    width: 100%;
    padding: 16px 0;
    background: #510b30;
    z-index: 1;
    font-size: 12px;
    color: #fff;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
}
footer ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
footer a {
    margin: 0 10px;
}
footer svg { 
    font-size: 30px !important;
    color: #fff;
}
/*==== content jam ====*/
.demo-reel_data {
    position: relative;
    background-color: #fff;
}
.demo-reel_details {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 40px 10px;
}
@media only screen and (max-width: 991px){
    .demo-reel_details {
        position: relative;
        top: initial;
        left: initial;
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 40px 40px 10px;
    }
}
.demo-reel_details h2 {
    color: #333;
    font-weight: 600;
}
.demo-reel_details .fa-play-circle { color: #ff0000; }
.demo-reel_details a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
}
.demo-reel_details a:hover {
    color: #007778;
    text-decoration:  underline;
}
.demo-reel_banner { position: relative; }
.demo-reel_banner a { display: block; }
.demo-reel_banner .play-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.demo-reel_banner .play-icon .fa-play-circle {
    font-size: 80px;
    color: #fff;
}
.demo-reel_banner:hover .play-icon { display: inline-block; }

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
.feature-details .svg-inline--fa {
    font-size: 30px;
    margin-right:16px;
}
.audio-embeds a,
.audio-embeds a:hover,
.audio-embeds a:focus,
.audio-embeds a:visited { color: #eeeeee; }
.audio-embeds p {
    padding-top: 0;
    padding-bottom:50px;
    font-size: 14px;
}
.page-title h1,
.page-title h2 { color: #510b30; }
.contact-details .svg-inline--fa {
    font-size: 30px;
    margin-right: 18px;
}
.feature-details h3 { padding: 0 0 16px; }
.feature-details span { padding: 0 10px 0 0; }
.feature-details a {
    display: inline-block;
    vertical-align: middle;
}
.feature-section h3 a,
.feature-details h3 a {
    color:  #333;
    text-decoration: none;
}
.feature-section h3 a:hover,
.feature-details h3 a:hover { color: #ccc; }
h2.audio-work a,
h2.demo-reels a {
    color:  #510b30;
    text-decoration:  none;

}
h2.audio-work a:hover,
h2.demo-reels a:hover {
    color:  #333;
    text-decoration:  underline;
    right: 10px;
}










