/*a css note by daviddd*/

body {
    margin: 0;
    background-color: #ffffff;
}
.header a:link{
    text-decoration: none;
    color: #230082;
}
.header a:visited{
    text-decoration: none;
    color: #230082;
}
.header a:hover{
    text-decoration: none;
    color: #707dd0;
}
.header {
    width: 99vw;
    height: 10vh;
    border: none;
    float: left;
    margin: 10px 10px 10px 15px;
}
.header .LGDesign {
    width: 48vw;
    height: 7.5vh;
    border: none;
    float: left;
    margin: 10px 0 0px 5px;
}
.header .LGDesign h1 {
    font-family: "turnip", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 3%;
    color: #230082;
    float: left;
    margin-top: 0;
}
.header .LGDesign h1 span {
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: italic;
    font-size: 32px;
}
.header .menu {
    width: 450px; 
    height: 5vh;
    border: none;
    float: right;
    margin: 25px 0 5px 0;

}
.header .menu ul {
    display: inline;
    font-family: "turnip", serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #230082;
    margin: 7px 0 0 0;
    float: none;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 35px;
}
.bigbody {
    width: 98vw;
    height: 80vh;
}
.bigbody .leftpad {
    width: 10vw;
    height: 50vh;
    float: left;
}
.bigbody .welcome {
    width: 78vw;
    height: 75vh;
    float: left;
}
.bigbody .welcome .hello {
    width: 580px;
    height: 300px;
    float: left;
    margin: 0 0 0 0;
}
.bigbody .welcome .hello img {
    width: 580px;
    height: auto;
    float: left;
    margin: 50px 0 0 0;
}
.bigbody .welcome .textpadtop {
    width: 17vw;
    height: 290px;
    margin: 5px 5px 0px 5px;
    float: right;
}
.bigbody .welcome .textbody {
    width: 700px;
    height: 250px;
    margin: 20px 10px 5px 5px;
    float: right;
}
.bigbody .welcome .textbody p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    color: #230082;
    margin-top: 0;
}
.bigbody .welcome .textbody p span {
    font-family: "turnip", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    color: #230082;
}
.about .bigbody .larn {
    width: 580px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.about .bigbody .larn img {
    width: 580px;
    height: auto;
    float: left;
    margin: 20px 0 0 20px;
}
.about .bigbody .muffintop {
    width: 30%;
    height: 110px;
    float:left;
    margin: 0 0 0 0;
}
.about .bigbody .abouttext {
    width: 50%;
    height: 700px;
    margin: 50px 10px 5px -75px;
    float: left;
}
.about .bigbody .abouttext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
}
.portfolio .port {
    width: 98%;

}
.portfolio .port .projectone img {
    height: 450px;
    width: auto;
    margin: 20px 20px 10px 30px;
    float: left;
}
.portfolio .port .projecttwo img {
    height: 450px;
    width: auto;
    margin: 20px 20px 10px 30px;
    float: left;
}
.portfolio .port .projectthree img {
    height: 450px;
    width: auto;
    margin: 20px 20px 10px 30px;
    float: left;
}
.portfolio .port .projectfour img {
    height: 450px;
    width: auto;
    margin: 20px 20px 10px 30px;
    float: left;
}
.portfolio .port .projectfive img {
    height: 450px;
    width: auto;
    margin: 20px 20px 10px 30px;
    float: left;
}
.portfolio .port .projectsix img {
    height: 450px;
    width: auto;
    margin: 20px 20px 10px 30px;
    float: left;
}

.projone .condo {
    width: 98%;
}
.projone .condo .portpiece {
    height: 550px;
    width: 700px;
    float: left;
    margin: 25px 0 10px 30px;
}
.projone .condo .portpiece img {
    height: 500px;
    width: auto;
    float: left;
}
.projone .condo .projtext {
    height: 600px;
    width: 600px;
    float: left;
    margin: 5px 20px 20px 30px;
}
.projone .condo .projtext h1 {
    font-family: "turnip", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #230082;
    float: left;
}
.projone .condo .projtext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
    float: left;
    margin-top: -2px;
}


.projtwo .condo {
    width: 98%;
    height: 70%;
    float: left;
}
.projtwo .condo .portpiece {
    height: 550px;
    width: 700px;
    float: left;
    margin: 25px 0 10px 30px;
    padding: 20px 0 0 0;
}
.projtwo .condo .portpiece img {
    height: auto;
    width: 650px;
    float: left;
}
.projtwo .condo .projtext {
    height: 600px;
    width: 600px;
    float: left;
    margin: 15px 20px 20px 30px;
}
.projtwo .condo .projtext h1 {
    font-family: "turnip", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #230082;
    float: left;
}
.projtwo .condo .projtext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
    float: left;
    margin-top: -2px;
}


