/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

.Welcome{
    font-size: 25px;
    font-family: "Lucida Console", "Courier New", monospace;
}

.Parralax1{
    min-height:500px;
    background-image: url("https://codehs.com/uploads/61da796e868cd36b4d498070e7fc135b");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    text-align: center;
    padding-top: 150px;
    font-size: 50px
}

.Parralax2{
    min-height:500px;
    background-image: url("https://codehs.com/uploads/d29a9bf4c438353a522a0e9e9066afe1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    text-align: center;
    padding-top: 150px;
    font-size: 50px
}

.link-Granada{
    font-size: 30px;
    color: green;
    font-family: "Brush Script MT", Cursive;
    
    
    
}

.red{
    background-color: Red;
}

img{
    min-height:5px;
}

.bottomText{
    font-size: 20px;
}

.bottomPart{
    background-color: blue;
}

body {
  font-family: "Lato", sans-serif;
  transition: background-color .5s;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.tooltiptext {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}  
table{/* This is for the table in the chatroom */
    border: 1px solid black;
    width:80%;
    margin:auto;
}

th:first-child {  /* This is for the first header in the table */
    width:10%;
    background-color: #eeeeee;
}
  
th:nth-child(2) { /* This is for the second header in the table */
    width:90%;
    text-align: left;
    padding-left: 3%;
}

td:first-child {  /* This is for the first column in the table */
    width:10%;
    background-color: #eeeeee;
    text-align: left;
    padding-left:20px;
}
  
td:nth-child(2) {  /* This is for the second column in the table */
    width:90%;
    text-align: left;
    padding-left: 3%;
}

.chatroomText{  /* This is for the Welcome and the textbox to enter a msg*/
    width:80%;
    margin:auto;
    text-align: left;
}