
body {
    background-color: #2D2D2D;
    margin: 0;
    padding: 0;
    position:absolute; 
    top:0;
}
@font-face {
    font-family: 'NewFont'; /*a name to be used later*/
    src: url('../TooManyCrooks/limelight.tff'); /*URL to font*/
}
@font-face {
    font-family: 'limelightregular';
    src: url('../TooManyCrooks/font/limelight-webfont.woff2') format('woff2'),
         url('../TooManyCrooks/font/limelight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Content*/
#section{
    width: 100%;
    min-height:100%;
	position:relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#content{
    min-height: 100%;
    height: 100%;
    padding-bottom:100px;
    
}
article{
    height: 100%;
}
.articleClass{
    min-width: 800px;
}
.articleDiv
{
    min-height: 300px;
}
article p{
    width: 100%;
    height: 100%; 
}
article a{
    margin-top: 20px;
}
article img{
    padding: 10px;
    float: left;
    max-width: 300px;
    max-height: 300px;
}
.imgSize{
    width: 50%;
}
.centerDiv{
    vertical-align:middle; 
    text-align:center;
}
.fontClass{
    font-family: 'limelightregular';
    font-size: 50px;
}
.descriptionText{
    color: white;
    text-align: center;
    font-size: 24px;
}
.smallDiv{
    width: 80%;
    margin: 0 auto;
}
.button {
    background-color: #717272; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.buttonRounded {border-radius: 12px;}
nav{
    float:left;
    width: 19%;
}

.vertical-menu {
    float:left;
    width: 18%;
    margin-left: 10px;
    position: fixed; /* Set the navbar to fixed position */
    top: 10%; /* Position the navbar at the top of the page */
}

.vertical-menu a {
    background-color: #2D2D2D; /* Grey background color */
    color: white; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #4CAF50; /* Add a green color to the "active/current" link */
    color: white;
}




h1{
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    margin: 0px;
    color: white;
    font-family: sans-serif;
    font-weight: normal;
}

h2{
    font-family: sans-serif;
    margin: 2px;
    font-size: 25px;
    color:white;
    text-align: left;
    font-weight: normal;
    /*text-align: center;*/
}
h3{
    font-family: sans-serif;
    margin: 2px;
    font-size: 18px;
    color:white;
    text-align: left;
    font-weight: normal;
}
p{
    font-family: sans-serif;
    font-weight: normal;
    text-align: left;
    color: white;
}
img{
    text-align: center;
    width: 70%;
}
em{
    font-style: italic;
}
strong{
    font-weight: bold;
}

embeded{
    text-align: center;
}
input {
    margin-bottom:5px;
}
aside{
    margin-top: 10px;
    margin-bottom: 10px;
}
aside ul{
    list-style: decimal;
}
ul, ol{
    margin-left: 15px;
}

