h1 {
  color: DarkRed;
  font-family: arial, helvetica, sans-serif;
  font-size: 150%;
}
h3 {
  color: Black;
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
}
ul {
  list-style-type: circle;
  font-size: 80%;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.5;
}
/* unvisited link */
a {
  color: DarkRed;
}


/* mouse over link */
a:hover {
  color: DarkBlue;
}

p {
  color: black;
  font-size: 80%;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.5;
}

body {
  margin: 300;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}


a.day:link {color:White;}
a.day:hover {color:White;}
a.day:visited {color:White;}

.day {
  background-color: black;
  color:White;
  margin: 20px;
  padding: 30px;
}

.topright {
  position: relative;
  left: 300px;
}

.hp {
  column-count: 2;
}

.container{
    background-color: LightGray;
    padding: 100px;
}
.clearfix {
  overflow: auto;
}

.imgL {
  float: center;
    padding: 20px;
}

.imgR {
    float: right;
    padding: 20px;
}
.cgheader{
    background-color: LightGray;
    margin:50px;
}
.wrapper{
    background-color: White;
    margin:50px;
}
.cgcontent{
    background-color: White;
    margin:50px;
    font-size: 20px;
    }

.img-txt-container {
        display: flex;
        align-items: center;
        justify-content: center
}

.image {
        flex-basis: 20%
      }

.text {
        font-size: 80%;
	font-family: verdana;
      }
      
      
.twocol {
  column-count: 2;
}
.cgfooter{
    text-align: center;
    background-color: LightGray;
    font-size: 20px;
    padding: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


.pAlps {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
  margin-left: 40px;
  text-align: justify;
}

* Alps.html */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 10px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* xnlg.html Side Menu */

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 10%;
  height: 300px;
}

/* Style the buttons inside the tab */
.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: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

