html {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	font-family: 'Lato', Helvetica, verdana;
}
a {
  color:inherit;
  text-decoration: none;
 }
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
p {
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
body {
    top: 0px;
	margin: 0px;
    height: 100%;
    width: 100%;
	transition: 0.4s;
}
.page {
    height: 100%;
    width: 100%;
}
hr.style-one {
	border: 0;
    height: 3px;
    width: 120px;
    background-color: #FDCD3B;
    margin: auto;
}
hr.style-two {
	border: 0;
    height: 3px;
    width: 120px;
    background-color: #FDCD3B;
    margin-left: 260px;
}
label {
    display: none;
}

/*
=====================
-   Navbar Page CSS   -
=====================
*/
.navbar {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4000;
    color: white;
    transition: 0.2s;
    font-weight: 300;
}
.navbar-resume {
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 9px;
    margin-right: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #FDCD3B;
    transition: 0.2s;
    font-weight: 400;
}
.navbar-resume:hover {
    background: #FDCD3B;
    color: #2A3A3F;
}
.navbar-menu {
    margin-right: 10px;
    margin-top: 8px;
    height: 40px;
    width: 30px;
    float: right;
    display: none;
}
.menu-bar {
    width: 30px;
    height: 6px;
    margin-top: 4px;
    background: #FDCD3B;
    transition: 0.2s;
}
.navbar-space {
    float:left;
    width: 60px;
    height: 50px;
}
.navbar-item {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 50px;
}
.navbar-item:hover {
    -webkit-box-shadow:inset 0px -3px 0px 0px #FDCD3B;
    -moz-box-shadow:inset 0px -3px 0px 0px #FDCD3B;
    box-shadow:inset 0px -3px 0px 0px #FDCD3B;
    cursor: pointer;
}
.navshadow {
    box-shadow: 0px 1px 6px rgba(60,60,60,0.1);
    font-weight: 400;
}
a.space {
    margin-top: -60px;
}
#nick {
    height: 30px;
    width: 30px;
}
.logo {
    position: absolute;
    left: 20px;
    top: 10px;
}
.drop-item {
    text-align: center;
    display: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    transition: 0.2s;
}

/*
=====================
-   Landing Page CSS   -
=====================
*/

