/* 
    Document   : style-jk
    Created on : 4 May, 2017, 3:50:26 AM
    Author     : JK
    Description: My own styles
*/

#abouttext-inner p:nth-of-type(1), #abouttext-inner p:nth-of-type(2) {
     width: 50%;
     float: left;
     color: #2b2b2b;
     font-family: 'Roboto', sans-serif;
     font-size: 28px;
     line-height: 35px;
     font-weight: lighter;
     padding-right: 50px;
     margin-bottom: 30px;
}
.menu-active {
     color: #76b535 !important;
     border-bottom: solid 2px #76b535;
}
@media screen and (max-width: 700px) {
     #abouttext-inner p:nth-of-type(1), #abouttext-inner p:nth-of-type(2) {
          width: 100%;
          font-size: 22px;
          line-height: 25px;
          padding-right: 0px;
          margin-bottom: 10px;
     }
}