.projthree .condo {
    width: 98%;
    height: 70%;
    float: left;
}
.projthree .condo .portpiece {
    height: 550px;
    width: 700px;
    float: left;
    margin: 25px 0 10px 30px;
    padding: 20px 0 0 0;
}
.projthree .condo .portpiece img {
    height: auto;
    width: 650px;
    float: left;
}
.projthree .condo .projtext {
    height: 600px;
    width: 600px;
    float: left;
    margin: 15px 20px 20px 30px;
}
.projthree .condo .projtext h1 {
    font-family: "turnip", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #230082;
    float: left;
}
.projthree .condo .projtext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
    float: left;
    margin-top: -2px;
}


.projfour .condo {
    width: 98%;
    height: 70%;
    float: left;
}
.projfour .condo .portpiece {
    height: 550px;
    width: 700px;
    float: left;
    margin: 25px 0 10px 30px;
    padding: 20px 0 0 0;
}
.projfour .condo .portpiece img {
    height: auto;
    width: 650px;
    float: left;
}
.projfour .condo .projtext {
    height: 600px;
    width: 600px;
    float: left;
    margin: 15px 20px 20px 30px;
}
.projfour .condo .projtext h1 {
    font-family: "turnip", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #230082;
    float: left;
}
.projfour .condo .projtext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
    float: left;
    margin-top: -2px;
}


.projfive .condo {
    width: 98%;
    height: 70%;
    float: left;
}
.projfive .condo .portpiece {
    height: 550px;
    width: 700px;
    float: left;
    margin: 25px 0 10px 30px;
    padding: 20px 0 0 0;
}
.projfive .condo .portpiece img {
    height: auto;
    width: 650px;
    float: left;
}
.projfive .condo .projtext {
    height: 600px;
    width: 600px;
    float: left;
    margin: 15px 20px 20px 30px;
}
.projfive .condo .projtext h1 {
    font-family: "turnip", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #230082;
    float: left;
}
.projfive .condo .projtext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
    float: left;
    margin-top: -2px;
}


.projsix .condo {
    width: 98%;
    height: 70%;
    float: left;
}
.projsix .condo .portpiece {
    height: 550px;
    width: 700px;
    float: left;
    margin: 25px 0 10px 30px;
    padding: 20px 0 0 0;
}
.projsix .condo .portpiece img {
    height: auto;
    width: 650px;
    float: left;
}
.projsix .condo .projtext {
    height: 600px;
    width: 600px;
    float: left;
    margin: 15px 20px 20px 30px;
}
.projsix .condo .projtext h1 {
    font-family: "turnip", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #230082;
    float: left;
}
.projsix .condo .projtext p {
    text-indent: 90px;
    font-family: "turnip", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
    color: #230082;
    float: left;
    margin-top: -2px;
}


/*.bigbody .welcome .textbody img {
    width: 190px;
    height: auto;
    float: right;
    margin: -60px 70px 50px auto;
}*/

@media only screen and (max-width:1100px) {

.about .bigbody .abouttext {
    width: 40%;
    height: 700px;
    margin: 25px 10px 5px -75px;
    float: left;
}
}

@media only screen and (max-width:1000px) {

.header {
    width: 99vw;
    height: 20vh;
    border: none;
    float: left;
    margin: 10px 10px 10px 15px;
}
.header .LGDesign {
    width: 400px;
    height: 7.5vh;
    border: none;
    float: none;
    margin: 10px 0 0px 5px;
}
.header .menu {
    width: 400px; 
    height: 7vh;
    border: none;
    float: none;
    margin: 0px 0 5px 0;
}
.header .menu ul {
    display: inline;
    font-family: "turnip", serif;
    font-weight: 300;
    font-style: normal;
    color: #230082;
    margin: -10px 0 10px 0;
    float: none;
    padding-left: 5px;
}
.bigbody .welcome .textpadtop {
    width: 5vw;
    height: 200px;
    margin: 5px 5px 0px 5px;
    float: right;
}
.bigbody .leftpad {
    width: 9vw;
    height: 50vh;
    float: left;
}
.bigbody .welcome .hello img {
    width: 580px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.bigbody .welcome .textbody {
    width: 700px;
    height: 200px;
    margin: -15px 10px 5px 5px;
    float: right;
}
.portfolio .port .projectone img {
    height: 450px;
    width: auto;
    margin: -10px 20px 10px 30px;
    float: left;
}

/*.about .bigbody .abouttext {
    width: 40%;
    height: 700px;
    margin: 25px 10px 5px 0;
    float: left;
}*/

}

@media only screen and (max-width:900px) {
 
.bigbody .leftpad {
    width: 5%;
    height: 50vh;
    float: left; 
}    
.bigbody .welcome .textpadtop {
    margin: 0 0 0 0;

}
.bigbody .welcome .textbody {
    width: 90%;
    height: 30%;
    margin: -15px 10px 5px 5px;
    float: right;
}

.about .bigbody .abouttext {
    width: 60%;
    height: 700px;
    margin:25px 10px 5px 50px;
    float: left;
}
.about .bigbody .muffintop {
    height: 0;
    width: 0;
    margin: 0 0 0 0;
}
}
