@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css?family=VT323');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
* {
    margin: 0;
    padding: 0;
}



html,
body {
    padding: 0;
    font-family: 'Oswald';
    color:#000;
}

a:link {
    color: #000;
    text-decoration: none;
}


}
a:visited {
    color: #000;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
div {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.5s;
    background: rgba(0, 0, 170, 1);
}
.overlay-content {
    position: relative;
    text-align: center;
    font-family: 'VT323', monospace;
    color: #fff;
    word-wrap: break-word;
}
ul.overlay-content-ul-1 {
    list-style: none;
    width: 20%;
    margin: auto;
    text-transform: uppercase;
}
.overlay a {
    text-decoration: none;
    font-size: 46px;
    padding: 5.5%;
    color: #fff;
    display: block;
}
.overlay a:hover,
.overlay a:focus {
    color: rgba(0, 0, 170, 1);
    background: rgba(255, 255, 255, 1);
    animation: blink 1.5s infinite;
}
.logonav-top {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.navslide-cntrls {}
.navslide-cntrls img {}
#panel-center-1 {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}
#panel-center-2 {
    position: relative;
    vertical-align: middle;
    display: table-cell;
}
#panel-center-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.misc-contnt-1 {
    display: inline-block;
    width: auto;
    top: 32%;
    right: 19.4%;
    font-size: 20px;
    z-index: -1;
    position: absolute;
    text-align: center;
    color: #fff;
    word-wrap: break-word;
}
.misc-contnt-1,
.misc-contnt-2,
.misc-contnt-3,
ul {
    list-style: none;
    font-family: 'VT323', monospace;
}
.misc-contnt-2 {
    display: inline-block;
    width: auto;
    bottom: 50%;
    left: 35.4%;
    font-size: 10px;
    z-index: -1;
    position: absolute;
    text-align: center;
    color: #fff;
    word-wrap: break-word;
}
.misc-contnt-3 {
    display: none;
    width: 90%;
    text-align: justify;
    bottom: 11%;
    left: 2%;
    font-size: 8px;
    z-index: -1;
    position: absolute;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    word-wrap: break-word;
}
.logonav-top ul {
    width: 62%;
    display: inline-block;
}
.logonav-top li {
    margin-right: 0;
    text-align: center;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.logonav-top li:nth-child(1) {
    width: 20%;
}
.logonav-top li:nth-child(2) {
    width: auto;
}
.logonav-top img.navlogo {
    width: 100%;
}





.tumblr_audio_player {
    width: 100%;
}





#posts {
    overflow: hidden;
    width: 96%;
    margin: 4.5% auto 4.5% auto;
}
.entry {
    width: 24.2%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 5;
    display: block;
    position: absolute;
    margin-bottom: 0.5%;
    margin-left: 0.5%;
    box-sizing: border-box;
}
.entry img {
    width: 100%;
    padding: 0;
    margin: 0;
}

#infscr-loading {
    position: fixed;
    text-transform: uppercase;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 900;
    padding: 1%;
    box-sizing: border-box;
    color: #00ff0a;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 4px;
    font-style: normal;
    font-family: 'VT323', monospace;
    animation: blink 0.6s infinite;
}
#infscr-loading em {
    font-style: normal;
}
#infscr-loading img {
    width: 10%;
}








