body {
    background-color: #192a42;
}
#page {
}
#nav {
    height: 32px;
    width: 100%;
    background-color: #a8cdff;
}
/* Larger than tablet */
@media (min-width: 750px) {
    #nav {
    }
}

/* stiky call to action*/

.stikyButton {
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    border-radius: 50% ;
    border: 2px solid #2B9DF4;
    background-color:rgba(0, 0, 0, 0.77) ;
    color: #2B9DF4;
    width: 100px;
    height: 100px;
    transition: 0.5s;
}
.stikyButton:hover {
    transform: scale(1.5);
}

/* Parallax
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#skrollr-body {
}
#parallax-banner {
    position: relative;
    overflow: hidden;
    height: 360px;
    /*forces max height of background images to 1/3 = 3x retina.*/
    background: -webkit-linear-gradient(#a8cdff 10%,#eaf0f7 40%);
    background: linear-gradient(#a8cdff 10%, #eaf0f7 40%);
    }
.banner {
    position: absolute;
    height: 360px;
    /*forces max height of background images to 1/3 = 3x retina.*/
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    /*scales background images as media queries increase height of parallax-layers*/
    background-repeat: no-repeat;
}
/* parallax-layer image sizes: 3500px x 1080px! */
#parallax-layer1 {
    background-image: url(https://res.cloudinary.com/tommy-pengilley/image/upload/v1512980714/BG00-v02_zhiabz.png);
    /* Background: Hills, Train. */
}
#parallax-layer2 {
    background-image: url(https://res.cloudinary.com/tommy-pengilley/image/upload/v1512980861/MG00-v02_rjdmov.png);
    /* Mid-ground: Hills, Valley. */
}
#parallax-layer3 {
    background-image: url(https://res.cloudinary.com/tommy-pengilley/image/upload/v1512980880/MG01v02_vjjvdc.png);
    /* Foreground: cornfield, telegraph poles. */
}
#parallax-layer4 {
    background-image: url(https://res.cloudinary.com/tommy-pengilley/image/upload/v1512980842/FG00v02_rgrngg.png);
    /* Foreground: blue fence and grass. */
}

/*Media queries
––––––––––––––––––––––––– */
/* Larger than tablet */
@media (min-width: 750px) {
    #parallax-banner {
    }
    #parallax-banner, .banner {
        height: 540px;
        /*2x retina*/
    }
}
/* Horizontal devices */
@media (max-height: 540px) {
    #parallax-banner, .banner {
        height: 360px;
        /*3x retina*/
    }
}
/* 1080p+ Large screens */
@media screen and (min-width: 1750px) {
    #parallax-banner, .banner {
        height: 810px;
        /*1.5x resolution*/
    }
}
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
    position: relative;
}
.layered-font  {
    position: relative;
    margin-bottom: 0;
    line-height: 0.9em;
    font-family: 'Bungee', cursive;
    font-size: 36px;
    text-align: center;
    letter-spacing: 8px;
    color: #3f6c92;
    text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
    z-index: 100;
}
.layered-font::before, .layered-font::after {
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.layered-font::before {
    display: block;
    font-family: 'Bungee Outline', cursive;
    color: #ab8b65;
}
.layered-font::after {
    display: none;
    left: -9px;
    font-family: 'Bungee Shade', cursive;
    letter-spacing: 0px;
    /*color: #093977;*/
    /*color: #2e4134;*/
    /*color: #142337;*/
    color: #83b8ff;
    z-index: -1;
    text-shadow: none;
}
.tom {
    font-size: 72px;
    color: #923f3f;
}
.layered-font.tom::before, .layered-font.tom::after {
}
.layered-font.tom::after {
}
.skills {
    font-family: Futura, "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 14px;
    color: #ab8b65;
    text-align: center;
    text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
}

/* Larger than tablet */
@media (min-width: 750px) {
    .layered-font  {
        font-size: 42px;
        line-height: 1em;
        text-shadow: none;
    }
    .layered-font::before {
        /*text-shadow: none;*/
        text-shadow: -0px 0px 2px rgba(0, 0, 0, 0.333);
    }
    .layered-font::after {
        display: block;
        left: -5px;
        letter-spacing: 4px;
    }
    .tom {
        font-size: 80px;
        /*text-shadow: -3px 3px 0px rgba(255, 255, 255, 0.25);*/
    }
    .layered-font.tom::before {
    }
    .layered-font.tom::after {
        left: -9px;
        letter-spacing: 0px;
}

/*Media queries
––––––––––––––––––––––––– */
/* Larger than tablet */
@media (min-width: 750px) {
}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}