﻿html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    color: #000000;
    /*font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;*/
    background: #01737a;
    -moz-box-shadow: inset 0px 0px 100px 0px #57FCFF;
    -webkit-box-shadow: inset 0px 0px 100px 0px #57FCFF;
    -o-box-shadow: inset 0px 0px 100px 0px #57FCFF;
    box-shadow: inset 0px 0px 100px 0px #57FCFF;
    white-space: nowrap;
}


    body::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

.content {
    position: relative;
    background: url('../logo_big.png') no-repeat;
    /*-moz-box-shadow: 0px 0px 10px 20px white;
    -webkit-box-shadow: 0px 0px 10px 20px white;
    -o-box-shadow: 0px 0px 10px 20px white;
    box-shadow: 0px 0px 10px 20px white;*/
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    display: inline-block;
    height: 370px;
    width: 450px;
    max-width: 100%;
    margin: 0;
    color: #202020;
    text-shadow: 0px 0px 2px white;

}

.content > div {
     position: relative;
     margin: 20px 0px 0px 180px;
}

.grad {
    position: relative;
    top: 45%;
    left: 45%;
    width: 10%;
    height: 0px;
    /*height: 30px;
    background: white;*/
    margin: 10px;
    padding: 0;
    -moz-box-shadow: 0px 0px 300px 250px rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 300px 250px rgba(255, 255, 255, 0.9);
    -o-box-shadow: 0px 0px 300px 250px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 300px 250px rgba(255, 255, 255, 0.9);
}

.h2 {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    border-bottom: solid 2px white;
    margin-bottom: 4px;
    display: inline-block;
}

.companyName {
    font-weight: bold;
    font-size: 28px;
    /*color: #047a6e;*/
    color: #007272;
    text-shadow: 0px -1px 2px white;
}

.companySubnote {
    font-style: italic;
    font-weight: bold;
    color: #DB7800;
    text-shadow: 0px 0px 4px white;
}

@media screen and (max-width: 420px) {
    .content {
        background-size: 180px auto;
        width: 270px;
    }
        .content > div {
            margin-top: 10px;
            margin-left: 100px;
        }
}