
html,
body{
    width: 100%;
    height: 100%;
    padding:0px;
    margin:0px;
    font-family: "LatoWebLight";
    cursor: default;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    min-width: 540px;
}

header{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/background-80.webp);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    will-change: transform;*/
    z-index: 100;
}
#header-img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    will-change: transform;
}
/*
@media screen and (max-width: 500px) 
{
    header{
        background-image: url(../img/background-mobile-small-80.webp);
    }
}
@media screen and (max-width: 1000px) 
{
    header{
        background-image: url(../img/background-mobile-80.webp);
    }
}
@media screen and (max-width: 1920px) 
{
    header{
        background-image: url(../img/background-standard-80.jpg);
    }
}*/

nav{
    font-family: "LatoWeb";
    position: fixed;
    right: 8%;
    top:8%;
    color:#31343d;
    font-size: 25px;
    z-index: 100;
}

nav ul {
    list-style: none;
    padding:0px;
    margin:0px;
}

nav li {
    display: inline;
    margin-left: 35px;
    position: relative;
    cursor: pointer;
    -webkit-transition:.1s linear;
    transition: .1s linear;
}

nav li:hover{
    color: #000;
}

nav li::after{
    padding-top: 3px;
    content: '';
    border-bottom: 1px solid #000;
    position: absolute;
    left:0;
    width: 0;
    display: block;
    -webkit-transition:.2s linear;
    transition: .2s linear;
}

nav li:hover::after{
    width: 100%;
}

#logo{
    width: 400px;
    height: 400px;
    margin: auto;
    position: relative;
    top:40%;
    transform: translateY(-40%);
    border: 6px solid white;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    overflow-y: visible;
    text-align: center;

}

#logoText{
    width: 400px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    color:white;
    font-family: Georgia regular;
    font-size: 250px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}

#logoName{
    position: relative;
    left:50%;
    transform: translateX(-50%);
    top:50px;
    color:white;
    width: 500px;
    font-family: "LatoWeb";
    font-size: 50px;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);

}

#headerSpacer{
    visibility: hidden;
    height: 100%;
    width: 100%;
}

#about{
    width: 100%;
    position: relative;
    top:0;
    padding:0px;
    margin:0px;
    background-color: #31343d;
    z-index: 200;
    text-align: center;
    color: #ddd;
    padding-bottom: 75px;
}

h1 {
    font-size: 36pt;
    margin:auto;
    padding:40px 0px 20px 0px;
    margin-bottom: 40px;
    max-width: 1040px;
}

#about h1{
    border-bottom: 1px solid #ccc;
}

#me{
    vertical-align: top;
    display: inline-block;
    min-width: 400px;
    max-width: 500px;
    text-align: left;
    margin:0px 20px;
}

#about h2{
    font-size: 24pt;
    text-align: center;
}

#portrait{
    display: block;
    margin:auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid lightgray;
}

#skills{
    vertical-align: top;
    display: inline-block;
    min-width: 400px;
    max-width: 500px;
    margin:0px 20px;
}

.skillSpacer {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin:0px 5px 10px 5px;
    padding:0px;
    position: relative;
}

.skillLevel {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    transition: .2s linear;
    height: 140px;
    width: 140px;
}

.skillText{
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}

.skill {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../img/skill.png);
    height: 140px;
    width: 140px;
}

#blog{
    position: relative;
    top:0;
    z-index: 200;
    text-align: center;
    color: #494f5c;
    background-color: #d5d9e1;
}

#blog h1{
    border-bottom: 1px solid #494f5c;
}

#slideshow {
    min-height: 500px;
    max-width:1120px;
    margin:auto;
    position: relative;
    padding:0px 40px;
}

.arrow{
    height: 50px;
    cursor: pointer;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

#left{
    left:0px;
}

#right{
    right:0px;
}

.slide{
    display: none;
}
.slidemedia{
    display: inline-block;
    max-width: 400px;
    min-width: 200px;
    max-height: 400px;
    vertical-align: top;
    margin: 20px 40px 20px 40px;
}

.slide .text{
    max-width: 500px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 13pt;
}

#preview{
    max-width: 1040px;
    min-width: 400px;
    margin:auto;
}

