body
{
  background: url('https://www.sw-cc.org/background.jpg') no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
  background-size: cover;
  margin: 0px;
}


.w3-animate-fading{-webkit-animation:fading 5s infinite;animation:fading 5s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}



.w3-animate-opacity{-webkit-animation:opac 1.5s;animation:opac 1.5s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}





.navigation 
{
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

.navigation A:link
{
  color: #000000;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}

.navigation A:visited
{
  color: #000000;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}

.navigation A:hover
{
  color: #FFFFFF;
  background-color: #000000;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}

.navigationmobile 
{
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.navigationmobile A:link
{
  color: #000000;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
}

.navigationmobile A:visited
{
  color: #000000;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
}

.navigationmobile A:hover
{
  color: #FFFFFF;
  background-color: #000000;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
}

.standard
{
  font-family: Arial;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

.footer
{
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0px;
  text-align: center;
}

.footer a:link
{
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0px;
  text-align: center;
}

.footer a:visited
{
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0px;
  text-align: center;
}

.footer a:hover
{
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0px;
  text-align: center;
  text-decoration: underline;
}

h1
{
text-align: center;
  font-family: Arial;
  color: #FFFFFF;
  background-color: #008000;
  padding: 10px;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 700;
}

h2
{
  font-family: "Arial";
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 6px;
}

h3
{
  font-family: Arial;
  color: #000000;
  font-style: italic;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 6px;
  font-weight: 500;
}

A:link
{
  font-family: Arial;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

A:visited
{
  font-family: Arial;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

A:hover
{
  font-family: Arial;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}

.cardbox
{
  border-radius: 15px;
  padding: 10px; margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

