﻿label { 
    background: none; 
    font-size: 24px; 
    border-radius:10px;
    padding:15px;  
    width:100%; 
    height:100%;
    background-color: #CECECE;
     background: linear-gradient(#666666,#999999,#cccccc,#cccccc,#cccccc,#cccccc,#e5e5e5);
}
label b {
   font-size:22px;
   text-align:center;
   display:block;
   margin-bottom:20px;
   color:#a70707;
}
label  a {
    display:block;
    text-align:center;
    font-size:15px;
    color:#7a0c0c;
    text-decoration:none;
    cursor:pointer;
    margin-bottom:5px
}
.block {
        width:30%;
        height:250px;
        float:right;
        margin:1%;  
}

    #stuffBlock{
       height:500px;
       width:70%;
       padding-right: 26%;
    }

.grad1 {
    height:2000px;
}
@media (max-width:1300px) {
    .grad1 {
        height:2800px;
        margin:auto
    }
   .block {
        width:47%;
        height:230px;  
    }
    label h1 {
    font-size:18px; 
    font-weight:bold;
}
   label b {
   font-size:14px;
   text-align:center;
   display:block; 
   color:#17077c
}
}

@media (max-width:700px) {
    .grad1 {
        height:4500px;
    }
   .block {
        width:100%;
        height:auto; 
    }
    label h1 {
    font-size:16px; 
    font-weight:bold;
}
   label b {
   font-size:12px;
   text-align:center;
   display:block; 
   color:#a70707;
}
  
      #stuffBlock{
       width: 95%;
       padding-right: 5%;
    }
         
} 