#contact{
    position: relative;
    top:0;
    z-index: 200;
    text-align: center;
    background-color: #e4e7ed;
    color:#494f5c;
    padding-bottom: 100px;
}

#contact h1{
    border-bottom: 1px solid #494f5c;
}

#contactBlock{
    max-width: 1040px;
    margin:auto;
    padding:0px 20px;
    text-align: left;

}

#contact form{
    width: 400px;
    margin: auto;
    text-align: left;
    padding: 20px 50px;
    margin-top: 20px;
    background-color: #d5d9e1;
}

.contactInfo{
    margin-bottom: 7px;
}

#contact input{
    width: 400px;
    height: 25px;
    border-radius: 3px;
    border-style: none;
    border:2px solid #fff;
    font-size: 20px;
    color: #494f5c;
}

#contact textarea{
    border-radius: 3px;
    display: block;
    width: 400px;
    resize: vertical;
    height: 195px;
    border-style: none;
    border:2px solid #d5d9e1;
}

#contact button{
    margin-top: 20px;
    display: block;
    width: 408px;
    height: 35px;
    border-radius: 3px;
    background-color: #f9a828;
    color: #494f5c;
    font-size: 20px;
    border-style: none;
}

.g-recaptcha{
    width: 300px;
    margin:auto;
    margin-top: 20px;
}








/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.hvr-sweep-to-right:before {
    content: "";
    border-radius: 3px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


#resources{
    margin: 75px auto 0px auto;
    min-width: 400px;
    max-width: 800px;
    text-align: center;
}
#resources a{
    color: #ddd;
    text-decoration: none;
}
.resourceBox{
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 200px;
    height: 100px;
    text-align: center;
    position: relative;
    margin: 20px 20px;
    display: inline-block;
}
.resourceBox:hover{
    cursor: pointer;
}
.resourceImg{
    position: relative;
    width: 50px;
    height: 50px;
    top:-25px;
}

.resourceOverlay{
    position: absolute;
    width: 100%;
    top: 100%;
    height: 100%;
    background-color: #fff;


    opacity: 0.15;
}

.resourceText{
    position: absolute;
    top:50%;
    text-align: center;
    /* Add the blur effect */
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: 1s;
    opacity:1;
    width:50%;

}
.resourceTextr{
    left: 50%;
    text-align: left;
}

.resourceTextl{
    right: 50%;
    text-align: right;
}

.resourceButton{
    position: absolute;
    top:50%;
    width: 100%;
    color:steelblue;
    text-align: center;
    visibility: visible;
    font-family: "LatoWebBold";
    transition: .5s;
    opacity: 0;
    -webkit-filter:blur(15px);
    filter:blur(15px);

}

.resourceWrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}




footer {
    position: relative;
    top:0;
    width: 100%;
    background-color: #282c34;
    margin: 0px;
    padding: 40px 0px 40px 0px;
    text-align: center;
    border-top:1px solid black;
    color: #ddd;
    /*height: 60px;*/
    z-index: 200;
}

footer ul {
    margin: 0px;
    list-style: none;
}

footer li {
    padding: 0px 20px 0px 20px;
    display: inline-block;
}

footer a{
    color:#ddd;
}

#recaptchatext{
    font-family: "LatoWebLight";
    font-size: 10pt;
}
#recaptchatext a{
    color:steelblue;
    text-decoration: none;
}

.grecaptcha-badge{
    visibility: hidden;
}

a {
    color: #4682b4;
    text-decoration: none;
    font-family: latoweb;
}
#footerTable a {
    color: steelblue;
    text-decoration: none;
}
#footerTable td {
    font-size: 14pt;
    vertical-align: top;
}
#footerTable {
    margin: auto;
    text-align: left;
    overflow-wrap: break-word;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}
footer table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
footer {
    position: relative;
    top: 0px;
    width: 100%;
    background-color: #282c34;
    margin: 0px;
    padding: 40px 0px 40px 0px;
    text-align: center;
    border-top: 1px solid black;
    color: #ddd;
    /* height: 60px; */
    z-index: 200;
    text-align: center;
    font-size: 14pt;
}
#licensewrapper {
    width: 700px;
    margin: auto;
    display:block;
}