  @import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
    font-size:62.5%;
}
body {
    background: white;
    padding: 0;
    margin: 0 0px;
    font-family: 'Varela Round', sans-serif;
   text-size-adjust:none;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color:#673AB7;
    position: fixed;
    height: 6rem!important;
    overflow: hidden;
    z-index: 10;
    
   
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin: 7rem 0rem 0rem;
}
.mainInner,mainInner1{
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div input{
    font-size: 1.7rem;
    font-weight: bold;
    background-color: yellow;
    color: black;
    border-color:black;
    max-width: 95vw;
    text-align:justify;
    margin:0px 1.1rem;
    padding:15px;
    text-indent:1rem;
   text-align:center;
   width:100%;
   height:100%;
}




#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 25rem;
    margin-top: 6rem;
    transform: translateX(-25rem);
    transition: transform 250ms ease-in-out;
    background-color:#673AB7;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: .1rem solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    font-weight: bold;
    padding: 2rem;
    cursor: pointer;
    border-bottom: .1rem solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 1.4rem;
    color: #673AB7;
}
.sidebarMenuInner li a{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size:1.9rem;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 2.2rem;
    left: 1.5rem;
    height: 2.2rem;
    width: 2.2rem;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: .3rem;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: .3rem;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: .3rem;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: .8rem;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -.9rem;
}


@media (max-width:480px){
	html{
font-size:50%;
}
}

@media (min-width:481px){
	html{
font-size:50%;
}

}

@media (min-width:768px){
	html{
font-size:70%;
}
.mainInner div input{
  width:70%;
}
}

@media (min-width:992px){
	html{
font-size:70%;
}
.mainInner div input{
  width:70%;
}
}