.landing {
    position: relative;
    height: 100%;
    width: 100%;
}
.landing-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow: hidden;
    background-image: url('/static/mountain.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.landing-overlay {
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.landing-box {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 200px;
    margin-top: -100px;
    color: white;
    text-align: center;
    z-index: 2000;
}
.landing-title {
    font-size: 72px;
    font-weight: 700;
}
.landing-desc {
    font-size: 24px;
    font-weight: 300;
}
.landing-btn {
    width: 200px;
    margin: auto;
    margin-top: 30px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color:#FDCD3B;
    border-radius: 3px;
    transition: 0.2s;
}
.landing-btn:hover {
    background: #FDCD3B;
    color: #2A3A3F;
}

/*
=====================
-   Home Page CSS   -
=====================
*/
.container {
    width: 100%;
    background: white;
    padding-bottom: 80px;
}
.container-dark {
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 80px;
}
.container-title {
    font-weight: 700;
    color: #2A3A3F;
    margin: 0px auto 20px auto;
    padding-top: 90px;
    font-size: 24px;
    text-align: center;
    width: 90%;
}
.container-box {
    position: relative;
    width: 840px;
    margin: auto;
}
.container-text {
    color: #93A4AA;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 32px;
    font-size: 16px;
}
.container-btn {
    background: #FDCD3B;
    color: #2A3A3F;
    width: 140px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    padding: 10px 5px;
    text-align: center;
    transition: 0.2s;
    box-shadow: 0px 3px #C7A038;
}
.container-btn:hover {
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: -3px;
    background: #2A3A3F;
    color: #FDCD3B;
    box-shadow: 0px 0px #C7A038;
}

/*
=====================
-   Experience Page CSS   -
=====================
*/
.experience {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.experience-img {
    position: absolute;
    width: 240px;
    height: 240px;
}
.exp-img {
    width: 240px;
}
.experience-title {
    margin-left: 260px;
    font-weight: 700;
    color: #2A3A3F;
    font-size: 24px;
}
.experience-date {
    margin-left: 260px;
    font-weight: 400;
    color: #2A3A3F;
    font-size: 16px;
    line-height: 30px;
}
.experience-desc {
    margin-left: 260px;
    font-weight: 400;
    color: #93A4AA;
    font-size: 16px;
    line-height: 32px;
}
.experience-btn {
    margin-left: 260px;
    margin-top: 20px;
    background: #FDCD3B;
    color: #2A3A3F;
    width: 140px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    padding: 10px 5px;
    text-align: center;
    transition: 0.2s;
    box-shadow: 0px 3px #C7A038;
}
.experience-btn:hover {
    cursor: pointer;
    margin-top: 23px;
    margin-bottom: -3px;
    background: #2A3A3F;
    color: #FDCD3B;
    box-shadow: 0px 0px #C7A038;
}
/*
=====================
-   Skills Page CSS   -
=====================
*/
.skills {
    width: 100%;
    height: 360px;
}
.skill-row {}
.skill {
    float: left;
    width: 12.5%;
    height: 120px;
    text-align:center;
    line-height: 120px;
    font-weight: 700;
    transition: 0.2s;
}
.skill:hover {
    font-size: 20px;
}
.O0 {background: rgba(253,205,59,1);}
.O1 {background: rgba(253,205,59,0.9);}
.O2 {background: rgba(253,205,59,0.8);}
.O3 {background: rgba(253,205,59,0.7);}
.O4 {background: rgba(253,205,59,0.6);}
.O5 {background: rgba(253,205,59,0.5);}
.O6 {background: rgba(253,205,59,0.4);}
.O7 {background: rgba(253,205,59,0.3);}
.O8 {background: rgba(253,205,59,0.2);}
.O9 {background: rgba(253,205,59,0.1);}


/*
=====================
-   Projects Page CSS   -
=====================
*/
.projects {
  display: flex;
  flex-wrap: wrap;
}
.project {
    flex: 1 1 30%;
    height: 240px;
    float: left;
    margin: 10px;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0px 1px 6px rgba(60,60,60,0.2);
}
.project:hover {
    margin-top: -5px;
    cursor: pointer;
    box-shadow: 0px 5px 6px rgba(60,60,60,0.2);
}
.project-img {
    height: 120px;
    background: #93A4AA;
    overflow: hidden;
}
.project-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.formsurge-image {
    background-image: url("/static/formsurge.png");
}
.passiveland-image {
    background-image: url("/static/passiveland.png");
}
.usersurge-image {
    background-image: url("/static/usersurge.png");
}
.downping-image {
    background-image: url("/static/downping.png");
}
.goalsuite-image {
    background-image: url("/static/goalsuite.png");
}
.usertrue-image {
    background-image: url("/static/usertrue.png");
}
.project-title {
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    font-size: 16px;
    color: #2A3A3F;
}
.project-desc {
    font-weight: 400;
    line-height: 20px;
    font-size: 12px;
    margin: 0px 20px;
    color: #93A4AA;
}

/*
=====================
-   App Page CSS   -
=====================
*/
.apps {
    overflow: auto;
    display: table;
    margin: 0px;
}
.app {
    cursor: pointer;
    float: left;
    width: 25%;
}
.app-icon {
    width: 100%;
}

/*
=====================
-   Contact Page CSS   -
=====================
*/
.contact {
    padding-top: 80px;
}
.contact-img {
    border-radius: 100%;
    border-width: 4px;
    border-style: solid;
    border-color: #FDCD3B;
    width: 160px;
    height: 160px;
    margin: auto;
    margin-bottom: -80px;
}
.contact-self {
    width: 160px;
    border-radius: 100%;
}

.socials {
    width: 164px;
    margin: auto;
    margin-bottom: 60px;
}
.social {
    float: left;
    background: #FDCD3B;
    width: 36px;
    height: 36px;
    margin: 2.5px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    box-shadow: 0px 3px #C7A038;
}

.form-spacer {
    height: 200px;
}
.contact-box {
    width: 840px;
}
.contact-btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -70px;
    background: #FDCD3B;
    border-width: 0px;
    color: #2A3A3F;
    width: 140px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato';
    border-radius: 3px;
    padding: 10px 5px;
    text-align: center;
    box-shadow: 0px 3px #C7A038;
    transition: 0.2s;
}
.contact-btn:hover {
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: -3px;
    background: #2A3A3F;
    color: #FDCD3B;
    box-shadow: 0px 0px #C7A038;
}

#id_contact-name, #id_contact-email, #id_contact-phone {
    position: absolute;
    left: 0px;
    width: 35%;
    background: #f7f7f7;
    border-width: 0px;
    height: 24px;
    padding: 10px;
    font-size: 16px;
    font-family: 'Lato';
}
#id_contact-name {
    top: 0px;
}
#id_contact-email {
    top: 54px;
}
#id_contact-phone {
    top: 108px;
}
#id_contact-message {
    position: absolute;
    left: 40%;
    top: 0px;
    width: 60%;
    background: #f7f7f7;
    border-width: 0px;
    font-size: 16px;
    font-family: 'Lato';
    height: 132px;
    padding: 10px;
}

