#no_script_message{
    position: fixed;
    margin-left: 50%;
    left: -510px;
    width: 1000px;
    border-radius: 10px;
    padding: 10px;
    font-family: Tahoma, sans-serif;
    font-size: 15px;
    text-align: center;
    background-color: #ffff00;
    z-index: 5;
}

#menu{
    height: 1100px;
    width: 280px;
    background-image: url(../images/backgrounds/menu-bg.png);
    position: fixed;
    z-index: 1;
    margin-left: 50%;
    left: -470px;
}

#menu h1{
    font-family: Strasua-Regular; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 28px;
    margin-top: 20px;
    margin-left: 20px;
    color: #e54940;
}

#menu-name, #menu-surname{
    font-family: Strasua-Regular; 
    font-weight: normal; 
    font-style: normal; 
    text-transform: uppercase;
    font-size: 50px;
    margin-left: 20px;
    color: white;
}

#menu-surname{
    font-size: 40px;
}

#menu-byline{
    font-family: Tahoma, sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    margin-top: 10px;
    margin-left: 20px;
}

#menu-links{
    width: 200px;
    margin-top: 300px;
    margin-left: 20px;
}

#menu-links a{
    display: block;
    margin-right: 6px;
}

#menu-links a img{
    display: block;
}

#menu-links a:hover img{
    visibility: hidden;
}

#menu-links a#link-agency:hover img{
    visibility: visible;
}

#menu-links div{
    margin: 10px 0px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: white;
}

#link-facebook{
    background: url(../images/links/link-facebook.png) no-repeat;
}

#link-youtube{
    background: url(../images/links/link-youtube.png) no-repeat;
}

#link-agency{
    margin-top: 25px;
    background: url(../images/links/link-agency.jpg) no-repeat;
}

#menu-contact{
    background: url(../images/backgrounds/menu-contact-bar.png) no-repeat;
    padding-top: 26px;
    margin-top: 10px;
    margin-left: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: white;
    width: 180px;
}

#menu-copyright{
    width: 180px;
    border-top: solid 1px white;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    color: white;
    padding-top: 5px;
    margin-top: 7px;
    margin-left: 20px;
}

#menu-options{
    position: fixed;
    margin-left: 50%;
    left: -230px;
    z-index: 1;
}

#menu-options li{
    width: 65px;
    height: 40px;
    background: url(../images/backgrounds/inactive-page.png) no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;
}

#menu-options li a{
    display: block;
    width: 50px;
    height: 12px;
    padding: 14px 0px;

    text-decoration: none;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    text-align: center;
    margin-left: 15px;
}

#menu-options li a.two_lines{
    height: 24px !important;
    padding: 7px 0px !important;
}

#menu-options li:hover, #menu-options li.active{
    background: url(../images/backgrounds/active-page.png) no-repeat;
}

#artistry{
    display: block;
    font-size: 10px;
}

#scroll-down{
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 1;
}

.section{
    position: relative;
    height: 1100px;
    background-color: black;
    background-position: center 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

#description {
    position: absolute;
    margin-top: 370px;
    margin-left: 50%;
    left: 250px;
    font-family: Strasua-Regular; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    z-index: 1;
}

#bracket {
    position: absolute;
    margin-top: 305px;
    margin-left: 50%;
    left: 150px;
    font-family: "Courier New", Courier, monospace; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 240px;
    color: #ffffff;
    z-index: 1;
}
.section-content{
    position: absolute;
    margin-left: 50%;
    padding: 15px;
    font-family: Tahoma, sans-serif;
}

.section-title{
    margin-bottom: 20px;
    font-family: Strasua-Regular; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 55px;
    line-height: 50px;
    text-transform: capitalize;
    color: #8000ff;
}

.section-title .byline{
    display: block;
}

.section-subtitle{
    font-family: Strasua-Regular; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 20px;
    color: #8000ff;
    padding-top: 15px;
    margin-left: 15px;
}

.section-content p{
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}

.section-content p.credits{
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.section-content ul{
    list-style-type: disc;
    list-style-position: inside;
}

.section-content li{
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin-top: 8px;
}

.section-content li ul{
    list-style-type: none;
}

.section-content li li{
    margin-top: 0px;
    font-weight: normal;
}

#main{
    background-image: url(../images/backgrounds/01-bg.jpg);
}

#main .section-content{
    top: 80px;
    left: -140px;
    width: 360px;
    height: 635px;
}

#bio{
    background-image: url(../images/backgrounds/02-bg.jpg);
}

#bio .section-content{
    top: 40px;
    left: 45px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 400px;
    height: 615px;
}

#bio #last-paragraph{
    top: 715px;
    left: 45px;
    width: 400px;
    height: 60px;    
}

#bio .section-content p{
    margin-bottom: 0px;
}

#sos_artistry{
    background-image: url(../images/backgrounds/03-bg.jpg);
}

#sos_artistry .section-content{
    top: 40px;
    left: 70px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 400px;
    height: 625px;
}

#sos_artistry .section-title{
    font-size: 50px;
}

#sos_artistry .section-content li{
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

#sos_artistry .monospaced{
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
}

#sos_artistry blockquote{
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 405px;
    color: #333366;
}

