/*
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 : Dec 26, 2021, 8:53:57 AM
    Author     : Admin
*/

html,body,h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto", sans-serif;
}

body,html{
    height:100%;
    line-height: 1.8;
    
}

body { 
    /*padding-top: 35px;*/
    background-color:#d9d9d9;
}


td {
    text-align: left;
    padding: 15px;
}

ul {
    list-style: none;
   
}

ul li:before {
    content: '✓';
    color:green;
    list-style-position: outside;
    text-indent: 5em;
}

p {
    text-align:left;
}

/* Full height image header */
/* transparent png with gimp (compressed) */
.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    background-image: url("/faces/javax.faces.resource/images/wtlifter_35c.png");
}

.nes-section{
    margin:0 auto;
    width:75%; 
    max-width:1000px;
    padding-top:35px !important;
    padding-left:0px !important;
    padding-right:0px !important;

}

.nes-section-title{
    height:90px;
}

.nes-display-top{
    position: fixed;
    top: 15px;
    right: 0;
    width: 100%;
}

.nes-card-750t{
    margin-top: 0px !important;
    margin-bottom: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:750px;
    padding:25px;
    background-color:white;
}

.nes-card-750m{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:750px;
    padding:25px;
    background-color:white;
}


.nes-card-750b{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:750px;
    padding:25px;
    background-color:white;
}

.nes-card-650t{
    margin-top: 0px !important;
    margin-bottom: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:650px;
    padding:25px;
    background-color:white;
}

.nes-card-650m{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:650px;
    padding:25px;
    background-color:white;
}

.nes-card-650b{
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:650px;
    padding:25px;
    background-color:white;
}

.nes-companyname{
    font-size:48px;

}

.nes-learnmore{
    font-size:24px;
    padding: 120px 120px;
}

.nes-lifterimage{
    padding:0px !important;
}


@media only screen and (max-width: 600px) {

    .nes-companyname{
        font-size:30px;
    }

    .nes-learnmore{
        font-size:18px;
        padding:95px 95px;
    }

    .nes-lifterimage{
        padding:0px !important;
    }

    .nes-section{
        margin: 0 auto;
        width:100%;
        padding-top:35px !important;
        padding-left:0px !important;
        padding-right:0px !important;
    }

    .nes-card-750t{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width:750px;
        padding:10px;
        background-color:white;
    }

    .nes-card-750m{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width:750px;
        padding:10px;
        background-color:white;
    }

    .nes-card-750b{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width:750px;
        padding:10px;
        background-color:white;
    }

    .nes-card-650m{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding:10px;
        background-color:white;
    }

    .nes-card-650t{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding:10px;
        background-color:white;
    }
    .nes-card-650b{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding:10px;
        background-color:white;
    }

}



