/* 
    <link rel="stylesheet" href="https://dirtroadmagazine.com/resources/DRMArticle.css">
    <script src="https://dirtroadmagazine.com/resources/navBar.js"></script>
    <noscript><link rel="stylesheet" href="https://dirtroadmagazine.com/resources/DRMNoScript.css"></noscript>
*/
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

body {
    /* background-image: url("https://dirtroadmagazine.com/ChristmasDecorations/wintertime.gif"); */
    background-image: url("https://dirtroadmagazine.com/IMGS/back.gif");
}
a:hover {
    color: purple;
}
#wrapper {
    min-width: 100%;
    height: auto;
}
.outline {
	text-shadow:
	    -1px -1px 0 #000,
		 1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
	font-family: 'Russo One', sans-serif;
	color: yellow;
}
p {
    font: arial;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.half {
    width: 48%;
    transition-duration: .5s;
    cursor: pointer;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8vh;
    z-index: 1500000;
}
#headerimg {
    width: 100%;
    height: 8vh;
    min-height: 30px;
    filter: drop-shadow(0 2px 2px darkgray);
}
#hamcont {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500001;
    height: 8vh;
}
#ham {
    margin: 1.5vh;
    cursor: pointer;
    height: 60%;
    width: 60%;
    z-index: 1500002;
}
#logocont {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 1.5vh;
    margin-left: 5vw;
    max-height: 25%;
    height: auto;
    z-index: 1500001;
    pointer-events: none;
}
#logo {
    min-height: 20px;
    min-width: 70px;
    margin-bottom: 0;
    padding: 0;
    width: 30vh;
    pointer-events: auto;
}
#navcont {
    position: fixed;
    top: 8vh;
    left: 0;
    margin: 0;
    padding: 0;
    height: 8vh;
    height: 100%;
    z-index: 1500000;
    background-image: url('https://dirtroadmagazine.com/imgs/navbar.gif');
    width: 0;
    transition: .5s;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}
#navcont::-webkit-scrollbar {
    display: none;
}
#nav {
    padding-left: .5vw;
    padding-right: .5vw;
    padding-top: 1vh;
    margin: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
    cursor: default;
    pointer-events: none;
}
.navbutton {
    cursor: pointer;
    background-color: #d0d0d0;
	color: #0000aa;
	width: 100%;
	height: 100%;
    font-size: 2vh;
}
#cookie {
    padding-left: 5%;
    text-align: center;
    padding-right: 5%;
    font-size: 1.5vh;
}
.navtxt {
    display: block;
    font-size: 3vh;
}
.wya {
    position: fixed;
    top: 2vh;
    right: .5vw;
    width: 25%;
}
#slogan {
    font-size: 1.5vw;
    margin: 1.75vh;
}
#mcontent {
    max-width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 7.25vh;
}
#scriptnt {
    display: none;
    text-align: center;
}
#wyai {
    width: 25%;
    margin-top: 1.25vh;
}
@media only screen and (max-width: 1000px) {
    #logocont > a:nth-child(1) {
        width: 50%;
    }
    #logocont{
        width: 100%;
        text-align: center;
    }
    .mhide {
    	    display: none;
    }
    #logo {
        display: inline;
        padding: 0;
        margin-right: 8vw;
    }
    #navcont {
        text-align: center;
        width: 100%;
        margin: 0;
        height: auto;
        max-height: 0;
    }
    #nav {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 1vh;
        padding: 0;
        margin-bottom: 1vh;
        height: auto;
    }
    .navbutton {
        font-size: 3vh;
    }
    .navlink {
        display: none;
    }
    .wya {
        display: none;
    }
    #mcontent {
        max-width: 95%;
    }
}