@charset "utf-8";
/* CSS Document */

body{
    display:block;
}

.content-wrapper{
    padding:50px;
}
h1{
    font-family:'Arvo', Georgia, Times, serif;
    font-size: 55px;
    line-height:70px;
}

p{
    font-family:'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
}


.dropdown:hover .dropdown-menu{
    display:block;
}


.jumbotron{
    background: url('images/keyboard-254582_1280.jpg') no-repeat center center;
    background-size:cover;
    
    color:white;
    text-shadow: #444 0 1px 1px;
    width:100%;
    height:100vh;
}

.jumbotron .container{
    position:relative;
    top:20vh;
    text-align:center;
}

.panel {
    width:100%;
    height:100vh;
    position:absolute;
}


#menu{
    position:fixed;
    right:0;
    top:10%;
    width:10em;
    z-index:10;
    list-style:none;
    font-weight: bold;
    font-size:12pt;
}

.imgwrapper{
    text-align:center;
}
#profile-pic{
    height:300px;
}

#Projects{
    background: url('images/mooning.jpg') repeat 0 0;
    display:none;
}
#About{
    display:none;
}

.header{
    text-align:center;
    text-shadow: 1px 1px 1px #ccc;
}

.list-group{
    width:50vh;
    margin-left:auto;
    margin-right:auto;
}


/*
Color scheme!
Sunny Duck from colourlovers.com

Minty Peas
Hex: 17A768;
RGB 23,167,104

Retro Effect II
Hex: F1601D
RGB 241,96,29

Orange Sorbet
Hex: F1AD1D
RGB 241,173,29

Beige Grey
Hex: E7E0D2
RGB 231,224,210

Grey Beige
Hex: BBAE93
RGB 187,174,147