body {
    font: 100%/1.4 'Roboto', Helvetica, Arial, sans-serif;
    background: #aaa;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.4;
}

p {
    color: #000000;
    text-align: center;
    font-size:1.0em;

}


h2,
h4,
h5,
h6,
p {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
}

h1,
h3 {
    font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #782f40;
    line-height: 1;
    text-align: center;

}





a img {
    /* Removes default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}


a:link {
    color: #782f40;
    text-decoration: none;
    font-weight: 800;

}

a:visited {
    color: #782f40;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    font-weight: 800;
    color: #fff;
}

/* This container surrounds all other divs giving them their percentage-based width */
.container {
    width: 100%;
    max-width: 100%;
    min-width: 585px;
    /* Min-width will keep the site from getting too narrow. */
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}

/* A simple masthead at the top of the page to hold the FSU seal */
.masthead {
    width: 100%;
    background: #782f40;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px;
    height: 37px;
    text-align: center;
}

.titlebar {
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 45px;
    line-height: 0.1;
    border-bottom: 3px solid #ceb888;
}

.titlebar h1 {
    font-size: 250%;
    text-shadow: 0 1px 1px rgba(44, 42, 41, 0.25);

}

.titlebar h3 {
    color: #666464;
    line-height: 0.1;
    text-transform: none;
}

.titlebar a {
    color: #782f40;

}


/* Video banner code below */

.header-unit {
    height: 250px;
    border: 0px solid #000;
    border-right: none;
    border-left: none;
    position: relative;
    padding: 20px;
}

/* Creates an overlay on top of the video on which to display text */
.header-unit .overlay {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: rgba(80, 80, 80, 0.5);
    z-index: 1;
    position: absolute;
}

.header-unit .overlay h2 {
    font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 205%;
    line-height: 1;
    padding-top: 15px;
}

.header-unit .overlay h3 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 150%;
    line-height: 0.4;
    text-transform: none;
}

#video-container {
    position: absolute;
}

#video-container {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    z-index: 0;
    filter: grayscale(80%) blur(1px);
}

video.fillWidth {
    width: 100%;
    min-height: 100%;
}

.overlay .button {
    background-color: #ceb888;
    border-radius: 4px;
    text-align: center;
    font-size: 100%;
    color: #782f40;
    max-width: 40%;
    width: 120px;
    height: 20px;
    padding: 22px 30px 22px 30px;
    margin: 30px auto 30px auto;
    display: block;
    border-bottom: 2px solid #ceb888;
    border-right: 2px solid #ceb888;
    transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    position: relative;
    font-family: 'Roboto Slab';
}

.overlay .button a {
    color: #782f40;
}

.overlay .button:hover {
    background-color: #ccc;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
}

.buttoncontainer {
    text-align: center;
    padding-top: 20px;
}

/* Creates a container for the how to items */
.howto {
    width: 100%;
    float: left;
    /* overflow: visible; */
    background-color: #eee;
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
    text-align: center;
    /* border-top: 3px solid #ceb888; */
    border-bottom: 3px solid #ceb888;
}

.howto h1 {
    font-size: 2.4em;
    color: #782f40;
}

/* Each instruction is placed in a howtoitem div */
.howtoitem {
    width: 80%;
    margin:auto;
    background-color: #eee;

}

