@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');

Body{
    background-color: rgb(243, 235, 235);
    font-family: "Radio Canada Big";

 }
 .Mainbox{
    margin-left:5%;
    margin-right:30%
 }
 .Sidebox{
    justify-self: right;
    width:25%;
    right:2.5%;
    position: fixed;
    background-color: white;
    top:14%;
    border-radius: 5px;
    border-width: 2px;
    border-style:solid;
    border-color:black;
    padding: 5px;
    
 }
 .Sidebox h1{
    text-align: center;
    text-decoration: underline;
    margin: auto;
 }
.PageTitle {
    color: black;
    text-align: center;
    z-index: 2;

  }
.Welcome{
    top:50px;
    position:relative;
    z-index: 2;
}
nav{
    background-color: rgb(9, 108, 238);
    min-height: 60px;
    height:8%;
    width: 100%;
    top:0;
    left:0;
    float: right;
    position: fixed;
    align-items: center;
    z-index: 3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

.NavDiv{
    background-color: rgb(9, 108, 238);
    width:25%;
    text-align: center;
    float: left;
    height:33.3333%;
    position: relative;
    top: 33.333333%;
    z-index: 3;

}

.NavLink{
    color:white;
    z-index: 4;
    text-decoration: underline;
	font-size:20px;
}
.BodyParaWrapper{
    position:relative;
    top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}
.contents{
    position: relative;
    top: 50px;
    z-index: 2;
}

.Summary{
    position:relative;
    top: 50px;
    background-color: rgb(169, 222, 255);
    border-style:solid;
    border-width: 5px;
    border-radius:15px;
    border-color: rgb(9, 108, 238);
    padding-left:10px;
    padding-right: 10px;
    z-index: 2;
}
.example{
    position:relative;
    top: 50px;
    background-color: rgb(169, 222, 255);
    border-style:solid;
    border-width: 5px;
    border-radius:15px;
    border-color: rgb(9, 108, 238);
    padding-left:10px;
    padding-right: 10px;
    z-index: 2;
}
.Answer{
    display: none;
}
.showanswer{
    padding:0;
    border-width: 0px;
    margin-bottom: 0;
    background-color: rgb(169, 222, 255);
}

.unit{
    font-size: larger;
    color:black;
}
a{

    color: rgb(0, 102, 204)
}

.menu {
	position: relative;

	text-decoration: underline;
	font-size:20px;
	text-align:center;

}
.menu button{
    background-color: rgb(9, 108, 238);
    color:white;
    text-decoration: underline;
    border-width: 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display:none;
	text-align:center;
	background-color:rgb(9, 108, 238);;
	width:200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin:auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-top: 12px;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: underline;
	display: block;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgb(4, 100, 230);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* Show the dropdown menu on hover */
.menu:hover .dropdown-content {
    display: block;


}
