@import url("../webfontkit-20130806-104645/princetown_icg.css");

/* ------------------------------------------
 *
 * TABLE OF CONTENTS
 *
 * 01. Reset
 * 02. Base Styles
 * 03. Utility Classes
 * 04. Typography
 * 05. Header
 * 06. Blurb
 * 07. Courses
 * 08. Footer
 *
 * ------------------------------------------ */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

strong em, em strong {
    font-weight: bold;
    font-style: italic;
}

.group:before,
.group:after {
    display: table;
    content: "";
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}


/* ------------------------------------------
 * Base Styles
 * ------------------------------------------ */

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #7c7c7c;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 5px;
    width:100%;
}


/* ------------------------------------------
 * Utility Classes
 * ------------------------------------------ */

.inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}


.right {
    float: right;
}

.left {
    float: left;
}


/* ------------------------------------------
 * Typography
 * ------------------------------------------ */





h2 {
    color: rgba(255,255,255,1);
    font-weight: 500;
    height: 0;
    overflow: hidden;
}


h3 {
    color: rgba(0,0,0,.4);
    font-size: 2.0em;
    font-weight: 900;
    text-align: left;
}
h4 {
    color: rgba(0,0,0,.3);
    font-size: 1.9em;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.5em;
    text-align: center;
}

p {}

/* ------------------------------------------
 * Header
 * ------------------------------------------ */

header {
    position: fixed;
    top: 0;
    width:100%;
    background-color: rgba(255,255,255,1);
    /*  border-bottom: solid 4px #0091D5; */
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.85);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.85);
    box-shadow: 0 0 15px rgba(0,0,0,0.1), 0 0 45px rgba(0,0,0,0.85);
    z-index: 1;

}

header h1 {
    color: rgba(251,157,5,.5);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.8em;
    margin-top: 10px;
}

header nav {
    display: inline;
    float: right;
    vertical-align: middle;
    padding-top: .8em;
    padding-bottom: .8em;
}

header a {
    padding:0 0.5em;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    color: #7c7c7c;
    text-decoration: none;
    transition: text-shadow .3s ease, color .3s ease-in-out;
    -moz-transition: text-shadow .3s ease, color .3s ease-in-out;
    -webkit-transition: text-shadow .3s ease, color .3s ease-in-out;
}

header a:hover {
    color: yellow !important;
    text-shadow: 0 0 2px  yellow, 0 0 7px yellow, 0 0 10px #0091D5, 0 0 18px #0091D5,0 0 25px #0091D5, 0 0 40px #0091D5, 0 0 65px #0091D5;
}

.name {
    color: rgba(251,157,5,.5) !important;
    text-transform: uppercase;
    font-weight: 700;
    /*font-size: 1.8em;*/
    /*margin-top: 10px;*/
}


/* ------------------------------------------
 * Screen
 * ------------------------------------------ */

/* Screen content fills initial part of screen and dims on hover */
#screen-content {
    position: relative;
    margin: 0 auto;
    min-height: 32vmin;
    width: 100vw;

    display:flex;
    justify-content:center;
    align-items:center;
}
#screen-content:hover {
    background-color: rgba(0, 0, 0, .3);
}


#screen{
    position: relative;
    background: black url("../imgs/screen/b.png") no-repeat scroll 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
    width: 100%;
    display: block;
    min-height: 32vmin;
    max-height: 100%;
}

.screen {
    background-color: rgba(0,0,0,.5);
    padding-top: 0;
    margin-bottom: 20px;
}

.title {
    width: 100%;
    visibility: hidden;
    margin-bottom: 0;

    color: rgba(255,255,255,.3);
    text-shadow: 0 -1px 4px  #fff, 0 -2px 10px yellow, 0 -10px 20px #ff8000, 0 -18px 40px red;
    /*font-size: 15vmin;*/
    font-size: calc(100vw / .625 / 22);
    padding-top: 0;
    font-family: princetown_icgregular, Georgia, serif;
}

