body{
    background-color: rgb(250,250,250);
    font-family: "Avenir", Avenir, avenir, Helvetica ,sans-serif;
    font-weight:100;
    color:rgb(31,41,81);
}

.swissknots {
    font-size: 40px;
    color:rgb(31,41,81);
    float:left;
    margin-left:5%;
    font-weight:100;
}

header {
    background-color:rgb(240,240,240);
    opacity:0.85;
    min-height:30px;
    padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-left:-20px;
    margin-right:-20px;
    margin-top:70px;
}


.menu {
    margin-top:1px;
/*    text-align:left;*/
    font-size: 30px;
    margin-left:5%;
/*    position:relative; */
    float:left;
}


.subheader {
    background-color:rgb(31,41,81);
    height:2px;
    position:relative;
    top:0px;
    margin-left:-20px;
     margin-right:-20px;
    padding-right: 10px;
    padding-left: 10px;
    /* align:block; */
}


.subsubheader {
    background-color:rgb(240,240,240);
    opacity:0.85;
    min-height:20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left:-20px;
    margin-right:-20px;
}


.fixed-bg {
    background-image: url("Images/EMJ2.jpg");
    min-height:200px;
    height:200vmax;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   background-attachment: fixed;
}


.container {
    position: relative;
  text-align: center;
  color: white;
}



h2 {
    font-size: 40px;
    color:rgb(255,255,255);
    font-weight:100;
    padding-top: 20px;
}

h3 {
    font-size: 30px;
    color:rgb(255,255,255);
    font-weight:100;
}


p {
    font-size:14px;
    font-weight: 100;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;

}


.mycaption2 {
    font-size:24px;
    font-weight: 100;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 35px;
    color:rgb(230,230,230);
}


.mytext2 {
    font-size:24px;
    font-weight: 100;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 2%;
    color:rgb(230,230,230);

}


.eventsection {
    color:rgb(31,41,51);
    text-align:left;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom:40px;
}




a {
    text-decoration: none;
    color:rgb(240,240,240);
    font-weight: 100; 
}
    
a.darker {
    color:rgb(61,41,151);
}


a:hover {
    color:rgb(180,40,120);
}


.threecolumn {
  float: left;
  width: 25%;
  margin-left:5%;
  margin-right:5%
  padding: 0%;
  margin-top: 2%;
}
