/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #002147;
  color: #99a6b5;
  font-family: "Courier New";
}

.ad{
  margin-left: 5px;
  margin-right: 5px;
}
  
  .row{
    width: 80%;
    margin: 0 auto;
    display: flex;
    height: 890px;
  }
  
  #header h1{
    color:#e6ebf0;
    font-family: "Courier New";
    background-color: #003567;
    text-align: center;
    margin: 5px;
    position: static;
    font-size: 40px;
  }
  
  .right{
    width: 16%;
    color: #99aec2;
    margin: 5px;
    text-align: center;
    font-size: 16px;
    height: 100%;
  }
    .right a{
      color: #99aec2;
    }
    .right a:visited{
      color: #99aec2;
    }

  .middle{
    width: 66%;
    overflow-y: scroll;
    height: 100%;
  }
  .row:after{
    display: table;
    clear: both;
  }
 .left{
    width: 16%;
    color: #99aec2;
    margin: 5px;
    height: 100%;
  }
    .left a{
      color: #99aec2;
    }
    .left a:visited{
      color: #99aec2;;
    }
    #nav{
      padding: 10px;
    }
    #miniprof{
      display: flex;
      width: 100%;
    }
      .pfp{
        width: 60%;
      }
      .pfinf{
        width: 40%;
        vertical-align: text-bottom;
        position: relative;
      }
      #miniprof a, a:visited{
        text-decoration: none;
      }
    #musiclink:hover{
      transform: scale(1.1); 
    }
    
    #spotify h1{
      font-size: 20px;
      text-align: center;
    }

  #hotriv{
    text-align: center;
  }
  
  .bacon{
    background-color: #99aec2;
    margin: 5px;
    color: #001529;
    padding-top: 5px;
  }
    .entry{
      background-color: #e6e9ed;
      margin: 5px 5px;
      border-style: solid;
      border-width: 3px;
      border-color: #1a3759;
    }
      .entry h1{
        color: #b3bcc8; 
        margin-left:5px;
        margin: 0;
        font-size: 15px;
        background-color: #1a3759; 
      }
      .entry h2{
        font-size: 15px;
        color: #001529;
      }
  
  .popup .popuptext{
    visibility: hidden;
    width: 300px;
    position: fixed;
    bottom: 200px;
  }
  
  .popup .show{
    visibility: visible;
  }
    
    #ihatepopups{
        background-color: #4d7295;
        height: 200px;
        margin: 5px;
        left: 50%;
      }
        #ihatepopups{
          background-color: #e6e9ed;
          margin: 5px;
          border-style: solid;
          border-width: 3px;
          border-color: #1a3759;
        }
          #ihatepopups h1{
            color: #b3bcc8; 
            margin-left:5px;
            margin: 0;
            font-size: 30px;
            background-color: #1a3759;      
          }
          
          #ihatepopups p{
            color: #00142b;
            margin: 5px;
            font-size: 60px;
          }
          
          #ihatepopups #close{
            position: absolute;
            background-color: #00101f;
            color: #e6ebf0;
            bottom: 6px;
            right: 6px;
            margin: 6px;
            padding: 6px;
            font-size: 20px;
          }
     
  #chatbox{
    position: fixed;
    right: 40px;
    background-color: #0c0f43;
    color: #99aec2;
    width: 20%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    bottom: 0;
  }
    #chatbox summary{
      align-items: center;
      text-align: left;
    }
    #chatbox summary a{
      font-size: 30px;
    }
    #chatbox details{
      margin: 5px;
      font-size: 30px;
      color: rgb(173, 216, 230);
    }    
    #chatbox h2{
      font-size: 20px;
      margin: 3px;
      color: #0c0f43;
    }
    #chatbox a{
      font-size: 15px;
      margin: 3px;
      color: #0c0f43;
    }
    #chatbox a:visited{
      font-size: 15px;
      margin: 3px;
      color: #0c0f43;
    }
    #chatbox p{
      color: #003567;
      margin: 5px;
      font-size:13px;
    }
    .chat{
      margin: 5px;
      background-color: #99aec2;
      display: flex;
      border-radius: 5px;
    }
  
  footer{
    font-size:10px;
    color: rgb(0, 0, 128);
    clear: both;
    margin: 10px;
  }
  

  
  
  