:root{
    --school_color: #8c0b42;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}
.nav {
    display: flex;
    list-style-type: none;
}

.navbar {
    background-color: var(--school_color);
    width: 100%;
}


.back_image {
    background-image: url(https://cdn.pixabay.com/photo/2017/05/08/19/35/cyber-security-2296269_1280.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 8%;
}

.paragraph_title {

    padding-bottom: 60px;
    padding-top: 50px;

}

.bolded {
    font-weight: bold;
}

.paragraph_home {
    font-size: 3vw;
    color: white;
    font-family: 'Oswald', sans-serif;
    /* font-family: 'Roboto Slab', serif; */
}

.btn-collapse{
    font-size: 2vw;
}

h1{
    font-family: 'Oswald', sans-serif;
    font-size: 2vw;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2vw;
}

p,
a {
    font-size: 1.3vw;
    font-family: 'Roboto Slab', serif;
}

.container-fluid1 {
    margin-left: 2%;
}

.nmsu_row{
    margin-bottom: 4%;
}
/* 
Objective section*/

#about_the_lab {
    margin-bottom: 1%;
    position: relative;
}

.image_lab {
    width: 15%;
    position: absolute;
    top: 5%;
    right: 15%;

}

.title_objective {
    font-size: 3vw;
    /* font-family: 'PT Serif', serif; */
    font-family: 'Oswald', sans-serif;
    /* font-family: 'Roboto Slab', serif; */
}

.text_objective {
    font-size: 1.3vw;
    /* font-family: 'Oswald', sans-serif; */
    /* font-family: 'PT Serif', serif; */
    font-family: 'Roboto Slab', serif;
}

/* Projects section */
.projects_title {
    text-align: center;
    margin-bottom: 4%;
    margin-top: 0px;
    padding-top: 20px;

}

#projects {
    padding: 0% 15% 5% 15%;
    background-color: var(--school_color);
    color: white;
    text-align: center;
    margin-bottom: 2%;
}

.image_project1 {
    height: 50%;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 3rem;
}

/* footer section */
.image_nmsu_footer {
    
    width: 7%;
    margin-bottom: 1rem;
    float: left;
    margin-right: 3%;
}

.parent_footer {
    position: relative;
}


.footer{

    background: var(--school_color);
    padding-top: 3%;
    color: white;
    padding: 0.2rem 0;
}

#footer_background{
    background-color: var(--school_color);
}


/* people page */
.title_people_section_name {
    font-size: 3vw;
}

.title_people_section_others {
    font-size: 2vw;
}

.person1 {
    background-color: white;
    padding-top: 2%;
}


.description_people_page {
    margin-bottom: 0;
}


.footer_people {

    background: var(--school_color);
    padding-top: 3%;
    color: white;
    padding: 0.2rem 0;
}

/* publication page */
#navvar {
    background: var(--school_color);
}

.navvar_pages {
    padding-top: 0px;
}
.research_projects_section{
    background-color: white;
    
}
.title_research_section{
    font-size: 3vw;
}
.footer_publication{
    background: var(--school_color);
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
   
}
/* language dropdown menu */
.dropbtn {
    background-color: var(--school_color);
    color: white;
    cursor: pointer;
    font-size: 2vw;
  }
    
  .dropdown {
    float: right;
    position: relative;
    display: inline-block;
    position: absolute;
    right: 1%;
    bottom: 35%;
    cursor:pointer;

  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color:  white;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px white;
    right: 0;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color:  #DCDCDC;}
  
  .show {display: block;}
  .flags_language_menu{
    margin-left: 15%;
  }

  /* data page */

  .footer_data{
    position:absolute;
    bottom: 0;
    background-color: var(--school_color);
    color: white;
    width: 100%;
  }