
.navbar .brand, .navbar .nav > li > a:hover {
    color: rgb(222,60,65);
}
.medium {
    width: 120px;
    border-left: 1px solid #00CC00;
}
.larger{
    width: 200px;
    border-left: 1px solid #00CC00;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}
li ul li{
    height: 40px;
    font-family: "Roboto Mono Thin" ;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}


.dropdown-menu > li > a:hover {
    color: red;
    text-transform: capitalize;
}

.t_white{
    color: white;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
}

.modal-title{
    text-decoration: underline;
}

.modal-content,
.tooltip-inner ,
.popover-title,
.label,
.btn,
.btn-success,
.resizable-textarea textarea {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.footer-links{
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links li a:hover{
    color: #00CC00;
    background: white;
}


.success{
    color: #00CC00;
}


.modal_separator{
    border-left: 5px solid #00CC00
}

@media screen and (max-width: 712px) {
    #htc-navbar{
        clear: both;
        float: left;
        width: 100%;
    }
    .navbar {
        height: auto;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .navbar-nav {
        margin: 0px -15px;
        position: relative;
        clear: both;

    }
    .popup {
        margin: 30px auto;
        padding: 20px;
        background: #fff;
        width: 90%;
        position: relative;
        transition: all 5s ease-in-out;
        z-index: 99999;
    }
    .medium {
        display: block;
        width: 100%;
        border-left: none;
        border-left: 1px solid #00CC00;
    }
    .larger{
        display: block;
        width: 100%;
        border-left: none;
        border-left: 1px solid #00CC00;

    }

    .navbar-collapse{
        z-index: 9000;
    }
    .navbar-header{
        z-index: 9001;
    }
}

.jumbotron{
    background: #00b140;
    color: white;
}


h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: orange;
    margin: 100px 0;
}

.box {
    width: 70%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid orange;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: orange;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 99999;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: orange;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    z-index: 999999;
}

.black{
    color: black;
}

.actions{
    padding: 25px 5px;
}
.fb{
    background-color: rgb(59,89,152);
    color: white;
}
.socialicons li .twitter{
    display: block;
    background-color: rgb(0,132,180);
    color: white;
}
.ln{
    background-color:rgb(0,119,181);
    color: white;
}
.gplus{
    background: rgb(211,72,54);
    color: white;
}
.whatsapp{
    background-color: #00ca6d;
    border-radius: 50%;
    color: white;
}
.statement{
    background: #fff;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 20px 16px;
    border:1px solid #e5e4e4;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border-top:none;
}
.statement-title{
    background: #fb2415;
    margin-bottom: 10px;
    padding: 10px 10px;
    border:1px solid #e5e4e4;
    color: white;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border-top:none;
}

.project-title{
    background: rgb(237,243,248);
    margin-bottom: 10px;
    padding-left: 10px;
    padding: 10px 10px;
    border:1px solid #e5e4e4;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border-top:none;
    margin-top: 15px;
}


.project-sub-title{
    background: rgb(237,243,248);
    margin-bottom: 10px;
    padding: 10px 10px;
    border:1px solid #e5e4e4;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    border-top:none;
}
.actionBar{
    background-color: #00CC00; padding: 20px 0;
}


.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.intro h2 {
    color: white;
    padding-top: 10%;
    padding-left: 12%;
    font-weight: 400;
    bottom: 10%;
    text-align: left;
    position: absolute;
    width: 100%;
    line-height: 70px;
}

.intro .introC{
    background: #00CC00;
    border-bottom: 5px #E01414 double;
    margin-bottom: 10px;
    text-align: center;
    font-size: 48px;
}


.container{
    margin:5em auto;
}

@media screen and (min-width: 640px) {
    .mobile{
        display: none;
    }
}
.actionBar{
    background-color: #00CC00; padding-top: 30px 0;
}



@media screen and (max-width: 640px) {
    .intro h2 {
        font-size: larger;
        color: white;
        padding-left: 30%;
        font-weight: 400;
        bottom: 15%;
        text-align: left;
        position: absolute;
        width: 100%;
        line-height: 50px;
    }
    .intro .introC{
        background: rgba(0, 255, 0, 0.4);;
        border-bottom: 5px #E01414 double;
        margin-bottom: 10px;
        text-align: center;
    }
    .element{
        clear: both;
        font-size: small;
        height: 20px;
    }

}


