#masthead {
    background-image: url("../images/information-transfer-technology-cropped.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 20%;
    margin: 0 0 10px;
    overflow: auto;
    /* border-bottom: 2px solid #cccccc; */
}

nav {
    /* display: flex; */
    float: right;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 0;
    
}
  
nav a {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #efefef;
    font-weight: 800;
}
  
nav a:first-child {
    border-left: 0 none;
    margin-left: 0;
    padding-left: 0;
}

.bio-photo {
    border-radius: 50%;
    display: block;
    width: 150px;
    height: auto;
    float: left;
    margin: 2%;
    /* transform: rotate(90deg); */
}

.quote-container {
    padding-top: 120px;
}

.quote h5 {
    font-size: smaller;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.quote h5 span {
    font-size: smaller;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;

}

.container h1 {
    float: left;
    margin-top: 30;
    width: 250px;
    height: 90px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 90px;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }

#skills-container h2, h3 {
    text-align: center;
}

#masthead h5 {
    float: right;
    margin-top: 20px;
    margin-right: 50px;
    color: #fff;
    font-family: cursive;
    
}

#main-container {
    margin: 0;
    align-content: center;
}

.worklink {
    color: black;
}

#skills-container h3 {
    font-size: large;
    font-weight: normal;
}

.github {
    font-size: small;
    font-weight: normal;
}

.techs {
    font-size: small;
}

.footer {
    background-image: url("../images/information-transfer-technology.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;

    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5%;
    text-align: center;
    
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    
}

.footer a {
    color: white;
    text-decoration: none;
}

#linkedin {
    float: left;
}

#mygithub {
    float: right;
}

.github:visited {
    color: purple;
}

.github:link {
    color: blue;
 }

 .github:hover {
    color: blueviolet;
 }

 .github:active {
    color: hotpink;
 }

.resume {
    text-align: center;
    width: 100%;
    height: 75%;
}

.bio-text {
    text-align: right;
    width: 75%;
    height: 75%;
}

.form-style-2{
	max-width: 500px;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}
.form-style-2 label{
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required{
	color:red;
}
.form-style-2 .tel-number-field{
	width: 40px;
	text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
	width: 48%;	
}
.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
.form-style-2 .select-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
	border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
	height:100px;
	width: 55%;
}

#button {
	border: none;
	padding: 8px 15px 8px 15px;
	background: rgb(234, 179, 0);
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contact-info {
    text-align: center;
}

#button:hover{
	background: rgba(234, 179, 0, 0.568);
	color: #fff;
}

/* start of desktop styles */

@media screen and (max-width: 991px) {
/* start of large tablet styles */
    
}
    
@media screen and (max-width: 767px) {
/* start of medium tablet styles */
nav {
    margin: 20px;
    position: sticky;
    float: right;
    }

.quote-container {
    padding-top: 0px;
    }
}
    
@media screen and (max-width: 479px) {
/* start of phone styles */
nav {
    margin-bottom: 20px;
    float: left;
    
    }
    
}
