body {
    margin: 0;
    padding-left: 27.5px;
    font-family: sans-serif;
    text-transform: uppercase;
    color:white;
    font-size: 13px;
    letter-spacing: 2.5px;
}
    
ul {
  list-style-type: none;
    list-style: none;
    padding: 0;
}

h3 {
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

li {
    padding-top: 1em;
    padding-bottom: 2em;
}

img {
    padding-bottom: 0.5em;
}
a:hover {
    color: #0F0;
}

a, a:hover, a:active, a:visited, a:link {
    text-decoration: none;
    color: white;
}

span {
        
            border-bottom: 1px dotted #ff0;
    }



.fullsize {
    display: none;
}

.mobile {
    display: block;
}

/*  When the template detects the monitor width is large enough, it sets the menu width to exactly 250px, then the monitor mode is triggered  */

@media (width: 250px) {

    .fullsize {
	display: block;
    }

    .mobile {
	display: none;
    }

}
