.header {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 60px;
  font-family: Montserrat;
  font-style: bold;
  font-style: italic;
  text-align: left;
  background-image: url('Images/TBLogoPNG.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 60%;
}

.header h2 {
  font-size: 40px;
  text-decoration: underline;
}

.header p {
  float: center;
  font-size: 20px;
}

body 
{
    box-shadow: white;
    background-color: rgba(28,28,28,255);
    background-image: url(Images/compute-ea4c57a4.png);
    color: white;
    text-align: center;
}

.h1 {
    text-decoration: underline;
}

.header2 {
  font-size: 30px;

}

.mainlogo {
    width: 300px;
    height: 300px;
}

.topnav {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    color: greenyellow;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
    
  }

  .dropdown .dropbtn {
    font-size: 25px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }

  /* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  color: greenyellow;
  
}

  /* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 10px;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.container-lines {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 600px) {
  .container {  
    flex-direction: column; /* Stack lines vertically */
    height: auto; /* Reset height */
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url(Font/Montserrat-Italic-VariableFont_wght.ttf);
  src: url(Font/Montserrat-VariableFont_wght.ttf);
}

  .line {
    width: 2px;
    position: relative;
    background-color: white;
    margin: 0 20%;

  }

  .container {
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px black;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 10%; /* Set the desired left margin */
    margin-right: 10%; /* Set the desired right margin */
    padding-left: 5%; /* Set the desired left padding */
    padding-right: 5%; /* Set the desired right padding */
    margin-top: 20px;
    float: left;
    border-radius: 1%;
    margin-left: 50px;
    font-size: 25px;
  }

  @media screen and (max-width: 1650px) {
    /* Adjust the properties for screens up to 768px wide */
    .container {
      flex-direction: column;
      margin: 100px;
      margin-left: 75px;
      padding: 1%;
      margin-top: 1px;
      margin-bottom: 10px;
      box-shadow: 1px 1px 10px black;
      border-radius: 1%;
      font-size: 25px;
    }
  }

  @media screen and (max-width: 1400px) {
    /* Adjust the properties for screens up to 768px wide */
    .container {
      flex-direction: column;
      margin: 100px;
      margin-left: 30px;
      padding: 1%;
      box-shadow: 1px 1px 10px black;
      border-radius: 1%;
      font-size: 25px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    /* Adjust the properties for screens up to 768px wide */
    .container {
      flex-direction: column;
      margin: 100px;
      margin-left: 30px;
      padding: 1%;
      margin-top: 1px;
      margin-bottom: 10px;
      box-shadow: 1px 1px 10px black;
      border-radius: 1%;
      font-size: 17px;
    }
  }
  
  @media screen and (max-width: 1000px) {
    /* Adjust the properties for screens up to 480px wide */
    .container {
      flex-direction: column;
      margin: 100px;
      margin-left: 50px;
      padding: 1%;
      box-shadow: 1px 1px 10px black;
      border-radius: 1%;
      font-size: 10px;
    }
  }
  
.container:hover  {
  opacity: 100%;
  box-shadow: 0px 0px 2px greenyellow;
  color: greenyellow;
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.img {
  float: left;
  padding: 1%;
  margin-right: 10px; /* Adjust the spacing between the image and list */
  width: 168px;
  height: 168px;
  border-radius: 7%;
}

.list-container {
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.hr-line { 
    margin-top: 30px;
    width: 35%; /* Set the desired width */
    height: 0.5px; /* Set the desired height/thickness */
    background-color: white; /* Set the desired color */
}

@media screen and (max-width: 1400px) {
  .hr-line {
    margin-top: 30px;
    width: 20%; /* Set the desired width */
    height: 0.5px; /* Set the desired height/thickness */
    background-color: white; /* Set the desired color */
  }
}

@media screen and (min-width: 1000px) {
  .hr-line {
    margin-top: 30px;
    width: 30%; /* Set the desired width */
    height: 0.5px; /* Set the desired height/thickness */
    background-color: white; /* Set the desired color */
  }
}

#backtotop {
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#backtotop:hover {
  background-color: greenyellow; /* Add a dark-grey background on hover */
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

.fa { 
  text-align: center;
  text-decoration: none;
}

/* Set a specific color for each brand */

.icons-container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 25px;
}

/* Facebook */
.fa-linkedin {
  color: white;
}

/* Twitter */
.fa-github {
  color: white;
}

.Rcontainer {
  display: flex;
  align-items: center; /* vertically aligns the content */
}

.Rimage {
  padding-left: 20%;
  padding-bottom: 14%;
  height: 300px;
  width: 300px; /* adjust the width as needed */
  margin-right: 18px;
}
.Rtext {
 padding-right: 30%;
 padding-bottom: 14%;
 text-align: left;
 font-size: 20px;
 font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}