/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 16, 2018, 10:00:00 PM
    Author     : Jubin
*/

/* Custom Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');

* {
    margin: 0;
    padding: 0;
}
html, body {
    margin: 0;
    height: 100%;
    font-size: 14px;
    background: #fff; 
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
a, button, p, li, ul, span, input {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    list-style: none;
    font-weight: 400;
}
a:focus, button:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
h1, h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color:#7f8c8c;
    font-weight:700;
}
h3, h4 {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #7f8c8c;
    font-weight:600;
}
h5, h6 {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #7f8c8c;
    font-weight:500;
}
p, span {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #777;
}
a {
    color: inherit;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none !important;
}
button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}  
button:hover, button:focus, button:active {
    outline: none !important;
    text-decoration: none !important;
}
img {
    border:none;
    max-width:100%;
}
footer {
    color: #fff;
}
footer ul li a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
section {
    float: left;
    width: 100%;
    position: relative;
}
section h3 {
    margin-bottom: 25px;
}
section p {
    line-height: 22px;
    color: #777;
    text-align: left;
    font-size: 14px;
}
label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
}