<style>

* {
  box-sizing: border-box;
}

body {
  font-family: Verdana, Helvetica, sans-serif;
}

/* Style the header */
.header {
  /*background-color: #333;*/
  /*opacity: 0.9;*/
  background-image: linear-gradient(177deg, rgba(80,80,80,1), rgba(40,40,40,1), rgba(0,0,0,1));
  border-bottom: 4px groove #ccc;
}

.header img {
  float: left;
  max-width: 100%;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 16px;
  padding: 5px;
}

.headtxt1 {
  /*border: 3px solid green;*/
  margin: 1px;
  font-family: "Georgia";
  font-size: 3.2vw;
  color: white;
  text-shadow: 3px 2px 1px teal;
  float: middle;
}

.headtxt2 {
  /*border: 3px solid green;*/
  margin: 1px;
  font-family: "Verdana";
  color: white;
  font-size: 2.0vw;
  text-shadow: 4px 3px 2px rgba(200,200,200,0.9);
  float: right;
}

/* Style the footer */
.footer {
  background-color: #333;
  color: white;
  /*padding: 10px;*/
  text-align: center;
}

.footer h2 {
  float: left;
  clear: both;
  border-bottom: 4px solid white;
  padding: 0 30px 2px 0;
  text-align: left;
}

.footer h3 {
  float: left;
  clear: both;
}

/* different lines*/
.line{
width: 400px;
height: 47px;
border-bottom: 4px solid black;
margin:100px auto;
position: absolute;
}

.line1{
width: 400px;
height: 10px;
border-top:solid #555;
/*position: absolute;*/
margin:10px auto;
clear: both;
text-align:center;
}

.line2{
width: 100%;
height: auto;
border-bottom: 4px solid #111;
position: absolute;
margin: 10px auto 10px 50px;
clear: both;
}

.clear {
  clear: both;
}

/* Container for flexboxes */
.row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/* Create two unequal columns that sits next to each other */
.column {
  padding: 10px;
}

.column.col1 { -webkit-flex: 1; -ms-flex: 1; flex: 1;}
.column.col2 { -webkit-flex: 2; -ms-flex: 2; flex: 2;}
.column.col3 { -webkit-flex: 3; -ms-flex: 3; flex: 3;}
.column.col4 { -webkit-flex: 4; -ms-flex: 4; flex: 4;}
.column.col5 { -webkit-flex: 8; -ms-flex: 8; flex: 8;}
.column.col10 { -webkit-flex: 10; -ms-flex: 10; flex: 10;}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: rgba(10, 10, 10, 1);
  position: sticky;*/
  top: 0;
}

.work ul {
  list-style-type: disc;
  margin: 0px;
  padding: 20px;
  overflow: hidden;
  /*background-color: rgba(10, 10, 10, 1);
  position: sticky;*/
  top: 0;
}

ol {
  line-height: 1.5;
}

.menu {
  background-color: #ccc;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: sticky;
}

.menu li {
  float: left;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, a:active {
  background-color: #000;
  color: orange;
}

ul a:hover, a:active {
  background-color: rgba(30, 30, 30, 1);
  color: orange;
}
.menu a.active {
  color: orange;
}
ol li {
  margin: 10px;
}

a.button, a.button:link, a.button:visited, a.button:active {
  color: black;
}

a.button:hover{
  color: orange;
}

a.h2 {
  color: black;
}

/*.active {
  background-color: #4CAF50;
}*/

a:link, a:visited {
  color: white;
  padding: 12px 16px;
  /*text-align: center;*/
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  color: orange;
}

.welcome {
  margin: 0px 0px 0px 0px;
  background-color: #ccc;
  /*background-image:url('Image/spaceenv-txt.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /*height: 61vh;*/
  padding: 1px;
  text-align: center;
  text-size: large;
}

.welcome img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*max-width:100%;
  max-height: 59vh;*/
  border: 1px solid #ddd;
  border-radius: 8px;
  /*padding: 5px;*/
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 991px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.fbicon {
  background: url('Icon/facebook.png');
  height: 14px;
  width: 10px;
  display: block;
  background-size: 100% 100%;
}

.yticon {
  background: url('Icon/youtube.png');
  height: 14px;
  width: 10px;
  display: block;
  background-size: 100% 100%;
}

.sidepan {
  background-color: rgba(10, 10, 10, 1);
  color: white;
}

.sidepan ul {
  padding: 10px;
  position: sticky;
  text-align: right;
  line-height: 1.5;
}

.sidepan ul li h3 {
  text-align: right;
  border-bottom: 3px solid #333;
}

.news {
  background-color:#999;
}

.news h2 {
  text-align: center;
  text-shadow: 2px 2px #666;
}

.news span {
  border-bottom: 4px solid orange;
  padding:0 30px 5px 30px;
}

.news img{
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  width: 20vw;
  height: auto;
  margin:0 10px 10px 0;
  float:left;
}

.science h2 {
  text-align: center;
}

.science h2 a {
  color: black;
  border-bottom: 4px solid orange;
}

.science h2 span {
  color: black;
  border-bottom: 4px solid orange;
  padding: 0 10px 5px 10px;
  line-height: 1.7
}

.science h3 {
  text-align: center;
  color: #004;
}

.science a:hover {
  color: orange;
}

.people {
  background-color:#999;
  float:left;
}

.people img{
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  width: 10vw;
  /*width: 100;*/
  height: auto;
  margin:0 10px 10px 0;
  float:left;
}

/*.people:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}*/

.gallery {
  background-color:#999;
  /*float:left;*/
}

.gallery img{
  width: auto;
  /*height: 30vw;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  width: 30vw;
  height: auto;
  margin:0 10px 10px 0;
  float:left;*/
}

figure {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  width: 50vw;
  margin: auto;
  /*float:left;*/
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

td {
    padding-top: .5em;
    padding-bottom: .5em;
}

p.shifted {
    margin-left: 50px;
}

.mySlides {
  display: none;
}

.w3-animate-fading { animation:fading 10s infinite } @keyframes fading { 0%{opacity:0} 30%{opacity:1} 90%{opacity:1} 100%{opacity:0} }


/*==============FOR MOBILE==============*/
@media (max-width: 991px) {
  body{
    margin: 0;
  }

  h2, h3{
    margin-left: 0 !important;
    font-size: 16px;
  }

  h2{
    font-size: 18px;
  }

  h2 span{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  p{
    margin: 0 !important;
  }

  p span, div b p{
    font-size: 14px !important;
  }


  a:link, a:visited{
    padding: 0 !important;
  }

  div{
    margin-left: 0 !important;
    text-align: left !important;
  }

  .line2{
    left: 50%;
    transform: translateX(-50%);
  }

}
