
.dropbtn {
    background-color: #3B4568;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
	border-radius: 6px;
	min-width: 140px;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3B4568;
}

.dropdwnn01 {
    position: relative;
    display: inline-block;
}

.dropdwnn01-content {
    display: none;
    position: absolute;
	 z-index: 1000;
    background-color: #f9f9f9;
    min-width: 160px;
	text-align:left;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdwnn01-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdwnn01 a:hover {background-color: #f1f1f1}

.show {display:block;}






.contact-me {
    margin-top: 2em;
}
.contact-me h4{
    font-size: 2em;
    font-family: 'Open Sans';
    color: #000;
	margin-bottom:1em;
}
.contact-me input[type="text"], .contact-me input[type="email"], .contact-me textarea {
    background: none;
    border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: .8em 1em;
    font-size: 1em;
    outline: none;
	box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
	border-radius: 4px;
}
.contact-me textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0;
}
.contact-me input[type="text"], .contact-me input[type="email"] {
    width: 32.7%;
    float: left;
}
.contact-me input[type="email"] {
    margin: 0 6px;
}
.contact-me input[type="submit"], .contact-me input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
    width: 15.68%;
    background: #3B4568;
    border: none;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-me input[type="submit"]:hover, .contact-me input[type="reset"]:hover {
    background: #CCCCCC;
}


