
    #fewlogo{
    width: 100%;
    height:auto;
    text-align: center;
    margin: auto;
    position: absolute;
    top:15px;
    z-index: 100;
    opacity: 0.5;
}

#toplefticon1{
                display: block;
                height: 48px;
                width: 37px;
                left: 15px;
                position: fixed;
                top: 20px;
                z-index: 10001;
                max-width: 320px;
                -moz-transition: -moz-transform 0.5s ease;
                -webkit-transition: -webkit-transform 0.5s ease;
                -ms-transition: -ms-transform 0.5s ease;
                transition: transform 0.5s ease;
                cursor:pointer;
                

}
#toprighticon1{
                display: block;
                height: 48px;
                width: 39px;
                right: 18px;
                position: absolute;
                top: 20px;
                z-index: 10001;
                max-width: 320px;
                cursor:pointer;
                opacity:0.8;

}

.uk-grid{
      margin-left: 1px;
      margin-right: 10px;
    }

    div.uk-panel-box {
        background-color: #6854e7;
        height:auto;
        max-width: 500px;
        opacity: 1;
        margin-left: 55px;
    }


#top {
  margin: auto;
  width:100%
  max-width:1280px;
  text-align: center;
  z-index: 1;
  
}
 
  #toTop {
width:100%;
text-align:center;
margin:auto;
position:fixed;
display:none;
bottom:20px;
cursor:pointer;
z-index: 2;
}

#titleBar {
  visibility: hidden;
}

#contents_container{
    width:100%;
    max-width: 1200px;
    margin-left:80px;
    margin-right: 80px;
    text-align: center;
    padding-top: 150px;
  position: relative;
  clear: both;
    
}

div.container {
    max-width: 500px;


}

article p{
    color:#330066;
    font-size: 1.6em;
    font-style: italic;
    
    max-width: 500px;
    margin-left: 10px;
    padding:5px;
    text-align: right;



}
footer{
    padding:1em;

}

footer h3{
    color:#6854e7;
    margin-bottom:-10px;
    font-size: 1em;
    text-align: right
}

footer p{
    color:#6854e7;
    font-size:0.8em;
    text-align: right
}

.container li{
    margin-bottom: 10px;
}

#audioplayer {
  position: inherit;
  z-index: 100;
  cursor: pointer;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;

}

#audioplayer:hover {
  -moz-box-shadow: 0 0 20px #6854e7;
  -webkit-box-shadow: 0 0 20px #6854e7;
  box-shadow: 0px 0px 20px #6854e7;
}

.uk-grid > * > :last-child{
    margin-bottom: 100px;
}


@media screen and (max-width: 1024px) {

.uk-panel.uk-panel-box.uk-panel-hover{
    margin: auto;
}

.uk-grid-width-large-1-2 > *{
    margin:auto !important;
}

    div.uk-panel-box{
      width:100%;
      text-align: center;
      margin-left:0px;
    }

    .uk-panel-box img{
      margin:auto;
      width:100%;
      text-align: center;
    }

    .uk-grid > * > :last-child {
        margin-top: 0px;
  margin-bottom: 10px !important;
}

div.container {
    max-width: 1010px;
    float: none;
    width:100%;
    margin:auto;


}

article p{
    color:#330066;
    font-size: 1.8em;
    font-style: italic;
    margin-top: 30px;
    max-width:100%;
    padding:0px;
    padding-left:0px !important;
    margin-left: 0px;


}
footer{
    padding:1em 0;

}

footer h3{
    color:#6854e7;
    margin-bottom:-10px;
    font-size: 1em;
    text-align: left;

}

footer p{
    color:#6854e7;
    font-size:0.8em;
    text-align: left;
    margin-left: 0px;
    padding-left:0px !important;
}

}


/*@media screen and (min-width: 1025px) {

.uk-panel.uk-panel-box.uk-panel-hover{
    margin: initial;
}*/

@media screen and (max-width: 550px) {

  #toplefticon1 img{
        width:30px;
        height:auto;
        margin-left: 0px;
    
}

#toprighticon1 img{
        width:0px;
        height:0px;
        visibility: none;
        right: -100px;


}
    #fewlogo{
      top:17px;
    }
    #fewlogo img{
      padding-left: 30px;
      margin: auto;
      width:80%;
      height: auto;
    }

}
