﻿@font-face {
    font-family: "OpenSans";
    src: url("opensans.ttf");
}

html {
    height: 100%;
}

body {
    background-image: linear-gradient(0deg, rgb(210, 210, 255), rgb(230, 230, 240));
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: OpenSans, "Segoe UI", Verdana, Arial, sans-serif;
    height: 100%;
    margin: 0;
    color: black;
}

.main {
    width: 60%;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    border-color: lightgray;
    border-width: 4px;
    border-radius: 6px;
    background-color: white;
}

.header {
    padding-top: 20px;
    width: 62%;
    margin: auto;
    font-size: 60px;
    white-space: nowrap;
    overflow: hidden
}

.headerimg {
    vertical-align: middle;
}

a {
    color: blue;
}

a:active {
    color: rgb(50, 50, 255);
}

.header a {
    text-decoration: none;
    color: black;
}

.code {
    background-color: rgb(230, 230, 230);
    border-color: rgb(180, 180, 180);
    border-radius: 3px;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
    padding: 2px;
}

pre.code {
    overflow-x: scroll;
}

.navhead {
    font-size: 20px;
    color: black;
    padding-top: 15px;
    padding-left: 15px;
    display: block;
}

.links {
    text-align: center;
    font-size: 20px;
    background-color: rgb(240, 240, 255);
    margin: 0px 10% 16px 10%;
    padding: 5px;
    border-radius: 5px;
}

.links a {
    text-decoration: none;
}

.floatimg {
    float: left;
    display: block;
}

.floatimg img {
    margin-top: 20px;
    margin-right: 15px;
}

.floatholder {
    width: 100%;
    overflow: hidden;
}

.floatholder ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}

.testimonial {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    font-style: italic;
}

.sigline {
    border-bottom: 1px solid black;
    width: 80%;
}

.contactform {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.contactelement {
    width: 100%;
}

.captchaholder {
    text-align: center;
}