/***** Hover over code for tumblr *****/
.overlaytopcntnt a {
    color: #fff;
    text-decoration: none;
}
.overlaytopcntnt {
    width: 100%;
    height: 100%;
    color: red;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url('https://razcallife.com/site-2018/static-transparent.gif');
    background-attachment: fixed;
    background-position: center center;
    background-size: auto 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
}
.overlaytopcntnt:hover + .front {
    opacity: 0;
}
.overlaytopcntnt:hover {
    z-index: 100;
    opacity: 1;
}
#viewpostlink-outter {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: hidden;
}
#viewpostlink-main {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    overflow-x: hidden;
    overflow-y: hidden;
}
#viewpostlink-inner {
    width: auto;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    text-transform: uppercase;
}
.postinfo {
    width: 80%;
    margin: auto;
    padding: 3.5%;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    font-size: 30px;
    color: black;
}
.textpostprev {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    text-align: justify;
    box-sizing: border-box;
    padding: 4%;
}
ul.photoset {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul.photoset li {
    display: none;
}
ul.photoset li:nth-child(1) {
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}
ul.photoset li img {
    width: 100%;
}
ul.answerpost {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul.answerpost li {
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 2%;
    vertical-align: middle;
}
ul.answerpost li:nth-child(1) {
    width: 19%;
}
ul.answerpost li:nth-child(2) {
    width: 79%;
    text-align: left;
}
ul.answerpost li:nth-child(3) {
    width: 79%;
    text-align: right;
}
ul.answerpost li:nth-child(4) {
    width: 19%;
}
iframe.soundcloud_audio_player {
    width: 100%;
}
ol.notes {
    margin: 2.4% 0% 0% 0%;
}
ol.notes li {
    margin: 1.5% auto 1.5% auto;
    width: 40%;
    list-style: none;
    background: rgba(0, 0, 0, 0.02);
    padding: 1.5%;
    border-radius: 42px;
    box-sizing: border-box;
}
#permacontent-center-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}
#permacontent-center-2 {
    position: relative;
    vertical-align: middle;
    display: table-cell;
}
#permacontent-center-3 {
    height: auto;
    margin: 4% auto 4% auto;
    text-align: center;
}
.permatexttitle {
    width: 34%;
    font-size: 40px;
    margin: 2% auto 0 auto;
    letter-spacing: 1px;
    line-height: 112%;
}
.permatextbody p {
    font-family: 'VT323', monospace;
    width: 70%;
    font-size: 20px;
    text-align: justify;
    margin: 2% auto 0 auto;
    letter-spacing: 1px;
    line-height: 131%;
}
div.permavideowidth {
    width: 100%;
}
div.permaaudiowidth > .soundcloud_audio_player {
    width: 60%;
}
div.permavideowidth > #youtube_iframe {
    width: 88%;
    height: 600px;
}
.permacaption span {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
}
.permacaption {
    overflow: hidden;
    word-break: break-all;
    box-sizing: border-box;
    margin: 2% 1% 2% 1%;
}
a.postlink {
    font-size: 150%;
    display: block;
}
.postdescription {
    font-size: 16;
}
.postquote {
    font-size: 300%;
    box-sizing: border-box;
    padding: 12%;
    text-align: center;
}
.quotesource {
    font-size: 100%;
    text-align: center;
    padding: 8%;
    box-sizing: border-box;
}
.about-text {
    font-family: 'VT323', monospace;
    width: 40%;
    word-break: keep-all;
    margin: auto;
    text-align: left;
}
.about-text span {
    background: blue;
    color: white;
}
.about-text h1 {
    font-family: 'Great Vibes', cursive;
    margin: 0 0 2% 0%;
}
img.homeartwork {
    width: 48%;
}
.imagetext {
    width: 20%;
    font-size: 400%;
    position: absolute;
    top: 11%;
    left: 58.4%;
    text-align: start;
    line-height: 89%;
}
.homescreensounds {
    width: 20%;
    height: 44%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}
.sitetext {
    position: absolute;
    font-size: 188%;
    word-break: break-word;
    width: 19%;
    top: 10%;
    left: 30%;
    z-index: 1;
}

/* code for animated blinking cursor */
.typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    
    50% {
        opacity: 0.2;
    }
    
    100% {
        opacity: 1;
    }
}
.mainpage-bg {
    /*background-image: url('../site-2018/raz-work.png'), url('https://razcallife.com/PZDop1.gif');
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1366px 768px, 1366px 768px;
    background-attachment: fixed, fixed;    */
    
    background-image: url('../site-2018/paths1328.png');
    background-position: center center;
    background-repeat: no-repeat;
        background-size: cover;
    background-attachment: fixed;   
    
}
.mainpg-links a:link {
    display: inline-block;
    box-sizing: border-box;
    Padding: 1% 2% 1% 2%;
    color: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 0.8);
}
.mainpg-links a:hover {
    display: inline-block;
    background:rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    Padding: 1% 2% 1% 2%;
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 0, 0, 0.8);
}
.mainpg-links a:active{
    display: inline-block;
    box-sizing: border-box;
    Padding: 1% 2% 1% 2%;
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 0.8);
}
.mainpg-links a:visited {
    display: inline-block;
    box-sizing: border-box;
    Padding: 1% 2% 1% 2%;
    color: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 0.8);
}

ul.mainpagelist {
    width: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}
