
.docText {
    font-family: Arial;
    font-size: 13px; 
    color: rgba(255, 255, 255, 0.7);
}

.docText a {
       color: rgba(255, 255, 30, 1);
}

@media screen and (max-width: 1920px) and (orientation: landscape)  {
    body {
        background-repeat: no-repeat;
        background-size: cover;     
        background-color: rgb(212, 212, 212);     
        background-image: url('http://stepiz62.com/images/desktop.jpg');
    
    } 
    .docText {
        font-family: Arial;
        font-size: 16px; 
    }
}

#header {
    width: 80%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    clear: right;
    font-family: Arial; 
    margin-top: 30px;
    margin-bottom: auto;
   /*  margin-bottom: 7px; */
}

#main {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1280px) and (orientation: landscape)  {
    body {
        background-repeat: no-repeat;
        background-size: cover;     
        background-color: rgb(212, 212, 212);     
        background-image: url('http://stepiz62.com/images/desktop.jpg');
    
    } 
    .docText {
        font-family: Arial;
        font-size: 14px; 
    }
    #header {
        width: 90%;
        height: 60px;
        margin-top: 5px;
    }
    
    #main {
        width: 90%;
    }
}

@media screen and (min-width: 320px) and (orientation: portrait)  {
    body {
        background-repeat: no-repeat;
        background-size: cover;     
        background-color: rgb(212, 212, 212);     
        background-image: url('http://stepiz62.com/images/mobile.jpg');

    }
    .hmenu {
        font-family: Arial;
        font-size: 24px; 
    }
    .docText {
        font-family: Arial;
        font-size: 24px; 
    }
}

@media screen and (max-height: 700px) and (orientation: landscape)   {
    body {
        background-repeat: no-repeat;
        background-size: cover;     
        background-color: rgb(212, 212, 212);     
        background-image: url('http://stepiz62.com/images/desktop.jpg');

    }
   .docText {
        font-family: Arial;
        font-size: 14px; 
    }
}


.title1 {
    font-size: 24px; 
    font-weight: bold;
    /*  font-style: italic; */
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.contentTitle {
    font-family: Arial;
    font-size: 14px; 
    font-weight: bold;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.7);
}

#header li{
    display: inline-block;
    /*   alignment-adjust:auto; */
    width: 50%;
}

#header img{ 
    float: right;
}


#menu {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    text-wrap:normal;
    width: 150px;

}

#menu ul {
    list-style: none;
}

#menu li {
    margin-top: 20px;
}

#menu a {
    text-decoration: none;
}


#content {
    overflow: auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
}

#content p {
    text-indent: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;	
}

#footer {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

#footer ul {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

#footer li{
    display: inline;
    font-family: Arial;
    font-size: 12px; 
    color: rgba(255, 255, 255, 0.5);
}


.paragraphTitle, .paragraphTitle2 {
    font-family: Arial;
    font-weight: bold;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.paragraphTitle {
    font-size: 13px; 
}

.paragraphTitle2 {
    font-size: 12px; 
}

.firstOccurence {
    font-style: italic;
}

.verbError {
    font-family: Arial;
    font-size: 12px;
    color: #ff3333;
    font-weight: bold;
}

.hmenu {
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    margin: 20px 20px 20px 20px;
}

.hmenu p {
    text-align: right;
}

.message  {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.my1 {
    background-color: rgba(255, 255, 255, 0.1);
}

.g-recaptcha {
    display: inline-block;
}