@import url('https://fonts.googleapis.com/css?family=Montserrat|Quicksand|Raleway');
@font-face {
    font-family: 'JennaSuePro';
    src: url('../fonts/JennaSuePro.tff') format('truetype'),
        url('../fonts/jenna_sue_pro-webfont.woff') format('woff'),
        url('../fonts/jenna_sue_pro-webfont.woff2') format('woff2');
}
/*fonts*/
/*font-family: 'JennaSuePro', cursive;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Quicksand', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/

/*color palette*/
/*gold - rgba(203,161,53,1.0)*/

html, body {
    margin: 0;
    padding: 0;
}

/*index background video*/
video#bg-video-desktop, video#bg-video-laptop, video#bg-video-tablet, video#bg-video-phone {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url('../img/sstrandberg_4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    opacity: 0.3;
}

#frost, #frost-contact {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#frost h1 {
    color: rgba(203,161,53,1.0);
    font-family: 'JennaSuePro', cursive;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 10rem;
}

#frost button#playPauseTablet, #frost button#playPausePhone {
    background-color: transparent;
    border: 2px solid rgba(203,161,53,1.0);
    color: rgba(203,161,53,1.0);
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 1rem;
}

/*navbar*/
nav {
    background-color: transparent; 
}

nav ul {
    text-align: center;
}

nav ul li {
    float: none;
    display: inline-block;
}

nav ul li a {
    color: rgba(203,161,53,1.0);
    font-family: 'JennaSuePro', cursive;
    text-transform: uppercase;
    font-size: 2.5rem;
}

nav a.sidenav-trigger {
    background-color: transparent;
    color: rgba(203,161,53,1.0);
    margin: 18px;
    padding: 0 16px;
    border: 2px solid rgba(203,161,53,1.0);
    border-radius: 3px;
}
.sidenav .user-view .background {
    background-color: rgba(203,161,53,1.0);
}
.sidenav .user-view .name, .sidenav .user-view .email {
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
}
.sidenav li a {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
}
/*FAB*/
a.btn-floating, a.btn-floating:hover, a.btn-floating:visited, a.btn-floating:focus {
    background-color: rgba(203,161,53,1.0);
}

/*footer*/
.page-footer {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.page-footer .row {
    margin: 0;
}
.page-footer p, .page-footer a, .page-footer a:visited {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.page-footer ul {
    margin: 0;
}
.page-footer ul li {
    display: inline-block;
    padding: 0 1rem;
}
.page-footer ul li a {
    font-size: 1.5rem;
}
.page-footer .footer-info {
    margin-top: 2rem;
}
a#footer-name {
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
}
#footer-location {
    margin: 1rem 0;
    font-family: 'Montserrat', sans-serif;
}
.page-footer p a {
    text-decoration: underline;
}
.page-footer img {
    margin-bottom: -10px;
}
/*parallax page header*/
.parallax {
    opacity: 0.2;
}
.parallax-container h1 {
    margin-top: 10rem;
    font-family: 'JennaSuePro', cursive;
    color: rgba(203,161,53,1.0);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 8rem;
    text-align: center;
}

/*about pic and bio*/
#bio-img {
    margin-top: 3rem;
    margin-right: 3rem;
}
#bio {
    margin-top: 3rem;
}
#bio h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
}
#bio p {
    font-family: 'Montserrat', sans-serif;
}
/*about page recommendations*/
#small-references {
    margin-top: 3rem;
}
#small-references hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#small-references h3 {
    font-family: 'Quicksand', sans-serif;
}
#small-references .card-panel img {
    margin-top: 1rem;
}
#small-references .sm-ref-name {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0;
}
#small-references .sm-ref-title {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    margin-top: 0;
}
#small-references .sm-ref-msg {
    font-family: 'Montserrat', sans-serif;
}