/*
=====================
-   Footer Page CSS   -
=====================
*/

.footer {
    background: #f7f7f7;
    height: 40px;
}
.end {
    line-height: 40px;
    margin-left: 40px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    color: #93A4AA;
}

/* Height Screen CSS */
@media (min-height: 700px) {
    .landing {
        height: 700px;
    }
}

/* Wide-Screen CSS */
@media (min-width: 1600px) {
    .container-box {
        width: 1200px;
    }
}

/* MOBILE CSS */
@media (max-width: 840px) {
    .navbar-item {
        display: none;
    }
    .navbar-menu {
        display: block;
    }
    .landing-title {
        font-size: 60px;
        font-weight: 700;
    }
    .landing-desc {
        font-size: 24px;
        font-weight: 300;
    }
    .landing-btn {
        width: 200px;
        margin: auto;
        margin-top: 30px;
        padding: 10px 10px;
        font-size: 16px;
        font-weight: 400;
        border-width: 1px;
        border-style: solid;
        border-color:#FDCD3B;
        border-radius: 3px;
        transition: 0.2s;
    }
    .container-btn {
        background: #FDCD3B;
        margin: auto;
        color: #2A3A3F;
        width: 140px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 3px;
        padding: 10px 5px;
        text-align: center;
        box-shadow: 0px 3px #C7A038;
    }
    .container-box {
        width: 90%;
        margin: 5%;
    }
    .projects {
      flex-wrap: no-wrap;
    }
    .project {
      flex: 1 1 100%;
    }
    .project:hover, .project2:hover {
        width: 100%;
        margin-top: -5px;
        cursor: pointer;
        box-shadow: 0px 5px 6px rgba(60,60,60,0.2);
    }

    #id_contact-name, #id_contact-email, #id_contact-phone {
        width: 35%;
        padding: 10px;
    }
    #id_contact-message {
        padding: 10px;
        left: 40%;
        width: 57.5%;
    }

}

@media (max-width: 700px) {
    .landing-title {
        font-size: 40px;
    }
    .landing-desc {
        font-size: 14px;
    }
    .landing-btn {
        background: #FDCD3B;
        color: #2A3A3F;
    }
    .experience-img {
        position: relative;
        margin: auto;
        width: 200px;
        height: auto;
        padding-bottom: 40px;
    }
    .exp-img {
        width: 100%;
    }
    .experience-title {
        margin-left: 0px;
    }
    .experience-date {
        margin-left: 0px;
    }
    hr.style-two {
        margin-left: 0px;
    }
    .experience-desc {
        margin-left: 0px;
    }
    .experience-btn {
        margin-left: 0px;
    }
    .skills {
        width: 100%;
        height: 720px;
    }
    .skill {
        float: left;
        width: 25%;
        height: 120px;
        text-align:center;
        line-height: 120px;
        font-weight: 700;
        transition: 0.2s;
    }
    .O0 {background: rgba(253,205,59,1);}
    .O1 {background: rgba(253,205,59,0.9);}
    .O2 {background: rgba(253,205,59,0.8);}
    .O3 {background: rgba(253,205,59,0.7);}

    .O4 {background: rgba(253,205,59,0.8);}
    .O5 {background: rgba(253,205,59,0.7);}
    .O6 {background: rgba(253,205,59,0.6);}
    .O7 {background: rgba(253,205,59,0.5);}

    .O8 {background: rgba(253,205,59,0.6);}
    .O9 {background: rgba(253,205,59,0.5);}
    
    .app {
        width: 50%;
    }
    .contact-img {
        width: 120px;
        height: 120px;
        margin: auto;
        margin-bottom: -80px;
    }
    .contact-self {
        width: 120px;
        border-radius: 100%;
    }
    #id_contact-name, #id_contact-email, #id_contact-phone {
        position: absolute;
        left: 0px;
        width: 95%;
        padding: 2.5%;
    }
    #id_contact-message {
        position: absolute;
        left: 0px;
        top: 162px;
        width: 95%;
        padding: 2.5%;
    }
    .form-spacer {
        height: 340px;
    }
    .end {
        text-align: center;
        margin-left: 0px;
    }
}