#sos_artistry .signature{
    margin-left: 275px;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
}

#work_credits{
    background-image: url(../images/backgrounds/04-bg.jpg);
}

html {
    overflow-y: auto;
    background-color: transparent;
}

#work_credits .section-content{
    top: 80px;
    left: -135px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 430px;
    height: 650px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(128,0,255,1);
}

#work_credits .section-content li{
    font-weight: normal;
}

#work_credits .credits_2ndline{
    margin-left: 15px;;
}

#photo_gallery{
    background-image: url(../images/backgrounds/05-bg.jpg);
}

#photo_gallery .section-content{
    top: 40px;
    left: -140px;
    width: 360px;
    height: 720px;
}

#photo_gallery p {
    color: white;
    left: 15px;
    position: absolute;
    top: 80px;
    width: 500px;
}

#video_gallery{
    background-image: url(../images/backgrounds/06-bg.jpg);
}
#video_gallery .section-title{
    position: absolute;
    top: 20px;
    left: -120px;
}

#video_gallery p{
    position: absolute;
    width: 500px;
    top: 90px;
    left: -120px;
    color: white;
}

#video_gallery p a{
    color: #1bbec6;
}

#album-random{
    position: absolute;
    top: 0px;
    left: 220px;
}

#album-photoshoots{
    position: absolute;
    top: 350px;
    left: 115px;
}

#album-work{
    position: absolute;
    top: 80px;
    left: -35px;
}

#giving_back{
    background-image: url(../images/backgrounds/07-bg.jpg);
}

#giving_back .section-content{
    top: 40px;
    left: -120px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 340px;
    height: 590px;
}

#giving_back .section-subtitle{
    margin-top: 30px;
}

#giving_back .section-content p{
    margin-bottom: 0px;
    padding-top: 10px;
}

#giving_back .section-content li{
    margin-top: 0px;
    font-weight: normal;
}

/*operation unite*/
.subtitle { 
    font-size: 30px;
    font-family: Strasua-Regular; 
    font-weight: normal; 
    font-style: normal; 
    text-transform: uppercase;
    margin-top: 20px;
    color: #8000FF;
}
#giving_back a {
    color: #8000FF;
    font-size: 13px;
}

#video-giving_back{
    position: absolute;
    margin-left: 50%;
    top: 200px;
    left: 275px;
}

#video-giving_back img{
    display: block;
    width: 250px;
}

#video-giving_back span{
    font-size: 13px;
    line-height: 20px;
    color: white;
    font-family: Tahoma, sans-serif;
}

#operationunite{
    position: absolute;
    margin-left: 50%;
    top: 430px;
    left: 275px;
}

#operationunite img{
    display: block;
    width: 250px;
}
#videos .section-content{
    padding: 0px;
    top: 30px;
    left: -120px;
}

#video1 img,
#video2 img,
#video3 img,
#video4 img,
#video5 img,
#video6 img,
#video7 img,
#video8 img {
    display: block;
    width: 200px;
}

#video1 span,
#video2 span,
#video3 span,
#video4 span,
#video5 span,
#video6 span,
#video7 span,
#video8 span {
    font-size: 13px;
    line-height: 20px;
    color: white;
}

#video1{
    position: absolute;
    z-index: 2;
    top: 150px;
    left: -120px;
}

#video2{
    position: absolute;
    z-index: 4;
    top: 150px;
    left: 95px;
}

#video3{
    position: absolute;
    z-index: 3;
    top: 340px;
    left: -120px;
}

#video4{
    position: absolute;
    z-index: 1;
    top: 340px;
    left: 95px;
}

#video5{
    position: absolute;
    z-index: 1;
    top: 530px;
    left: -120px;
}

#video6{
    position: absolute;
    z-index: 1;
    top: 530px;
    left: 95px;
}

#video7{
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 310px;
}

#video8{
    position: absolute;
    z-index: 1;
    top: 340px;
    left: 310px;
}

#link-go-up{
    position: absolute;
    bottom: 250px;
    left: 50%;
}

#link-urbanecollective{
    position: fixed;
    bottom: 50px;
    right: 50px;
}

p.pp_description{
    font-family: Tahoma, sans-serif;
}

p.currentTextHolder{
    font-family: Tahoma, sans-serif;
}

#jesus_lives{
    background-image: url(../images/backgrounds/07-bg.jpg);
}

#jesus_lives .section-content{
    top: 35px;
    left: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 300px;
    height: 410px;
}

#jesus_lives .section-subtitle{
    margin-top: 30px;
}

#jesus_lives .section-content p{
    margin-bottom: 0px;
}

#jesus_lives .section-content li{
    margin-top: 0px;
    font-weight: normal;
}

#jesus_lives ul.apparel_gallery {
    position: absolute;
    margin-left: 50%;
    top: 35px;
    left: -120px;
}

#jesus_lives ul.apparel_gallery img{
    display: block;
    width: 130px;
    padding-bottom: 10px;
}

#jesus_lives ul.apparel_gallery span{
    font-size: 13px;
    line-height: 20px;
    color: white;
    font-family: Tahoma, sans-serif;
}

#jesus_lives a {
    color: #8000FF;
    font-size: 13px;
}