﻿.navbar-inverse .navbar-right li a{
    line-height:50px;
    color:#ffffff;
}

.body{
    margin-top:80px;
    margin-bottom:50px;
}

    .firstbg {
        background-image: url(../Images/bg.jpg);
        background-position-x: center;
        background-position-y: -800px;
        min-height: 800px;
    }

    .secondbg {
        background-image: url(../Images/bg2.jpg);
        background-position-x: center;
        min-height: 500px;
    }
    .thirdgb {
        background-image: url(../Images/bg3.jpg);
        background-position-x: center;
        min-height: 300px;
    }

    .summary {
        width: 100%;
        padding: 15px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        opacity: 0.8;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        font-size: 18px;
        line-height: 150%;
        text-indent: 2em;
    }

    .summarytitle {
        font-size: 24px;
        color: #029fc6;
        text-shadow: 1px 1px 0px #808080;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
        word-spacing: 15px;
        text-indent: 0px;
    }

    .title {
        font-size: 100px;
        width: 100%;
        text-align: center;
        color: #12d4f0;
        text-shadow: 3px 3px 5px #808080;
        margin-top: 200px;
    }

    .solution {
        padding: 20px;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        opacity: 0.8;
        margin-top:30px;
        font-size: 18px;
        line-height: 150%;
        text-indent: 2em;
        min-height:470px;
    }
        .solution p {
            margin-top:15px;
        }

    .solutiontitle {
        font-size: 24px;
        color: #029fc6;
        text-shadow: 1px 1px 0px #808080;
        margin-bottom: 15px;
        width: 100%;
        word-spacing: 15px;
        text-indent: 0px;
    }



    @media screen and (max-width:768px){
        .firstbg {
            background-image: url(../Images/bg.jpg);
            background-position-x: center;
            background-position-y: -900px;
            min-height: 400px;
        }
        .title {
            font-size: 40px;
            width: 100%;
            text-align: center;
            color: #12d4f0;
            text-shadow: 2px 2px 3px #808080;
            margin-top: 140px;
        }
	    .navbar-text{
	        display:none;
	    }
    }