body{
  margin: 0;
  font: normal 16px Arial, Helvetica, sand-serif;
  color: #333;
}

#particles-js{
  background-color: firebrick;
  height: 1700px;
}

.navbar-brand{
    font-size: 30px;
    color: white;
    text-decoration: none;
}
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.8;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    position: relative;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    display: inline-block;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;

}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
}
#contact-form{
  background-color: #fff;
  opacity: 0.9;
  padding: 2em;
  border: #ccc 2px solid;
  position: absolute;
  top: 100px;
  left: 70px;
}

#container{
  opacity: 0.8;
  padding-top: 20px;
  padding-right: 400px;
  padding-left: 300px;
  padding-bottom: 5px;
}
/* Home CSS for Three columns*/
#row{
  background-color: #fff;
  opacity: 0.8;
  padding: 0.1em;
  border: #ccc 2px solid;
  position: absolute;
  top: 100px;
  left: 100px;
  width: 1050px;
  color: black;
}

/* Create three equal columns that floats next to each other */
#column {
  opacity: 0.8;
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 350px; /* Should be removed. Only for demonstration */
    text-align: justify;
    padding-left: 40px;
    padding-right: 20px;
}


#row:after {
    content: "";
    display: table;
    clear: both;
}


.containerP{
  position: absolute;
  left: 200px;
  top: 500px;
  opacity: 0.8;
}

.containerS{
  position: absolute;
  left: 1s00px;
  top: 960px;
  opacity: 0.8;
}

.containerI{
  position: absolute;
  left: 10px;
  top: 800px;
  opacity: 0.8;
}

#rowI{
  background-color: black;
  
  padding: 0.20em;
  border: #ccc 2px solid;
  position: absolute;
  top: 100px;
  left: 100px;
  width: 1050px;
  color: black;
}

#Btn{
  position: absolute;
  top: 877px;
  left: 110px;
  opacity: 0.8;
}

#columnI{
  
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 350px; /* Should be removed. Only for demonstration */
    padding-left: 10px;
    padding-right: 10px;
}


/* Team CSS*/

#columnT {
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
  padding: 0 8px;
}

@media (max-width: 650px) {
  #columnT {
    width: 100%;
    display: block;

  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


#containerT {
  background-color: #fff;
  opacity: 0.3;
  padding: 0 16px;
}

#containerT::after, #row::after, #row::before {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: black; 
}

#card-image-top {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  opacity: 0.8;
background-color: #fff;
}

/* home page for placementphaes css*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: firebrick;
    color: black;
}
/* play phase*/



.pmodal{
  display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.pmodal-content{
  background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.pclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.pclose:hover,
.pclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pmodal-header {
    padding: 2px 16px;
    background-color: firebrick;
    color: black;
}