@import url('https://fonts.googleapis.com/css?family=News+Cycle&display=swap');
* {
    font-family: 'News Cycle', sans-serif;
} 
html {
    width:100%; height:100%;
}
body {
    width:100%; height:100%;
    
}

h1, h2, h3 {
    color: rgb(0,160,227);
}

h3 {
    margin-bottom: 0px;
}
.footer {
    position: fixed;
    bottom: 0px;
    left:0px; right:0px;
    background-color: black;
    border-top: solid 5px rgb(0,160,227); height:60px; color: white; 
}

.footer a {
    color: white; display: inline-block; text-decoration: none; font-weight: bold; margin:5px 15px;
}

.infoBox {
    padding:10px; border-radius:10px; background-color:rgb(110,154,198); color: white;
}
.subMenu {
    background-color:rgb(164,220,254); margin:auto; margin-bottom:10px;
    width: 80%; border-radius:15px; height:30px;
    
}

.subMenu a {
    width: 100%; height:100%; font-weight: bold; color: rgb(0,101,128); text-decoration: none;
    
}

.inMenu h2 {
    display: inline; margin-right:20px; cursor: pointer;
}

.inMenu h2.closed {
    color: lightgrey;
}


ul.menu2 {
    list-style-type:none;
    padding: 0px;
    margin: 0px;
}

ul.menu2 {
    position: absolute;
    z-index: 10;
    display:none;
}

ul.menu2 li {
    background-color: rgb(245,245,245);
    clear: both;
    text-align: left;
}

ul.menu2 li a {
     display:inline-block;  padding:5px 20px; text-decoration: none; color:white; font-size:large; text-align:left;
    background-image: linear-gradient(rgb(255,0,0), rgb(132,34,30));
    border-top: sold 1px rgb(255,128,128); width:120px;
}
.menuItem:hover ul.menu2 {
    display:block;
}

h3 {
    margin-top: 0px;
}

a {
    color: white;
}

.startbutton {
    text-align: center; display: inline-block; margin-right: 20px; width:150px; height: 30px; background-color: rgb(0,160,227); border-radius: 15px; position: relative; top:-12px;
}

.startbutton a {
    display: inline-block; height:100%; width:100%; text-decoration: none; font-weight: bold; 
}