﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    color: #5f5f5f;
    font-size: 13px;
    background: #ffffff; 

}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.tlacitko {
    color: black;
    padding: 0.5em 2em;
    border:  2px solid grey;
    border-radius: 5px;
    background: none;
    font-size: 120%;
}

.thead {
    font-size: 50px;
    color: black;
    letter-spacing: 0.05em;
    opacity: 0.8;
    font-variant: small-caps;
}


.container {
    background: #ffffff;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    
}

.info {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
}


.info-head {
    font-size: 40px;
    font-weight: bold;
    color: black;
    border: 3px solid black;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
    text-transform: uppercase;
}

/* This is the subheading that appears on the blue section */
.info-subhead {
    font-size: 30px;
    color: black;
    letter-spacing: 0.05em;
    opacity: 0.8;
    font-variant: small-caps;
}

.info-subhead2 {
    font-size: 15px;
    color: black;
    letter-spacing: 0.05em;
    opacity: 0.8;
    font-variant: small-caps;
}

.info-text {
    color: black;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

.info-table {
    color: black;
    width: 70%;
    margin: 0 auto;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

.info-table2 {
    color: black;
    width: 50%;
    margin: 0 auto;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the class used for the footer */
.footer {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
