body
{
    text-align: justify;
    background-color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
}

#wrapper
{
    width: 100%;
    position: absolute;
}
.logo 
{
  position: relative;
  height:120px;
  width:20%;
  float: left;
  background-color:#FFF; 
  padding-left: 10%;
}
.logo img
{
  height: auto;
  padding-top:20px;
}
.moto
{
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #e61d25;
  clear: both;
  margin-top: 0px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);

}
.moto img
{
  display: block;
  margin: 0 auto;
}

header
{
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 80px;
}

section
{
  position: relative;
  display: block;
  width: 100%;
}

article
{
  position: relative;
  float: left;
  width: 70%;
  padding:0 5%;
}

aside
{
  position: relative;
  width: 14%;
  padding: 0 3%;
  float: left;
}
aside ul
{
    list-style-type: circle;
    position: relative;
  }
 aside li
  {
    display: block;
  }
  aside h2
  {
    font-family: 'Calibri Light';
    color:#fff;
    padding: 10% 10% 0 10%;
  }


footer
{
    position: relative;
    width: 100%;
    background-image: linear-gradient(#e61d25 , #910409);
    clear: both;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
}
footer h2
{
  font-family:'Calibri Light';
  color: #FFF;
  padding-top: 5px;
  text-align: center;
}
footer p
{
  color: #FFF;
  font-family:'Calibri Light';
  font-size: 18px;
  text-align: center;
}
footer nav 
{
  position: relative;
  width: 100%;
}
footer a
{
  text-align: center;
  color: #fff;
}

footer nav ul li a:hover
{
  color:#000;
}
footer nav ul li a:visited
{
  color: #FFF;
}
.copyright
{
  position: relative;
  width: 100%;
  background-color:#910409;
  clear: both;
  text-align: center;
  color: #FFF;
  font-family:'Calibri Light';
  font-size:16px;
}
nav
{
  padding: 30px 10% 0 0;
  float: right;
  width: 60%;
  position: relative;
}
  nav ul {
    list-style-type:none;
    padding-left:10px;
    overflow:hidden;
    position: relative;
    height: 35px;
    float:right;
  }
  nav ul li
  {
    display: inline;
  }
  nav ul li a
  {
    font-family: 'Calibri Light';
    color: #fff;
    height: 50px;
  }
  nav ul li a:hover
  {
    color:red;
  }
  a {
    display:inline;
    color: #000;
    text-decoration: none;
    font-family:'Calibri Light';
    font-size: 18px;
    }
  
  a:link,a:visited
  {
    text-align:center;
    padding-right:15px;
    text-decoration:none;
    color:#666;
}
a:hover
{
  color:#e61d25;
  
}
  h1, h2, h3, h4, h5, h6
  {
    color: rgb(166, 31, 31);
  }
  
  h1
  {
    font-size: 32px;
    text-align: center;
    font-family: 'Calibri Light';
    color: #e61d25;
  }
  
  h2
  {
    font-size: 28px;
    color: #e61d25;
    font-family: 'Calibri Light';
    text-align: center;
  }
  
  h3
  {
    font-size: 24px;
  }
  
  h4
  {
    font-size: 18px;
  }
  
  h5
  {
    font-size: 16px;
  }
  
  h6
  {
    font-size: 14px;
  }

  p
  {
    font-size:18px;
    font-family: 'Calibri Light';
    text-align:center;
  }
  
  img {
    height: auto; 
    max-width: 100%;
  }

  .volonter
  {
    position: relative;
    width: 100%;
    background-color: #e61d25;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
  }
  .volonter p
  {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 0 10%;
    text-align: center;
  }
  .volonter_gumb
  {
    position: relative;
    width: 60%;
    margin: 0 auto;
    bottom:10px;
    border-radius: 5px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
  }
  .volonter a:link, a:visited {
    background-color: #fff;
    color: #e61d25;
    padding: 5%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  
  .volonter a:hover, a:active {
    background-color: red;
    color: #FFF;
  }

  .vrh
  {
    position: absolute;
    bottom: 20px;
    right:20px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);

  }