/*resume idcard*/
#resume #id-card {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
}
#resume #idCard .card-content {
    background-color: rgba(203,161,53,1.0);
    text-align: center;
}
#resume #idCard .card-content h2 {
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0.5rem;
}
#resume #idCard .card-content p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
}
#resume #idCard .card-content ul li {
    display: inline;
    padding: 1rem;
}
#resume #idCard .card-content ul li a {
    color: #FFFFFF;
    font-size: 1.5rem;
}
#resume #idCard .card-action {
    text-align: center;   
}
#resume #idCard .card-action a#resume-btn, #resume #idCard .card-action a#resume-btn:visited {
    background-color: rgba(203,161,53,1.0);
    font-family: 'Quicksand', sans-serif;
}
#resume #idCard {
    margin: 3rem;
    color: #FFFFFF;
}

#resume .card-panel {
    margin-top: 3rem;
    margin-right: 3rem;
}
#resume .card-panel p span {
    font-weight: bold;
}
#resume .card-panel h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2.8rem;
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
}
#resume .card-panel h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}
#resume .card-panel p {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0.5rem;
}
#resume .card-panel .year {
    font-family: 'Raleway', sans-serif;
}
#resume .card-panel .company {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.8rem;
}
#resume .card-panel .position {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-top: 0.25rem;
}
#resume .card-panel ul {
   padding-left: 1.2rem;
}
#resume .card-panel ul li {
    font-family: 'Montserrat', sans-serif;
    list-style-type: circle;
}
#resume .card-panel hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 0;
}
#resume #ref-cards img {
    margin: 2rem 24px 0 0;
}

/*contact page background*/
#contact-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url('../img/sstrandberg_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    opacity: 0.3;
}
#frost-contact h1 {
    color: rgba(203,161,53,1.0);
    font-family: 'JennaSuePro', cursive;
    font-size: 8rem;
    margin-top: 10rem;
    margin-bottom: 0;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
#frost-contact a {
    color: rgba(203,161,53,1.0);
    font-size: 1.5rem;
}
#frost-contact h2 {
    color: rgba(203,161,53,1.0);
    font-family: 'JennaSuePro', cursive;
    font-size: 4rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin: 0;
}
#frost-contact ul li {
    display: inline-block;
    margin: 1.5rem;
}

#portfolio ul {
    margin-top: 1rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: #FFFFFF;
}
#portfolio ul li.btn {
    background-color: rgba(203,161,53,1.0);
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.8rem;
}
#portfolio ul li.active {
    background-color: #FFC0CB;
}
#portfolio .cs a.btn {
    background-color: rgba(203,161,53,1.0);
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
}
#portfolio .cs img {
    border: 3px solid #000000;
}

#portfolio .cs {
    margin-top: 5rem;
}


/*media queries*/
.desktop {
    display: block;
}
.laptop {
    display: none;
}
.tablet {
    display: none;
}
.phone {
    display: none;
}