.howtoitem img {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.howtoitem h3 {
    color: #666;
    font-weight: 400;
    font-size: 1.8em;
    margin-top:50px;
    margin-bottom:0;
}

.howtoitem h4 {
    color: #666;
    font-weight: 400;
    font-size: 1.2em;
    margin-top:50px;
    margin-bottom:0;
}

.howtoitem p,ul {
    color: #000;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    text-align:left;
}

/* .howtoitem li {
    list-style: none;
    font-size:1.1em;
} */

/* .howtoitem li:before {
    content: "\2605";
    margin-left: -20px;
    margin-right: 10px;
    color:#666;
}  */

.howto a:hover {
    color: #ceb888;
}

/* Creates a simple div for a help link */
.help {
    width: 100%;
    background-color: #fff;
    color: #aaa;
    /* height:200px; */
}


.help h1 {
    text-transform: none;
    color: #999;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height:3em;
}

.help a {
    color: #782f40;
    font-weight:400;
}


.sftp {
    background-color: #782f40;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    border-bottom: 3px solid #ceb888;

}

.sftp p {
    color: #ccc;
}

.sftp h1 {
    font-size: 250%;
    color: #fff;
}

.sftp h2 {
    font-size: 170%;
    color: #782f40;
    position: relative;
}

.sftpitem {
    width: 100%;
    background-color: #782f40;
    display: inline-block;
    text-align: center;
}

.sftpitem img {
    text-align: center;
    max-width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sftpitem p {
    color: #fff;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 140%;
}

.sftpitem p.caption {
    color: #fff;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 120%;
}

.sftp a {
    text-decoration: none;
    color: #ceb888;
}



/* Creates a footer div */
.footer {
    width: 100%;
    background: #aaa;
    padding: 40px 0 30px 0;
}

.footer h1,
h3 {
    color: #fff;
}

.footer p {
    color: #000;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 90%;
}

.footer a {
    color: #782f40;
}

.footer br {
    display: none;
}


/* Responsive code for smaller screens below  */
@media screen and (max-width: 600px) {
    .header-unit {
        height: 200px;
        border: 0px solid #000;
        border-right: none;
        border-left: none;
        position: relative;
        padding: 20px;
    }


    .header-unit .overlay {
        width: 100%;
        height: 100%;
        padding: 40px 0;
        background: rgba(80, 80, 80, 0.5);
        z-index: 1;
        position: absolute;


    }

    .header-unit .overlay h2 {
        font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 120%;
        line-height: 1;

    }


    .header-unit .overlay h3 {
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 100%;
        line-height: 0.4;
        text-transform: none;

    }

    .container {
        width: 100%;
        max-width: 100%;
        min-width: 480px;
        /* Min-width will keep the site from getting too narrow. */
        background: #fff;
        margin: 0 auto;
        overflow: hidden;
    }


    .howto {
        width: 100%;
        overflow: visible;
        padding-bottom: 10px;
        text-align: center;
        border-top: 3px solid #ceb888;
        border-bottom: 3px solid #ceb888;
    }

    .howto h1 {
        font-size: 2.0em;
    }

    .howtoitem {
        width: 100%;
        float: left;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .howtoitem img {
        text-align: center;
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

    .howtoitem h3 {
        font-weight: 400;
        font-size: 150%;
    }

    .howtoitem p,ul {
        font-size: 0.8em;
    }

    .help h1 {
        text-transform: none;
        line-height: 2;
        color: #999;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-size: 100%;
        padding: 10px 10px 0 10px;
    }
}


@media screen and (max-width: 550px) {

    .titlebar h1{
        font-size:150%;
    }

    .titlebar h3{
        font-size:90%;
    }


    .header-unit {
        height: 200px;
        border: 0px solid #000;
        border-right: none;
        border-left: none;
        position: relative;
        padding: 20px;
    }


    .header-unit .overlay {
        width: 100%;
        height: 100%;
        padding: 40px 0;
        background: rgba(80, 80, 80, 0.5);
        z-index: 1;
        position: absolute;
    }

    .header-unit .overlay h2 {
        font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 160%;
        line-height: 1;
        padding-top: 0px;

    }

    .header-unit .overlay h3 {
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 100%;
        line-height: 0.4;
        text-transform: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
        min-width: 375px;
        /* Min-width will keep the site from getting too narrow. */
        background: #fff;
        margin: 0 auto;
        overflow: hidden;
    }

    .sftp h1 {
        font-size:160%;
    }

    .sftpitem img {
        max-width: 90%;

    }


    .howto {
        width: 100%;
        overflow: visible;
        /* background-color: #fff; */
        padding-bottom: 10px;
        text-align: center;
        /* border-top: 3px solid #ceb888; */
        border-bottom: 3px solid #ceb888;
    }

    .howto h1 {
        font-size: 2.0em;
    }

    .howtoitem {
        width: 100%;
        /* background-color: #fff; */
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .howtoitem img {
        text-align: center;
        max-width: 80%;
        max-height: 80%;
        display: block;
    }

    .howtoitem h3 {
        font-weight: 400;
        font-size: 150%;
    }

    .howtoitem p {

        color: #000;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-size: 100%;
    }

    .help h1 {
        text-transform: none;
        line-height: 2;
        color: #999;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-size: 75%;
        padding: 10px 10px 0 10px;
    }

    .footer br {
        display: block;
    }

    .footer p {
        font-size: 80%;
    }

}


@media screen and (max-width: 350px) {

    .container {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
        /* Min-width will keep the site from getting too narrow. */
        background: #fff;
        margin: 0 auto;
        overflow: hidden;
    }

    .titlebar h1{
        font-size:150%;
    }

    .titlebar h3{
        font-size:90%;
    }

    .header-unit {
        height: 170px;
        border: 0px solid #000;
        border-right: none;
        border-left: none;
        position: relative;
        padding: 20px;
    }


    .header-unit .overlay h2 {
        font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 100%;
        line-height: 1;
    }

    .sftpitem img {
        max-width: 90%;
    }

    .howto h1 {
        font-size: 160%;
        color: #fff;
        font-weight:400;
    }

    .howtoitem h3 {
        font-size:100%;
    }
    .help h1 {
        text-transform: none;
        line-height: 2;
        color: #999;
        font-family: 'Roboto', Helvetica, Arial, sans-serif;
        font-size: 80%;
        padding: 10px 10px 0 10px;
    }


}