/*
Theme Name: Run Solutions Landing Page
Theme URI: http://www.runsolutions.com.au
Author: Manish Tandukar
Description: Landing Page For Run Solutions
Version: 1.0

*/

body{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    background-color:#fff;
}

h1{
    font-size: 29px;
    background-color: #f1f1ef;
}

p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px

}

p span{
    background-color: #f1f1ef;  
    color:#333;
}

header{
    border-top:3px solid #62C724;
    border-bottom: 3px solid #62C724;
    margin-top:80px;
    padding:30px 0;
    margin-bottom: 60px;
}

.logo{
    margin-top: 32px;
}

span.bg-top{
    display: block;
    background-color: #f1f1ef;
    padding:15px;
}

a.visit-site{
    display: inline-block;
    border:1px solid #000;
    border-radius: 5px;
    color:#000;
    padding:5px 10px;
    font-weight: 500;
    margin-top:30px;
}

a.visit-site:hover{
    background-color: #404812;
    color:#fff;
    text-decoration: none;
}

section.superfeet, section.milestonepod,section.kor{
    margin-bottom: 100px;
}

.milestonepod-content{
    margin-top: 120px;
}

.kor-content{
    margin-top: 60px; 
}

.info-contact h2, .info-contact h3{
    font-weight: bold;
    text-align: center;
    background-color:#f1f1ef;
    padding:4px;
}

.info-contact h2{
    line-height:38px;
}

.copyright{
    margin-top:100px;
}

.copyright p{
    font-weight: normal;
    font-size: 14px;
}

a.nf{
    text-decoration: underline;
}

/*-------------------------------------------------*/
/*Media Queries*/
/*-------------------------------------------------*/
@media (max-width: 767px){
    .milestonepod-content{
        margin-top: 0px;
    }

    .kor-content{
        margin-top: 0px; 
    }
    .logo{
    margin-top: 0px;
}

}