/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentythirteen                             
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");

body
{
    z-index: 3;  
    background: rgba(0, 0, 0, 0.9);
    background-size: 200% 200%;
    background-repeat: no-repeat;
}



/* NOT IMPLEMENTED - NEED TO FIX

html {
    z-index: 2; 
    background: url('http://upload.wikimedia.org/wikipedia/commons/1/15/Worldskin-01.jpg');
    background-size: 300% 300%;
}

.navbar {
    background-color: rgba(0,0,0, 0.8);
}

.widget {
    background-color: rgba(0,0,0, 0.8);
}

.navbar a {
  color: white;
}
*/




