body
{
   
    height: 1600px;
 
   
}
.title-bar
{
    margin-top: 7px;
   
    height: 50px;
    vertical-align: bottom;
    align-items:baseline;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
 

    z-index: 10;
  

}
.university
{
    width: 250px;
    text-align: left;
   display: flex;
   flex-direction: row;
   
   z-index: 10;
 
}
.search-bar
{
max-width: 500px;
flex: 1;
text-align: left;
margin-left: 50px;
margin-right: 100px;
z-index: 10;


}
.options
{
flex: 1;

text-align: center;

z-index: 10;

}
.titlebar-buttons
{
    
    font-weight: 600;
    background: none;
    border: none;
    margin-right: 20px;
  
    font-family: 'Roboto' , 'arial';
       
        text-align: center;
       
        cursor: pointer;
        transition: opacity 0.1s;
        transition:  0.2s;
       
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
       
    z-index: 10;
    
}
.titlebar-buttons:hover
{
    background-color: rgba(0, 0, 0, 0.36);
    border-radius: 2px;
    border-width: 5px;
    
    
    padding-right: 10px;
    padding-left: 10px;
    
    z-index: 10;
}
.titlebar-buttons:active
{
    opacity: 0.5;
    
    z-index: 10;
}
.search-box
{
    border-radius: 10px;
    border-width: 0.5px;
    height: 18px;
    width: 50%;
    margin-right: 6px;
    margin-left: 0px;
    background-color: rgba(255, 254, 254, 0.801);
    z-index: 10;
    
}
.university-logo
{
    margin-left: 10px;
    margin-right: 0px;
    width: 40px;
    text-align: center;
    margin-top: 7px;
    
    z-index: 10;
}
.university-title
{
    flex: 2;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 17px;
    font-weight: 800;
    font-size: x-large;
    margin-left: 0px;
    
    z-index: 10;
}
.content-page
{
    display: flex;
    margin-left: 30px;
    flex-direction: column;
    
    z-index: 10;
}
.content-heading
{
    margin-top: 50px;
    font-size: 90px;
   
    margin-left: 0;
    
    margin-bottom: 0 ;
    font-family: 'Monoton';
    z-index: 12;
}
.content-content
{
    margin-top: 100px;
    margin-left: 5px;
    margin-right: 30px;
    font-family: 'Noto Serif Makasar';
    z-index: 10;
    font-weight: 500;
    justify-content: center;
    font-size: large;
}
.heading-content
{
    z-index: 10;
    display: flex;
    flex-direction: row;
}
.sub-heading
{
    
    margin-top: 0px;
    font-size: medium; margin-top: 0; margin-left: 5px; font-weight: lighter;
    font-family: 'Roboto' , 'arial';
    font-weight: 700;
    z-index: 12;
}
.content-coordinator
{
    display: flex;
    flex-direction: row;
    
margin-left: 0%;
    z-index: 10;
}
.coordinator-images
{
    margin-left: 40px;
    margin-right: 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: rgba(5, 0, 0, 0.103);
    z-index: 10;
}
.image
{
    height: 100%;
    width: 100%;
    z-index: 10;
}
.image-subtitle
{
    text-align: center;
    
    z-index: 10;
}
video
{
    position: fixed;
    top: 0;
    left: 0;
    
    z-index: 10;
}
.video-wrapper
{
    position: relative;
width: 400px;
overflow: hidden;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
z-index: 0;


}
.video-edits
{
    filter:opacity(40%);
    background-color: aqua;
    
}
.icon
  {
    width: 100px;
  }

