﻿.DJlogo
{
	width: 233px;
	height: 70px;
	margin-top: 50px;
	margin-left: -15px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	
}

.DJlogo
{
	/* removed for justice site
    margin-top: 10px;*/
	
}

.DJlogoResponse img
{
	max-width: 200px !important;
	padding-top: 20px !important;
	}



.headtitle
{
    /* removed for justice site  
    display: block!important;
    margin-left: -15px!important;
    margin-top: -5px!important;
      */
}

h1.bannerText_
{
    /* removed for justice site 
    font-size: 1.4em!important;
       */
}



/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    #s4-bodyContainer
    {
	    -webkit-overflow-scrolling: touch;
    }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{
    #s4-bodyContainer
    {
	    -webkit-overflow-scrolling: touch;
    }
}


/* iPhone Portrait*/
@media (max-width: 767px)
{
	h1.bannerText_
	{
		/* removed for justice site
		color: #083a81!important;
		padding-left: 5px;
		line-height: 18px!important;
		*/
	}

    #s4-bodyContainer
    {
	    -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 630px) {

	h1.bannerText_
	{
		/* removed for justice site
		max-width: 200px;
		*/
	}
}


#exit-banner {	
	z-index: 10 !important;
}
a.btn-danger.quick-exit-button {
    border-radius: 0;
    background-color: #c60c30;
    color: white;
    z-index: 49;
    height: 35px;
}
a.btn-danger.quick-exit-button:hover, 
a.btn-danger.quick-exit-button:focus  {
    background-color: #D23D59;
}

/* hide left hand and top nav for authors */

.ms-navedit-editLinksIconWrapper {
display:none !important;
}

.ms-navedit-editLinksText > span > .ms-metadata, .ms-core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-listMenu-item {

display:none !important;

}


