body
{
    url('body-bg.jpg');
}

.clearfix:after
{
    display:block;
    clear:both;
}

/*----- Menu Outline -----*/
.menu-wrap
{
    margin-left: auto;
    margin-right: auto;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:white;
}

.menu
{
    margin-left: auto;
    margin-right: auto;
    width:100%;
    margin:0px auto;
}

.menu li
{
    margin:0px;
    list-style:none;
    font-family:'Ek Mukta';
}

.menu a
{
    transition:all linear 0.15s;
    color:#919191;
}

.menu li:hover > a, .menu .current-item > a
{
    text-decoration:none;
    color:#000066;
}

.menu .arrow
{
    font-size:11px;
    line-height:0%;
}

/*----- Top Level -----*/
.menu > ul > li
{
    float:center;
    display:inline-block;
    position:relative;
    font-size:19px;
}

.menu > ul > li > a
{
    padding:10px 40px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}

.menu > ul > li:hover > a, .menu > ul > .current-item > a
{
    background:grey;
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu
{
    z-index:1;
    opacity:1;
}

.sub-menu
{
    width:160%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:white;
}

.sub-menu li
{
    display:block;
    font-size:16px;
}

.sub-menu li a
{
    padding:10px 30px;
    display:block;
}

.sub-menu li a:hover, .sub-menu .current-item a
{
    background:grey;
}

.content
{
    border: 1px solid black;
    border-radius: 2px;
    background-color: #f5f6f7;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.results
{
    border: 1px solid black;
    border-radius: 2px;
    background-color: #f5f6f7;
    text-align: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.fileInput
{
    font-family: Arial Black;
    font-size: 11px;
}

.button
{
    align-items: flex-start;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    cursor: default;
    color: #000000;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: #f5f5f5;
    border-image: initial;
}

/* Smaller Mobile Devices */
@media only screen and (max-width: 600px)
{
    .content
    {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* Larger Mobile Devices */
@media only screen and (max-width: 1025px)
{
    .content
    {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

.commentBox
{
    border: 1px solid black;
    border-radius: 2px;
    background-color: #f5f6f7;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

textarea
{
    border: 2px solid red;
    border-radius: 4px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

a
{
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

a:hover
{
    background-color: #ddd;
    color: black;
}

.show
{
    display:block;
}

.hide
{
    display:none;
}

.commentNavBox
{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

/* Smaller Mobile Devices */
@media only screen and (max-width: 600px)
{
    .commentNavBox
    {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }
}

/* Larger Mobile Devices */
@media only screen and (max-width: 1025px)
{
    .commentNavBox
    {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

.commentNav
{
    background-color: black;
    color: gray;
    text-align: center;
    font-family: Verdana;
    white-space:nowrap;
}

.commentNav a
{
    background-color: #4d4dff;
    color: white;
}

.commentHeader
{
    text-align: left;
    color: #4d4dff;
}

.comment
{
    text-align: left;
    border: 2px solid black;
    border-radius: 4px;
    background-color: #cce6ff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
}

.newComment
{
    background-color: white;
    color: #4CAF50;
    text-align: : left;
}

.commentInput
{
    height: 60px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.round
{
    border-radius: 50%;
}

.commentButton
{
    border: 2px solid #c2c2c2;
    padding: 1px 5px;
    background-color: #4d4dff;
    border-radius: 20px;
    color: white;
    font-family: Verdana;
}

.commentButton a
{
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.close-btn
{
    border: 2px solid #c2c2c2;
    position: relative;
    padding: 1px 5px;
    background-color: red;
    border-radius: 20px;
    text-align: center;
    color: white;
}

.close-btn a
{
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.schedule
{
    white-space: nowrap;
}

.tooltip 
{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext 
{
  visibility: hidden;
  width: 720px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%; 
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext 
{
  visibility: visible;
}