.zdzcontend
{
    width: 100%;
    max-width: 800px;
    padding: .3rem;
}

h1, h2, h3
{
    font-weight:200;
    margin-bottom: 1.8rem;
}
        
h1
{
    font-size: 1.65rem;
}
        
h2
{
    font-size: 1.65rem;
}

h3
{
    font-size: 1.57rem;
}

html
{
    font-size: 1.5rem;
}

body 
{   
    font: normal Raleway, cursive;
    font-weight: 200;
    background: rgb(239, 123, 16);
    color: #FFFFFF;
}
        
a:link { color: #FFFFFF; text-decoration: none}
a:visited { color: #FFFFFF; text-decoration: none}
a:active { color: #FFFFFF; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none}
        
li a:link { color: #FFFFFF; text-decoration: none}
li a:visited { color: #FFFFFF; text-decoration: none}
li a:active { color: #FFFFFF; text-decoration: none}
li a:hover { color: #FFFFFF; text-decoration: none}

@import url(https://fonts.jimstatic.com/css?family=Josefin+Sans%3A400%7CRaleway%3A100);
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
