.navbar-default{
    margin-bottom: 0px;
    border: none;
    
}

.resume{
   margin-top: 20px;  
}

.logo {
    width: 180px;
    height: 50;
    padding-top: 2px;
}

.navbar-brand,
.navbar-nav li a{
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    border-right: 1px solid #c7c7c7;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255,255,255,.1);
    box-shadow: 1px 0px 0px 0px rgba(255,255,255,.1);
}

.navbar-default .navbar-nav>li>a {color: #5ec7d2;}
.navbar-default .navbar-nav>li>a:hover {color: #3ba3ca; background-color: #ffffff;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #5ec7d2;
    background-color: #ffffff;
}

header{
    height: absolute;
    text-align: center;
    background-color: #5ec7d2;
    padding-top: 120px;
    padding-bottom: 250px;
}

body{
    background-color: #5ec7d2;
}

.profile_picture{
    
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 14px 37px -6px rgba(0,0,20,1);
    -moz-box-shadow: 0px 14px 37px -6px rgba(0,0,20,1);
    box-shadow: 0px 14px 37px -6px rgba(0,0,20,1);
}

h2{
    font-size: 2em;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

h3{
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

h1{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 3em;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}


h4{
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

h6{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}


div.img {
    border: 0px solid #ccc;
    padding-top: 30px;
}

div.img:hover {
    border: 0px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.form{
    
}
