	#masthead {
		display:none;
	}
	
	.site-content {
		width:100vw;
		margin:0px! important;
	}

	#primary {
		width:95vw;
		margin:auto! important;
	}
	
	#Slides {
		background-color:#003366;
		color:#ffffff;
	}

	.categoryslides {
		background-color:#203864;
		color:#ffffff;
	}
	
	
  .active, .inactive {font-size:40px;cursor:pointer;}
    .active, .inactive {font-size:40px;cursor:pointer;}
    i.active { color: #5cb85c}
    i.inactive {color: #d9534f}
	
    .slideDiv {
        display:inline-block;
        float:left;    
        border:1px solid #ffffff;
        border-radius:10px;
    }

    #active .slide {
        border:1px solid #000000;
        border-radius:6px;
        margin:5px;
        padding:5px;
    }

    #avail .categoryslides {
        width:100%;
        display:inline-block;
        float:left;
        border:1px solid #000000;
        border-radius:6px;
        margin:5px;
        padding:5px;
    }

    #avail .categoryslides div {
        display:inline-block;
        float:left;
        border:1px solid #000000;
        border-radius:6px;
        margin:5px;
        padding:5px;
    }

    #Slides img {
        width:200px;
        height:150px;
    }

    #Presentation {
        height:100%! important; 
        width:85vw;
        overflow-y:show;
        display:inline-block;
        float:left;
    }
    
    #active {
         background-color:#203864;
        display:inline-block;
        width:20%;
        height:100%;
        overflow-y:hidden;
    }

    #avail {
        height:100%! important; 
        overflow-y:hidden;
        width:75%;
    }
