

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.v-svg { margin-top: -4px; }

saction {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.gkge-news{border-right: 1px solid #ddd;border-left: 1px solid #ddd;   transition: background-color 0.3s ease-in;}
.gkge-news:hover{background: #ebe9e1}

.gkge-news-c{  transition: background-color 0.3s ease-in;}
.gkge-news-c:hover{background: #ebe9e1}

.gkge-news-alt{   transition: background-color 0.3s ease-in;}
.gkge-news-alt:hover{background: #ebe9e1}

.new-yag {
    color: #fff;
    background: #0043ffeb;
    border-radius: 50px;
    width: 115px;
    padding: 1.5px;
    text-align: center;
}


.gkge-off{ background: #fff;
    height: 423px;
    padding-top: 1em;
    margin-left: -2em; }


.fash-yag{    color: #fff804;
    background: #0059ff;
    border-radius: 50px;
 width: 83px;
    padding: 1.5px;
    text-align: center;}


.green-yag{
    color: #57453d;
    background: #ffffff;
    border-radius: 50px;
    border: .5px solid #57453d;
    font-weight: 500;
    width: 110px;
    padding: 1.5px;
    text-align: center;
    }


    .green-yag-alt{
    color: #000;
    background: #ffffff;
    border-radius: 50px;
    border: .5px solid #0d3531;
    font-weight: 500;
    width: 110px;
    padding: 1.5px;
    text-align: center;
    }

.green-yag-s{color: #7c5f11;
    background: #ffd104;
    border-radius: 50px;
    width: 130px;
    padding: 1.5px;
    text-align: center;}


    .pink-yag{color: #036c65;
    background: #0df0eb;
    border-radius: 50px;
    width: 100px;
    padding: 1.5px;
    text-align: center;}


    .purple-yag{   color: #f9ff08;
    background: #ff452bed;
    border-radius: 50px;
    width: 76px;
    padding: 1.5px;
    text-align: center;}


   .yellow-yag{ color: #f9ff08;
    background: #ff452bed;
    border-radius: 50px;
    width: 141px;
    padding: 1.5px;
    text-align: center;}


    .orange-yag{ color: #fff;
    background: #ad01ff;
    border-radius: 50px;
    width: 62px;
    padding: 1.5px;
    text-align: center; }


input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: cera-medium;
  font-weight: normal;
  margin-right: 10px;
}

label[for*="1"]:before {
  content: "One";
}
label[for*="2"]:before {
  content: "Two";
}
label[for*="3"]:before {
  content: "Three";
}
label[for*="4"]:before {
  content: "Four";
}
label[for*="5"]:before {
  content: "Common Areas + Outdoor";
}

.rev{    background: #fed600;
    padding: 10px;
    border-radius: 6px;
    color: #000;}

.free{    line-height: 3.5; margin-right: 1em;
    font-size: 13px} 
.cic{border: 1px solid #000; 
    height: 100px;
    width: 100px;
    padding: 1em; font-size: 12px;
    border-radius: 50%;}

.aria{    width: 30%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 7em;
    height: 90px;
}

.labels{     padding-top: 8px;
    height: 50px;
    font-size: 1.4em;
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 50px;
    background: #fff;}


    .labeled{     
    height: 50px;
    font-size: 1.4em;margin-left: -.5em;
    width: 50px;
    margin-top: 10px;

    border-radius: 50px;
    background: #fff;}


    .new-butt{    background: #0087ff;
    width: 174px;
    color: #fff;
    height: 50px;
    border-radius: 33px;}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
    color: #555;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #D8402C;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}


@media screen and (max-width: 650px) {
  label {
    font-size: 1rem;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
  
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
 
}