html,
body {
    margin: 0;
    /*min-height: 100vh; width:99vw;*/
    font-size: 1vw;
}

h1,
body {
    /*font-family: 'Noto Sans', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
}

h2,
h3,
h4,
#bio p,
#contact p {
    font-family: 'Lora', serif;
    /*border: 1px solid red;*/
}

a {
    color: #8B0504;
}


#header {
    /*background-color: #250101;*/
    background-color: white;
    /*color:white;*/
    /*-moz-box-shadow: 0 12px 6px -6px rgba(68,68,68,0.6);
	-webkit-box-shadow: 0 12px 6px -6px rgba(68,68,68,0.6);
	box-shadow: 0 12px 6px -6px rgba(68,68,68,0.6);*/
    /*overflow: hidden;*/
    /*background-color: #f1f1f1;*/
    -moz-box-shadow: 0 12px 6px -6px rgba(128, 128, 128, 0.5);
    -webkit-box-shadow: 0 12px 6px -6px rgba(128, 128, 128, 0.5);
    box-shadow: 0 12px 6px -6px rgba(128, 128, 128, 0.5);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#header .header-right {
    /*display: inline-block;*/
    float: right;
}

#headerBurger {
    cursor: pointer;
}

#headerTextLinks a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
}

#headerTextLinks a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#headerTextLinks a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#headerTextLinks a:hover {
    color: #5aa492;
}


#content {
    width: 100% background-color #FBFBF6;
    overflow: hidden;
}

#headerBottom {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100vw;
}

#contentHeaderPhrase {
    padding-left: 5%;
}

#contentRight .share-tab {
    width: 93%;
    background-color: #8B0504;
    padding: 1% 2%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

img.arrow-right,
.share-tab-text {
    float: left;
}

img.arrow-right {
    float: right;
}

.center-aligned {
    text-align: center;
    margin: 0 auto;
}

.crimson-text {
    color: #8B0504;
}

.white-text {
    color: white;
}

.clear {
    clear: both;
}

div.form {
    background-color: #FFFFF0;
    /*ivory*/
}

.btn {
    background-color: #8B0504;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.highlight {
	color: #5aa492;
    /*color: #D2890E;*/
    /*color: #7E0000;*/
}


#landing{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100vw;
}

#landing h1 {
    /*color: #D2890E;*/
    color: rgba(255,255,255,0.7);
    text-align: center;
}

#landing h2{
	text-align: center;
	color: grey;
}

.abt-desc-detail {
    font-family: 'Lora', serif;
}

div.abt-desc-detail ol {
    /*width: 40%;*/
    margin: 0 auto;
    text-align: left;
}

div.abt-desc-detail span.name {
    font-family: 'Lora', serif;
    font-weight: bold;
}

.about-skill {
    border: 2px solid #C7D9CB;
}

.grey-transition {
    background-image: url('../img/gray.svg');
    background-repeat: no-repeat;
    background-size: 100vw;
    width: 100vw;
    height: 35vw;
    margin-top: 2vw;
    z-index: -100;
}

.white-transition {
    background-image: url('../img/white.svg');
    background-repeat: no-repeat;
    background-size: 100vw;
    width: 100vw;
    height: 20vw;
    margin-top: -2.95vw;
    z-index: -100;
}

.grey-transition2 {
    background-image: url('../img/gray2.svg');
    background-repeat: no-repeat;
    background-size: 100vw;
    width: 100vw;
    height: 20vw;
    margin-top: -1vw;
    z-index: -100;
}

#contact {
    background-color: #ececec;
}

#about, #bio, #contact{
    padding: 2vw;
    width: 66vw;
    border-radius: 2vw;
    margin: auto;
}

#bio {
    margin-top: -15vw;
    margin-bottom: 0px;
}

#contact{    
    margin-top: -13vw;
    margin-bottom: 5vw;
}

#bio h4, #contact h4 {
    margin: 0 auto;
    text-align: center;
}

.contactform table {
    border-collapse: collapse;
    margin: 2vw auto;
    background-color: none;
}

.contactform td:not(.center) {
    border: 1px solid grey;
}

.contactform table input,
a.contact, a.resume {
    background: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'Noto Sans', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;

    border: 0 none;
}

.contactform table textarea {
    /*font-family: 'Noto Sans', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;

    resize: none;
    background: transparent;
    resize: none;
    border: 0 none;
    outline: none;
    height: 100%;
}

#contact p{
	text-align: center;
	margin: 0 auto;
}

a.contact, a.resume {
    /*color: white;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 0.5vw;
    color: #D2890E;
    border: 2px solid #D2890E;
    background-color: transparent;
    transition: 0.5s;
    cursor: pointer;*/
    text-decoration: none;
}


/*a.contact:hover {
    background-color: #D2890E;
    color: white;
    transition: 0.5s;
}*/


#submit, .redirect{
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 0.5vw;
    color: #5aa492;
    border: 2px solid #5aa492;
    background-color: transparent;
    transition: 0.5s;
    cursor: pointer;
}

#submit:hover, .redirect:hover{
    background-color: #5aa492;
    color: white;
    transition: 0.5s;
}


a.contact, a.resume{
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 0.5vw;
    color: 	white;
    border: 2px solid #D2890E;
    background-color: #D2890E;
    opacity: 0.8;
    transition: 0.5s;
}

a.contact:hover, a.resume:hover{
    opacity: 1;
    transition: 0.5s;
}

a.resume{
	background-color: transparent;
	color: #D2890E;
}

a.resume:hover{
    background-color: #D2890E;
    color: white;
}


.center {
    margin: 0 auto;
    text-align: center;
}

#err404{
    background-size: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#err404 h1{
	color: grey;
}


#err404 h2{
	color: white;
    font-family: 'Roboto Condensed', sans-serif;
}

#err404 a{
	color: white;
    text-shadow:
        -1px -1px 0 #D2890E,
        1px -1px 0 #D2890E,
        -1px 1px 0 #D2890E,
        1px 1px 0 #D2890E;
}