@charset "UTF-8";

/************************************************************************

                            www.laserlike.com
                       
/************************************************************************/

html {
    
}

body {
    background: #FF213B; /* Old browsers */
    background-image: url(../img/background_gradient1x.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    color: #fff;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
    text-align: center;
    line-height: 1.1em;
    display: block;
}

.colorstrip {
    height: 20px;
    width: 100%;
    margin: auto;
    background-image: url(../img/background_gradient1x.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    margin-bottom: 5%;
}

body.textPage {
    background: #fff;
    color: #444;
    padding: 0%;
    text-align: left;
}

.header {
    display: block;
    width: 530px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -125px;
    margin-left: -250px;
}

h1 {
    display: block;
    margin: 0px;
    width: 400px;
    height: 100px;
    background-image: url(../img/laserlike_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

h1 a,
.textPage h1 a {
    display: block;
    width: 100%;
    min-height: 50px;
}   

.header h1 {
    margin: auto;
}

.textPage h1 {
    width: 228px;
    height: 70px;
    background-image: url(../img/laserlike_logo_red.png);
    margin-left: -3px;    
}

h1 span {
    display: none;
}

h2 {
    font-weight: 300;
    font-size: 1.25em;
    padding-top: 25px;
    font-style: italic;
    line-height: 1.4em;
}   

.text {
    text-align: left;
    max-width: 800px;
    margin: auto;
    padding: 0% 5% 5% 5%;
}

.text p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 1.2em 0em 1.2em 0em;
}

.text p em,
.textPage ul li em {
    font-style: normal;
    font-weight: 600;
}

.text p.addr {
    padding-left: 1.5em;
    border-left: 2px solid #fc003f;
}   

.textPage h2 {
    font-size: 2.5em;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0px;
}   

.textPage h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 2em;
}

.textPage ul li {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 1.2em 0em 1.2em 2em;
    list-style: disc;
}

.textPage ul ul li {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 1.2em 0em 1.2em 4.25em;
    list-style: circle;
}
    
nav {
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 40px;
    width: 50%;
    text-align: right;
    right: 3%;  
}

small {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    bottom: 40px;
    width: 50%;
    text-align: left;
    left: 3%;
    color: #fdb8be;
}

.textPage p.copyright {
    color: #999;
}

a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    display: inline-block;
}

.textPage a {
    color: #fc003f;
    padding: 0px;
    display: inline;
}

.links {
    padding-top: 30px;
}   

.links a {
    padding: 5px 10px 5px 0px;
}   

a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    .header {
        position: relative;
        top: auto;
        left: auto;
        width: 80%;
        height: auto;
        margin-top: auto;
        margin-left: auto;
        margin: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }   
    
    .header {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 170px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: -125px;
        margin-top: -130px;
    }
    
    h1 {
        width: 250px;
        height: 80px;
    }
    
    h2 {
        padding-top: 15px;
        padding-top: 5px;
        max-width: 220px;
        margin: auto;
    }   
    
    .textPage h2 {
        padding: auto;
        max-width: none;
        margin: 1em 0em 0em 0em;
    }
    
    nav {
        display: block;
        position: relative;
        position: absolute;
        width: 100%;
        right: auto;
        margin: auto;
        text-align: center;
        bottom: auto;
        bottom: 85px;
    }
    
    small {
        position: relative;
        position: absolute;
        bottom: auto;
        bottom: 65px;
        left: auto;
        text-align: center;
        margin: auto;
        padding: 5px 0px 50px 0px;
        padding: 0px;
        display: block;
        width: 90%;
        width: 100%;
    }
    
    .textPage p {
        font-size: 1em;
        line-height: 1.4em;
        margin: 1em 0em 1em 0em;
    }
    
    .textPage h1 {
        width: 160px;
    }
    
    .textPage h2 {
        font-size: 1.5em;
    }
    
    .textPage h3 {
        font-size: 1.1em;
        margin: 1.5em 0em 0em 0em;
    }
}