/*Title is initially invisible so we will hover over the screen-content*/
#screen-content:hover > .title {

    visibility: visible;
    /*line-height: 2em;*/
    /*visibility: visible;
    color: rgba(255,255,255,.3);
    text-shadow: 0 -1px 4px  #fff, 0 -2px 10px yellow, 0 -10px 20px #ff8000, 0 -18px 40px red;
    font-size: 12vmin;
    margin-bottom: 0;
    padding-top: 0;
    font-family: princetown_icgregular, Georgia, serif;*/
}

/*_________________________________
    button hovers
_________________________________*/

/*You had these in each of your circles unnecessarily*/
.animated-circle {
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;

    max-height: 20vw;
}

/* These control the circle animations / positioning */
.circle {
    margin-bottom: 10px;
}
.circle:hover #AT {
    transform: rotatez(345deg) scale(1.15);
    -moz-transform: rotatez(345deg) scale(1.15);
    -webkit-transform: rotatez(360deg) rotatey(-360deg) scale(1.15);
    box-shadow: 0 0 10px 0 #0091D5, 0 0 35px 5px rgba(9, 250, 14, 1);
}
.circle:hover #D {
    transform: rotatez(-360deg) scale(.75);
    -moz-transform: rotatez(-360deg) scale(.75);
    -webkit-transform: rotatez(-360deg) scale(.75);
    box-shadow: 0 0 30px 5px red, 0 0 65px 15px yellow;
}
.circle:hover #A {
    transform: rotatex(360deg) scale(1.15);
    -moz-transform: rotatex(360deg) scale(1.15);
    -webkit-transform: rotatex(360deg) scale(1.15);
    box-shadow: 0 0 10px 0 #0091D5, 0 0 35px 5px rgba(9, 250, 14, 1);						}
.circle:hover #S{
    transform: rotatey(-720deg) scale(.75);
    -moz-transform: rotatey(-760deg) scale(.75);
    -webkit-transform: rotatey(-360deg) scale(.75);
    box-shadow: 0 0 30px 5px red, 0 0 65px 15px yellow;
}


.courses article p {
    margin: 1em 0 1em 0;
    font-weight:400;
    padding-top: 5px;
    font-family: Georgia, 'dejavu_serifbook', sans-serif;
    font-size: 1.4em;
    line-height: 1.4;
    text-decoration: none;
    text-align: justify;
    transition: .3s all .3s ease;
    -moz-transition: .3s all .3s ease;
    -webkit-transition: .3s all .3s ease;
}
.courses article p:hover{ color: rgba(0,0,0,.9); }
.courses article .p:first-of-type:first-letter {
    font-size: 2.3em;
    font-weight: bold;
    float: left;
    line-height: 0.3em;
    padding-right: .1em;
    padding-bottom: 0;
}
.courses article p a{ text-decoration: none; }

/* This allows for the sliding as the window resizes */
.courses article {
    -webkit-transition: width 0.5s ease, margin 0.5s ease;
    -moz-transition: width 0.5s ease, margin 0.5s ease;
    -o-transition: width 0.5s ease, margin 0.5s ease;
    transition: width 0.5s ease, margin 0.5s ease;
}

/* ------------------------------------------
 * Lower Nav Buttons
 * ------------------------------------------ */
.navb:before,
.navb:after{
    content: url("../imgs/lnll.png");
    display: block;
    margin-bottom: 40px;
    text-align: center;
    opacity: .2;
    overflow: visible;
}
.navb:after	{
    margin-bottom: 30px;
}