/*between laptop(xl) and tablet landscape(l) screen*/
@media (max-width: 1199px) and (min-width: 993px) {
    .desktop {
        display: none;
    }
    .laptop {
        display: block;
    }
    .tablet {
        display: none;
    }
    .phone {
        display: none;
    }
    .hide-on-med-and-down {
        display: none !important;
    }
    nav a.sidenav-trigger {
        display: block !important;
    }
    .parallax-container {
        height: 400px;
    }
    .parallax-container h1 {
        margin-top: 6rem;
    }
    #bioWrapper #bio-img {
        margin: 3rem 0 0 0;
    }
    #portfolio ul {
        margin-top: 1rem;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2, 3fr);
    }
    #resume .card-panel h2 {
        font-size: 2.5rem;
    }
    #resume .card-panel h3 {
        font-size: 1.5rem;
    }
    #resume #idCard .card-content h2 {
        font-size: 1.2rem;
    }
    #resume #idCard .card-content p {
        font-size: 1rem;
    }
    #resume #idCard .card-content ul li {
        display: inline;
        padding: 0.8rem;
    }
    #resume #idCard .card-content ul li a {
        font-size: 1.3rem;
    }
    #resume #idCard .card-action a#resume-btn {
        font-size: 0.8rem;
    }
}
/*tablet portrait(m) screen*/
@media (max-width: 992px) {
    .desktop {
        display: none;
    }
    .laptop {
        display: none;
    }
    .tablet {
        display: block;
    }
    .phone {
        display: none;
    }
    .parallax-container {
        height: 400px;
    }
    .parallax-container h1 {
        margin-top: 8rem;
        font-size: 6rem;
    }
    #frost h1{
        font-size: 8rem;
    }
    #bioWrapper #bio-img {
        margin: 3rem 0 0 0;
    }
    #bioWrapper #bio h3 {
        font-size: 2.8rem;
    }
    #portfolio ul {
        margin-top: 1rem;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2, 3fr);
    }
    #resume #idCard {
        margin: 6rem;
    }
    #resume .card-panel {
        margin-top: 0;
        margin-left: 6rem;
        margin-right: 6rem;
    }
    #resume #id-card {
        position: relative;
    }
    #resume #idCard img {
        max-width: 75%;
        margin-top: 1.5rem;
    }
    #resume .card-panel .year {
        font-size: 1.5rem;
    }
    #resume .card-panel .company {
        font-size: 1.5rem;
    }
    #resume .card-panel .position {
        font-size: 1rem;
    }
    #frost-contact h1 {
        margin-top: 0;
    }
    
}
/*phone(s) screen*/
@media (max-width: 600px) {
    .desktop {
        display: none;
    }
    .laptop {
        display: none;
    }
    .tablet {
        display: none;
    }
    .phone {
        display: block;
    }
    #frost {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }
    #frost h1 {
        font-size: 4.5rem;
        margin-top: 15rem;
    }
    #bioWrapper #bio h3 {
        text-align: center;
        font-size: 2.2rem;
    }
    #small-references h3 {
        font-size: 2.2rem;
    }
    #small-references .sm-ref-name,  #small-references .sm-ref-title {
        text-align: center;
    }
    #small-references .card-panel img.responsive-img {
        max-width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }

    #portfolio ul li.btn {
        font-size: 0.7rem;
    }
    #resume #idCard .card-content h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    #resume #idCard .card-content p {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    #resume #idCard .card-content ul li a {
        font-size: 1.5rem;
    }
    #resume #idCard .card-action a#resume-btn {
        font-size: 0.8rem;
    }
    #resume #idCard {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }
    #resume .card-panel {
        margin-top: 0;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    #resume .card-panel h2 {
        font-size: 1.8rem;
        text-align: center;
        margin: 2rem 0;
    }
    #resume .card-panel h3 {
        font-size: 1.5rem;
        margin: 1.5rem 0 0 0;
    }
    #resume .card-panel .company {
        margin-top: 1rem;
    }
    #resume #idCard img {
        max-width: 100%;
        margin-top: 1rem;
    }
    #frost-contact h1 {
        font-size: 4.5rem;
        margin-top: 0;
    }
    #frost-contact a {
        font-size: 1.2rem;
    }
    #frost-contact h2 {
        font-size: 2.5rem;
    }
    #frost-contact ul li {
        margin: 0 1rem;
    }
}

/*animations*/
#frost h1, #frost-contact h1, #frost-contact h2, #frost-contact ul, .parallax-container h1, #frost button#playPauseTablet, #frost button#playPausePhone {
    -webkit-animation: titleAppear 1s ease-in 0.25s;
    -moz-animation: titleAppear 1s ease-in 0.25s;
    -o-animation: titleAppear 1s ease-in 0.25s;
    animation: titleAppear 1s ease-in 0.25s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@-webkit-keyframes titleAppear {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-moz-keyframes titleAppear {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-o-keyframes titleAppear {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes titleAppear {
    from {opacity: 0;}
    to {opacity: 1;}
}