﻿body, html {
    padding: 0;
    margin: 0;
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    /*font-weight: 300;*/
    color: #5b6067;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 1.9rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.0rem;
}

h1 {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 35.4px;
}


h1, h2, h3, h4, h5 {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.h1_hero {
    font-weight: 200 !important;
    font-size: 2.5rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.h3_normal {
    font-size: 1.3rem !important;
    line-height: 26px;
}
.h5_hero {
    font-weight: 200 !important;
    font-size: 1.5rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
p, ul {
    /*font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 200%;
}

blockquote {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

.font-small {
    font-size: 12px !important;
}
.drop-cap:first-letter {
    color: #2773ff;
    display: block;
    font: normal normal normal 72px/72px 'Lucida Grande',sans-serif;
    float: left;
    padding-right: 8px;
}
h2.myh2 {
    font-size: 44px !important;
    margin-left: -10px !important;
}
.lead {
    font-size: 18px !important;
}
p.lead.my {
    font-size: 21px !important;
    margin-left: 0px !important;
}
.title_h2 {
    color: white;
    font-size: 15px !important;
}

@font-face {
    font-family: 'League Gothic';
    src: url('league-gothic.eot');
    src: local('☺'), url('league-gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller Light';
    src: url('aller-light.eot');
    src: local('☺'), url('aller-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}






/*pos.css*/
@media screen and (max-width: 600px) {
    h1, h2, h3, h4, h5 {        
        line-height: initial;
    }

    p {
        text-align: justify !important;
    }
    .h1_hero {
        font-size: 1.9rem !important;
    }
}
@media (min-width: 576px) {
    h1, h2, h3, h4, h5 {
        line-height: initial;
    }
    p {
        text-align: justify !important;
    }
}
/* ----------- iPad only ----------- */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .h5,
    h5 {
        font-size: 0.9em;
    }
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .h5,
    h5 {
        font-size: 0.9em;
    }
}
    /*pos-2.css*/