.button {
    width: 90%;
    max-width: 500px;

    border: 4px solid #0091D5;
    font-family: Georgia, 'dejavu_serifbook', sans-serif;
    font-size: 1.6em;
    color: #7c7c7c;
    padding-top: 0.45em;
    padding-bottom: .45em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    /*margin: 0 auto 60px;*/
    margin: 0 auto;
    box-shadow: 0 0 0 4px white, 0 0 0 8px orange, 0 0 0 12px yellow, 0 0 0 16px rgba(90, 195, 5, 1);
    border-radius: 20px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -webkit-transition:-webkit-transform 1s linear;
}
.button:last-child{
    margin-bottom: 40px;
}
.button:hover {
    background-color: #005780;
    color: yellow;
    text-shadow: 0 0 2px  yellow, 0 0 7px yellow, 0 0 10px #0091D5, 0 0 18px #0091D5,0 0 25px #0091D5, 0 0 40px #0091D5, 0 0 65px #0091D5;
    box-shadow: 0 0 0 4px white, 0 0 0 8px orange, 0 0 0 12px yellow, 0 0 0 16px rgba(9, 250, 14, 1), 0 0 35px 16px #0091D5;
}
.button:active {
    background-color: #005780;
    color: yellow;
    text-shadow: 0 0 2px  yellow, 0 0 7px yellow, 0 0 10px #0091D5, 0 0 18px #0091D5,0 0 25px #0091D5, 0 0 40px #0091D5, 0 0 65px #0091D5;
    box-shadow: 0 0 0 4px white, 0 0 0 8px orange, 0 0 0 12px yellow, 0 0 0 16px rgba(9, 250, 14, 1);
    transform:scale(.75);
    -webkit-transform:scale(.75);
}



/* ------------------------------------------
 * divider
 * ------------------------------------------ */
#duh{
    height:100px;
}

/* ------------------------------------------
* Footer blue
* ------------------------------------------ */

footer {
    position: relative;
}

.wing{
    border:solid 2px #0091D5;
    height: 21px;
    margin: -81px auto 0;
    display: block;
    width: 97%;
    border-radius: 0 0 22px 22px;
    /* overflow-x: hidden; */

}
.one{
    margin-top: 19px;
    width: 77%;
    border-top:none;

}
.two{
    margin-top: -1px;
    width: 60%;
    border-top:none;
}

/* We begin with everything but me-l hidden */
#blue {
    visibility: hidden;
    position: relative;
}
footer #me-r{
    visibility: hidden;
    float: left;
}
footer #me-r:hover{
    background: url("../imgs/spry_me.png") -311px -2px no-repeat;
}
footer #blurb{
    visibility: hidden;
}

/* Footer contents are shifted up to be over the wings */
#footer-content {
    /*margin-top: -75px;*/
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
}

footer #me-l,
footer #me-r{
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #0091D5;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;

    position: relative;
    margin: 0 auto;
    z-index: 200;
    
    height: 80px;
    width: 80px;
}
footer #me-l{
    visibility: visible!important;
    background: url("../imgs/spry_me.png") -209px -4px no-repeat;
}
footer #me-l:hover{
    background: url("../imgs/spry_me.png") -106px -4px no-repeat;
}

/* Ensures vertical centering of central footer panel */
#footer-content-center {
    position: relative;
    top: 50%;
    transform: translateY(25%);
}
/* Whites out the wings above and below blurb*/
#whiteout {
    margin:0 -45px 0 -45px;
    box-shadow: 0 -20px 0 20px white, 0 20px 0 20px white;
    height: 3.9em
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    footer #blurb{
        visibility: visible;
        display: table-cell;
        vertical-align: middle;
        color: orange;
        font-size: 1.5vw;
        font-weight: 200;
        float:left;
        line-height:1.3em;
        padding-top: .2em;
        text-align: center;
        width: 75%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #blue{
        visibility: visible;
        background-color: white;
        border-top:solid 3px #0091D5;
        border-bottom:solid 3px #0091D5;
        width: 105%;
        display: table;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        box-shadow: 0 0 0 10px white;
        margin: 0 -2.5% 0 -2.5%;
        z-index: 10;
        min-height: 2.6em;
    }

    footer #me-l{
        background-repeat: no-repeat;
        float: right;
    }
    footer #me-r {
        visibility: visible;
        background: url("../imgs/spry_me.png") -416px -2px no-repeat;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #screen {

    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    footer #blurb {
        font-size: 18px;
        min-height: 50px;
    }
}