
* {
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

body {
    /*font-size: 1.75em;*/
}

form {
    width: inherit;
    position: relative;
    padding: 1%;
}

.projects {
    width: 100%;
    position: relative;
}

.about{
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin: 0 auto;
    background-image: url("../img/desktop/aboutBackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.aboutP {
    width: 50%;
    height: 50%;
    position: relative;
    margin: 0 auto;
    padding: 2%;
    padding-bottom: 15vh;
    overflow: auto;
    top: 10vh;
}

.bodyBox {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    background-color: #59a0e3;
}

.contactForm {
    width: 75%;
}

.contactMe {
    width: 100%;
    min-height: 100vh;
    padding-top: 2%;
    background-image: url("../img/desktop/contactBackground.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.darkHeading {
    color: #dddddd;
}

.form-group {
    padding: 0 5% 0 5%;
    position: relative;
    left: 15%;
}

.headingBox {
    width: 100%;
    position: relative;
    top: 2vh;
    text-align: center;
    vertical-align: middle;
}

.headingP {
    font-family: 'Bree Serif', serif;
    font-size: x-large;
    position: relative;
}

.home {
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: url("../img/desktop/homeBackground.png") no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.75);
}

.homeTag {
    position: relative;
    top: 60%;
    left: 56%;
    font-size: large;
    font-family: 'Raleway', sans-serif;
    color: #843534;
}

.homeTitle {
    display: none;
}

.homeLogo {
    width: 100%;
    height: 100vh;
}

.hwdLogo {
    width: 60%;
    height: 16%;
    position: relative;
    top: 22%;
    left: 28%;
    background: url("../img/desktop/fullLogo.png") no-repeat center;
    background-size: contain;
}

.imgCap {
    position: relative;
    float: right;
    max-width: 15%;
    height: auto;
    margin: 5px;
}

.imgStJohnsBr {
    display: none;
}

.logo {
    height: 12vh;
}

.logoFull {
    display: none;
}

.logoTail {
    position: relative;
    color: #cccccc;
}

.mainBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 10;
}

.menu {
    width: 100%;
    height: 12vh;
    position: relative;
    float: right;
    z-index: -1;
}

.menuIcon {
    display: none;
}

.menuItem {
    width: 20%;
    height: 12vh;
    position: relative;
    float: left;
    background-color: #5cb85c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.menuLabel {
    width: 100%;
    height: 10vh;
    color: #00002d;
    position: relative;
    margin: 0 auto;
    top: 35%;
    text-align: center;
    vertical-align: middle;
}

.name {
    position: relative;
    float: bottom;
    width: 45%;
}

.projectHeading {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.projectImg {
    position: relative;
    max-width: 15%;
    height: auto;
    float: right;
}

.projectList {
    width: 70%;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding-top: 1%;
    text-align: left;
    top: 5vh;
}

.projects {
    width: 100%;
    min-height: 100vh;
    overflow: auto;
    padding-bottom: 4%;
    background: url("../img/desktop/workBackground.png") no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
}

.projectSet {
    width: 85%;
    position: relative;
    margin: 0 auto;
    float: left;
    padding: 5% 2%;
    left: 5%;
}

.projectTitle {
    text-decoration: none;
    font-size: 1.25em;
    font-family: 'Bree Serif', serif;
    margin: 0 auto;
}

.socialAbout {
    width: 19%;
    height: auto;
    position: relative;
    float: left;
    color: white;
    padding-top: 5%;
    text-align: center;
    left: 20%;
}

.socialBox {
    width: 100%;
    position: relative;
    padding-bottom: 10%;
    margin: 0 auto;
    text-align: center;
}

.socialImg {
    width: 20%;
    height: auto;
    padding: 3%;
    position: relative;
}

.socialMedia {
    width: 100%;
    min-height: 100vh;
    padding-top: 3vh;
    background-image: url("../img/desktop/socialBackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: auto;
}

.submitButton {
    position: relative;
    margin-top: 4%;
}

#contactMe1 {
    color: white;
}

#contactMe3 {
    color: white;
}

#detailsInput {
    height: 100px;
}

#firstName {
    float: left;
}

#firstNameLabel {
    position: relative;
    float: top;
}

#homeScrImg {
    width: 100%;
    position: relative;
}

#lastName {
    float: right;
}

#nameGroup {
    margin-bottom: 25px;
}
