/* Add a black background color to the top navigation */
@import url('https://fonts.googleapis.com/css?family=Roboto');
 
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  
}
 
body{
    font-family: 'Open Sans', sans-serif;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.college_building{
  width:99vw;
  height:80vh;
  /* margin-top:50px;
  margin-left:65px; */

  /*background: white;*/
 /* background-image: url(https://www.cusb.ac.in/images/resized/images/cusb-files/slider/slider-960x400/2_960_400.jpg);*/
  background-image: url("./home.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}



.logo{
  width: 13vw;
    height: 13vw;
  max-width:100px;
  max-height:100px;
  /* background: var(--bg-alt); */
 
  padding: 3px;
  margin: auto;
}

.title{
  
  margin-top: 40px;
  margin-left:700px;
  font-size:32px;
}

.pdf_viewer{
  visibility: visible;
  margin-left:55px;
  margin-top: 15px;
  margin-bottom: 10px;
  
  }
  .pdf-download{
visibility: hidden;

  }

.toolbar-content
{
  margin:auto 8px;
  margin: 12px 8px;
  color: white;
}

.academy{
 /* margin-top:5px;
  margin-left:620px;*/
  font-size: 25px;

}
.name{
color:Black;
/*margin-top:-8px;*/
font-size: 3vw;
text-align: center;
}

.name2{
  color:Black;
  
  font-size: 16px;
  }
  .address{
    color:Black;
  /*  margin-top:-45px;
    margin-left:500px;*/
    font-size: 16px;
    }

.name div{
      margin:6px 0px;  
    /*  line-height: ; */
     }


.details{
   
  display:grid;
  grid-template-columns: 1fr 8fr 1fr;
  justify-content: space-between;
 /* background: #364a4b;*/
  /* position: fixed; */
  left: 0;
  right: 0;
  /*width:100%;*/
}
/*------------------------------------------------------------*/
h3{
  background-color: #a30707fd;
  color: white;
  text-align: center;
  font-weight:normal;
  
  
}

.quicklinks{
  text-decoration: none;
  color:black;
  font-size:16px;
  
}
/*
#container1 {
  position: relative;    
}
*/
#QuickLink_block a:hover{
 color:#a30707fd;
 
 font-size:18px;
 font-size-adjust: 20px;

}

.quicklinks {
  padding-left: 3px;
 
 }

#QuickLink_block {
 position: absolute;
 top: 245px;
 right: 30px; 
  line-height: 35px;

width:280px;
 background-color: #f0f0f0;

 max-height:700px;
 
}

/*---------------------------------------------------------*/
.menu-item{
  margin-right:0px;
}
/*-----------------------------------------------------------*/
.topnav {
  background-color: #a30707fd;
  overflow-y: hidden;
  overflow-x: auto;
  display:flex;
  justify-content: space-evenly;
  /*width:70vw;
  margin-left:220px;*/
  

}/*
.strip{
  background-color: #a30707fd;
  height: 54px;

}*/


/* 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: 16px;
 
  
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
  margin-left:0px;
}



/* Hide the link that should open and close the topnav on small screens */
@media (min-width:600px)
 {.icon {
  display: none ;
}}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  /*padding: 14px 16px;*/
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top:48px;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  display: flex !important;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover  {
  background-color: #555;
      
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/*-------------------------------------------------------------------------------------------------*/

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 10%;
  height: 300px;

}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: green;
}

/* Style the tab content */
/*.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 90%;
  border-left: none;
  height: 700px;
  background-color: green;
 
}*/




.tabcontent{

  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 90%;
  border-left: none;
  height: 300px;
}
  /*-------------------------------------------------------------------------------------------------*/

.card-wrapper{
  display: grid;
  grid-template-columns: 1fr ;
  margin-top:40px;
  margin-right:140px;
  margin-left:140px;
  /*grid-gap:32px;*/
  background: white;
  border-radius: 4px;
 
}

.college-description-title{
  font-size: 20px;
  color:var(--bg-alt);
  margin:8px 0px;
  display: block;
 /* background: white;
  border-radius: 4px;*/
  /* margin:0 32px 8px 32px; */
  padding: 8px 12px;
  /*margin-top:150px;*/
  --bg-alt: rgb(85, 69, 0);
  /* max-width: 450px; */
}
/*
.college-description{
  
  margin-left:17px;
  line-height: 30px;
  font-size:20px;
}*/
@media only screen and (max-width: 600px) {
  .icon{
    display: block !important;
    position: static;
  }
}
@media (max-width:500px)
{
  .icon{
    display: block !important;
  }
}

/*---------------------------------------------------------------------------------------------------*/
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/* @media screen and (max-width: 578px) {
  
} */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 578px) {  
 
  .fa{
    width: fit-content !important;
    margin: auto 8px;
  }
  .dropbtn{
    display: flex !important;
  }
  .college_building
  {
    background-position: unset;
  }
  .name2{
    display: none;
  }

  .logo{
    margin: 14px auto;
  }
   
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav{
    position: absolute;
  }
  .icon {
    float: right;
    display: block !important;
    text-align: right !important;
  }

  /* .topnav.responsive {position: relative;}
   .icon {
    position: absolute;
    right: 0;
    top: 0;
  } */


  .academy{
    margin-top:5px;
    margin-left:450px;
    font-size: 13px;
    width:100%;
  
  }
  /*.name{
    color:purple;
    
    }*/
    .college-name{
      font-size: 16px;
    }


    .name2{
      color:Black;
      margin-top:8px;
      margin-left:200px;
      font-size: 16px;
      width:100%;
      }
      .address{
        color:Black;
        margin-top:-45px;
        margin-left:200px;
        font-size: 14px;
        width:100%;
        }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  /*.strip{
    width:70%;
  margin-left:240px;
  
  }
.topnav{
  margin-left: 180px;
}*/


.details{
   
  display: grid;
    grid-template-columns: 1fr 8fr 1fr;
 /* background: #364a4b;*/
  /* position: fixed; */
  left: 0;
  right: 0;
  /*width:100%;
  margin-left:150px;*/
  width: 100vw;
}/*
.logo1{
  margin-left:30px;
  }
  .logo2{
    margin-right:0px;
  }*/

  .topnav {
    background-color: #a30707fd;
    overflow: hidden;
    width:100vw;
    display: block;
    /* flex-direction: column; */
    /* margin-left:100px; */
  }

  .topnav *{
    width: 100vw;
    text-align: left !important;
  }

/*--------------------------------------------------------------*/

.card-wrapper{
width:100vw;
display: grid;

  
  margin-top:40px;
 margin-bottom: -30px;
  margin-left:20px;
 
  /*grid-gap:32px;*/
  background: white;
  border-radius: 4px;
 
}

.college-description-title{
  font-size: 20px;
  color:var(--bg-alt);
  margin:8px 0px;
  display: block;
 /* background: white;
  border-radius: 4px;*/
  /* margin:0 32px 8px 32px; */
  padding: 8px 12px;
  /*margin-top:150px;*/
  --bg-alt: rgb(85, 69, 0);
  /* max-width: 450px; */
}
.college-description{
  margin-left:17px;
  line-height: 30px;
  font-size:20px;
}
/*-----------------------------------------------------------------------*/

.title{
  
  margin-top: 40px;
  margin-left:700px;
  font-size:32px;
}

#pdf{
visibility: hidden;

}
.pdf-download{
  visibility: visible;

  
  }
/*--------------------------------------------------------------------*/
  .dropdown-content {
    
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:0px;
    /* display: flex; */
    flex-direction: column;
    position: static;
  }
  #QuickLink_block{
    display:none
  }
   
}
