#body{
    background-color:solid ghostwhite;
/*    background-image: url("/assets/phone-computer.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}
@font-face {
    font-family: 'droidsansmono';
    src: url('DroidSansMono-webfont.eot');
    src: url('DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSansMono-webfont.woff') format('woff'),
         url('DroidSansMono-webfont.ttf') format('truetype'),
         url('DroidSansMono-webfont.svg#droid_sans_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#bghead{
    font-family: droidsansmono;
    background: url("../assets/bgmysite.jpg");
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
    text-decoration: bold;
}
#hdr{
    height: 800px;
    position: relative;
}
#hdroverlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background: rgba(0,0,0,0.7);
}

.fontfor{
    font-family: droidsansmono;
}
#resume{
    height: auto;
}
#portfolioimage{
    background-image: url("../assets/img_phone2.jpg");
    background-position: cover;
}
#portfolio{
    height: 800px;
}
#contactme{
    height: 800px;
    background-image: url("../assets/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#contactmesection{
    position: relative;
    width: 100%;
    height: 100%;
}
.contactoverlay{
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: rgba(0,0,0,0.6);
}
#about{
    height: 700px;
    width: 100%;
    z-index: 10;
}
#btn{
    height: inherit;
    width: auto;
}

#coolbtnp{
    border-width: 10px;
    border: #3f51b5 solid 5px;
    padding: 5px;
}
#coolbtnc{
    border-width: 10px;
    border: #3f51b5 solid 5px;
    padding: 5px 50px 5px;
}
.abouttext{
    font-size: 20px;
}
.pictures{
  background: url("assets/me.jpg");
}
