/*
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 : Feb 20, 2019, 9:44:13 AM
    Author     : User
*/
body{
    font-family: "Montserrat";
}
.clickable{
    cursor: pointer;
}
.full-responsive-image{
    width: 100%;
}
.cust-center{
    margin-left: auto;
    margin-right: auto;
}
.center-align{
    text-align: center;
}
ul li {
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
    color: white;
}
.float-left{
    position: relative;
    float: left;
}
.float-right{
    position: relative;
    float: right;
}
.half-responsive{
    width: 50%;
}
.padding-left-none{
    padding-left: 0px;
}
.padding-right-none{
    padding-right: 0px;
}