/** {
    border: 1px solid red !important;
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-size: 1.5em;
  background-image: url(../images/texture.jpg);
}

.header-text {
  font-size: 16pt;
}

a { color: #5582d6; text-decoration: none; }
a:hover { text-decoration: underline; }

.description-text {
  color: black;
  font-size: 14pt;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: justify;
  text-justify: auto;
}

.description-internship {
  color: white;
  font-size: 14pt;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: justify;
  text-justify: auto;
}

.container {
  padding: 40px;
  max-width: 950px;
  background-color: rgb(252,252,252);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  clear: both;
}

.pubs-names {
  color: black;
  font-weight: bold;
  font-size: 15pt
}

.pubs{
  font-size: 14pt
}

.header {
  color: black;
  font-size: 14pt
}

.resource_links {
  color: black;
  /*font-weight: bold;*/
}

.navbar-expand-lg .navbar-collapse {
/*display: flex!important;*/
justify-content: space-around;
flex-basis: auto;
}


#footer {
  height: 30px;
  background-color: rgb(252,252,252);
  text-align: center;
  font-size: 14pt;
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* 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: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

