﻿/* The side navigation menu */

body {
    background-image:url("../DivGraph/blobkgde.gif"); 
        font-family:'Stint',Arial, Helvetica, sans-serif;
        font-size:24px;
        color:navy;
}

 ul.a {
  list-style-type:disc; margin:0; padding-left:20px;}

.sidenav {
    height: 580px; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position:fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 108px; /* Stay at the top */
    left: 0; /* Right-sided navigation */
    background-image:url("../DivGraph/blobkgde.gif");
    opacity:1;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 10px; /* Place content 60px from the top */
}
/* The navigation menu links */
.sidenav a {
    padding: 0px 3px 8px 32px;/*top, right, bottom, left*/
    text-decoration: none;
    font-size: 20px;
    color:navy; 
    /*opacity:2;*/
    font-weight: normal;
    line-height:1;
    display: block;
    transition: 0.1s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color:#DD2255;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 26px;
    margin-left: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

hr { 
     box-shadow:4px 4px 2px #BFBFBF;
     border:solid #0000FF 2px;
}
    
@font-face {
    font-family: 'Stint';
    src: url('../Fonts/StintUltraCondensed-Regular.woff2') format('woff2'),
         url('../Fonts/StintUltraCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#Stint {font-family: 'Stint',Arial;

}

@font-face {
  font-family: 'Comic';
  src: url('../Fonts/ComicNeue-Bold.woff2') format('woff2'),
       url('../Fonts/ComicNeue-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#ComicNeu {
		font-family: 'Comic_Neue_Bold', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'SpecialElite';
    src: url('../Fonts/SpecialElite.woff2') format('woff2'),
         url('../Fonts/SpecialElite.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#SpecialElite {
	font-family: 'SpecialElite',Arial;
}

#flage {
	box-shadow: 100px 100px 10px red;{
	
}