ul.mainpagelist li {
    margin: 0.4% auto 0% auto;
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}
ul.mainpagelist li a {
    margin: auto;
    font-size: 297%;
    display: block;
    color: black;
    overflow: hidden;
    width: 6%;
    word-break: break-word;
    background: #00ff15;
    text-align: center;
    padding: 0% 1% 0% 1%;
}
iframe.embed_iframe.tumblr_video_iframe {
    margin: auto;
}
@media (max-width: 480px) {
    
    .tumblr_audio_player {
    width: 100%;
}
    
.mainpage-bg {
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;   
    
}
    
    iframe.embed_iframe.tumblr_video_iframe {
        margin: auto;
        width: 90%;
        height: auto;
    }
    
    
    ul.mainpagelist {
        width: auto;
        overflow: hidden;
        display: block;
        margin: -82% auto 0 auto;
    }
    
    ul.mainpagelist li {
        margin: 3.4% auto 0% auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    ul.mainpagelist li a {
        margin: 4% auto 4% auto;
        display: block;
        color: #fff;
        overflow: hidden;
        width: 46%;
        word-break: break-word;
        background: blue;
        text-align: center;
        padding: 2% 1% 2% 1%;
    }
}
ul.shows li {
    padding: 12% 0% 0% 0%;
}
.soundclouddd {
    position:relative;
    height: auto;
    padding: 2%;
    box-sizing: border-box;
    margin: 0% auto 0% auto;
    display: block;
}

p.read_more_container a:link {
    display: block;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 4%;
    color: #fff;
}

.portfolio-permatexttitle-index{
    font-size: 100%;
    margin: 10% auto 1% auto;
    text-align:center;
}

.portfolio-permatexttitle-index a:visited{
    color:#000;
}
 .entry-portfolio {
    width: 48%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 5;
    display: block;
    position: absolute;
    margin-bottom: 0.5%;
    margin-left: 0.5%;
    box-sizing: border-box;
}


.mini-bio-container {
    width: 100%;
    margin: 44% auto 0% auto;
    box-sizing: border-box;
    padding: 10%;
}


.right-minibio {
    float: left;
    width: 71.8%;
}

.left-minibio {
    width: 28%;
    float: left;
}






p.read_more_container a:visited {
    color: #fff;
}


.portfolio-permatexttitle a:visited{
    color:#000;
}

#portfolio hr {
    width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 1% auto 1% auto;
}
.portfolio-permatextbody {
    width: 80%;
    margin: 6% auto 1% auto;
    text-align: justify;
}
.portfolio-permatexttitle {
    font-size: 300%;
    margin: 10% auto 1% auto;
}
#portfolio p {
    margin: 2% auto 0% auto;
    width: 100%;
}
#portfolio img {
    Width: 100%;
    height: auto;
}

.portfolio-section {
    margin: 2% 0% 0% 0%;
}




ul.portfolio-ul-list{
	display:block;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.portfolio-ul-list li{
  padding-left: 1em;
  text-indent: -1em;
}

ul.portfolio-ul-list li:before {
  content: ">";
  padding-right: 5px;
}



ul.portfolio-ul-list-photos li {
    display: inline-block;
    width: 49.2%;
    margin: 0.4%;
    text-align: center;
}

ul.portfolio-ul-list-photos li {
    display: inline-block;
    width: 48%;
}

ul.portminibiolist {
    display: inline-block;
    padding: 0% 0% 2% 0%;
}

@media (max-width: 480px) {
    
    
ul.portminibiolist li {
    display: inline-block;
    padding: 0% 3% 0% 0%;
    border-right: 1px solid #d0d0d0;
}
    
ul.portminibiolist li:last-child {
    display: inline-block;
    padding: 0% 0% 0% 0%;
    border-right: 0px solid #d0d0d0;
}
    
    
.mini-bio-container {
    width: 100%;
    margin: 9% auto 0% auto;
    box-sizing: border-box;
    padding: 10%;
}
    
    .left-minibio,.right-minibio {
    width: 100%;
    float: initial;
}
    
    
    .entry {
        width: 48%;
    }
    
    .logonav-top {
        top: initial;
        bottom: 0;
    }
    
    ul.overlay-content-ul-1 {
        list-style: none;
        width: auto;
        margin: auto;
    }
    
    .overlay a {
        text-decoration: none;
        font-size: 27px;
        padding: 4.5%;
        color: #fff;
        display: block;
    }
    
    .misc-contnt-1 {
        right: -8%;
        -ms-transform: rotate(7deg);
        /* -webkit-transform: rotate(7deg); */
        transform: rotate(90deg);
    }
    
    .misc-contnt-2 {
        left: 12.4%;
    }
    
    .misc-contnt-3 {
        top: -3px;
    }
    
    .permatexttitle {
        width: auto;
        font-size: 40px;
        margin: 23% auto 12% auto;
        letter-spacing: 2px;
        line-height: 112%;
    }
    
    .permatextbody p {
        width: 94%;
        font-size: 18px;
        text-align: justify;
        margin: 2% auto 0 auto;
        letter-spacing: 1px;
        line-height: 160%;
    }
    
    div.permaaudiowidth > .soundcloud_audio_player {
        width: 90.5%;
    }
    
    div.permavideowidth > #youtube_iframe {
        height: auto;
    }
    
    .imagetext {
        width: 100%;
        padding: 15%;
        box-sizing: border-box;
        font-size: 400%;
        position: initial;
        text-align: start;
        line-height: 89%;
    }
    
    img.homeartwork {
        width: 94%;
    }
    
    .homescreensounds {
        width: 90%;
        height: 20%;
        padding: 0% 0% 24% 0%;
        overflow: hidden;
        position: absolute;
        top: 90%;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
    
    .sitetext {
        width: 100%;
        padding: 15%;
        box-sizing: border-box;
        font-size: 100%;
        position: initial;
        text-align: start;
        line-height: 100%;
    }
    
    .soundclouddd {
        
    }
}