/*
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 : Jun 12, 2017, 9:29:41 PM
    Author     : Deepthi
*/

@import url(https://fonts.googleapis.com/css?family=Proxima+Nova);

.innerpagecontent {
    padding: 20px;
}

html, body {
  overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Proxima Nova' ! important;
    font-weight: 100;
    color: #666 ! important;
}

h1,h2,h3{
    font-family: 'Proxima Nova';
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 10px;
}
p{
    font-family: 'Proxima Nova';
     font-size: 120%;
     padding-top: 10px;
}
ul li {
    font-family: 'Proxima Nova';
     font-size: 120%;
    
}
ul {
    list-style: none;
}
.bullet li:before {
    content: "\2192 \0020 ";
}

img{
    margin-top: 0px;
    display: block;
    margin-bottom: 0px;
}
.nondestructive img{
    margin-top: 0px;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
}
.about img{
    margin-top: 0px;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
}
