

.sqlcolumncode {
  color: rgb(136, 149, 235)
}

.sqltablecode {
  color: rgb(212, 129, 212)
}


.dark .post-actions {
background: green;
}

kbd {

margin: 0px 0.1em;
padding: 0.1em 0.6em;
border-radius: 3px;
border: 1px solid rgb(204, 204, 204);
color: rgb(51, 51, 51);
line-height: 1.4;
font-family: Arial,Helvetica,sans-serif;
font-size: 10px;
display: inline-block;
box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
background-color: rgb(247, 247, 247);
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0 1px 0 #fff;
}




@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#contact button {
  overflow: visible;
}

#contact button, select {
  text-transform: none;
}

#contact button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

#contact input {
  line-height: normal;
}

#contact textarea {
  overflow: auto;
}

#contact #container {
  border: solid 3px rgba(134,133,133,.99);
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

#contact form {
  padding: 37.5px;
  margin: 50px 0;
}

#contact h1 {
  color: rgba(134,133,133,.99);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

#contact .underline {
  border-bottom: solid 2px rgba(134,133,133,.99);
  margin: -0.512em auto;
  width: 80px;
}

#contact .icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

#contact .icon {
  display: block;
  fill: rgba(134,133,133,.99);
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

#contact .email {
	float: right;
	width: 45%;
}

#contact input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px rgba(134,133,133,.99);
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  /* text-transform: uppercase; */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#contact input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

#contact .message {
	float: none;
}

#contact .name {
	float: left;
	width: 45%;
}

#contact select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#contact select::-ms-expand {
  display: none;
}

#contact .subjectline {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder {
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px rgba(134,133,133,.99);
  color: rgba(134,133,133,.99);
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

html[data-mode="light"] #form_button:hover {
  background: lightgrey;
  color: #474544;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }

  .underline {
    width: 68px;
  }

  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }

  .icon {
    height: 35px;
    width: 35px;
  }

  .underline {
    width: 53px;
  }

  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}


#contact {
  color: white;
}

 #contact input[type='text'], [type='email'], textarea {
  color: white
}




 #contact select {
  color:  white
}


 #contact select:required:invalid {
  color:  #424242
}

#contact select > option {
  color:  white;
  background-color:  rgb(27,27,30);
  border: 1px solid #424242;
}

#contact select:disabled  {
  color:  #424242
}

#contact select[disabled] {
  color:  #424242
}


 /* #contact ::placeholder {
  color:  lightgrey
} */





html[data-mode="light"] #contact select > option {
  background-color:  white;
  color:  rgb(27,27,30);
  border: 1px solid #424242;
}

html[data-mode="light"] #contact input {
  color:  #424242
}

html[data-mode="light"] #contact textarea {
  color:  #424242
}

html[data-mode="light"] #contact select {
  color:  #424242
}

html[data-mode="light"] #contact option {
  color:  #424242
}




html[data-mode="light"] #contact h1 {
  color:  #424242
}

html[data-mode="light"] #contact ::placeholder {
  color:  lightgrey
}


#contact option[disabled] {
  color:  lightgray
}


.nav-link {
  text-align: left;
}
