@charset "UTF-8";
/* CSS Document for DUNAWAY SMITH Landing page */
/* Prepared by H. C. Dunaway Smith */
/* http://www.dunawaysmith.com */
/* hc@dunawaysmith.com */


/* ______________________________ GLOBAL RESET ________________________________*/
* { margin: 0; padding: 0; }
img {border: none;}

/* _____________________________ STRUCTURAL LAYOUT _____________________________ */

html {
  background: url("") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

#container {
max-width: 400px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top:50px;
}

#logo { width: 100%;}
#logo_img {width: 40%; margin-top:10px; margin-left: 30%; margin-right: 30%;}
.contact { width: 21.5%; min-height: 30px; margin: 20px auto;  }
a#contact-link:link, a#contact-link:visited  { font-size: 12px; background-color: #ccc; padding: 10px 15px; color: #fff;}
nav {width: 100%;}
ul#menu { width: 190px;  margin: 20px auto; list-style-type: none; -webkit-font-smoothing: antialiased; }
ul#menu li{ margin: 0; padding: 5px 15px; font-size: 16px; display:inline-block; border-right: 1px solid #ccc; }
ul#menu a {}
ul#menu li.last-child {border-right: 0px; padding-right: 0; margin-right: 0;}
ul#menu li.inactive {   color: #999;}
ul.social {width: 350px; margin:0px 20%; }
ul.social li {width: 12%; margin: 1%; list-style-type:none; float: left;}
ul#projects { list-style-type: none; text-align: center;}
ul#projects li {margin: 10px 0px;}
#home_footer {width: 40%; margin: 10px auto;font-size: 11px; }

#QRcode {width:100%; height: 100%; margin:10px 0 10px 0;}


/* _____________________________ LINKS _____________________________*/

a:link{color: #333; text-decoration: none;}
a:visited{color: #333; text-decoration: none;}
a:hover, a:active{color: #ccc; }

a.btn:link, a.btn:visited { padding: 10px 30px; margin: 15px;  background-color: #FFF; color: #000;}
a.btn:hover, a.btn:active { padding: 10px 30px; background-color: #ce210f; color: #FFF;}

.button-4 {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
  margin-top: 20px;
}

.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

/* _____________________________ TYPOGRAPHY _____________________________ */

h1, h2, h3, h4, h5, h6, blockquote {text-transform: uppercase; }
h2 {text-align: center; }
h3 {font-size: 33px; margin-bottom: 20px;}
h4 {font-size: 20px;}
p {margin-bottom: 20px;}
.bold{font-weight: bold;}
.italic{font-style: oblique;}
.shadow {text-shadow:2px 2px 0 rgba(71, 69, 74, 0.7); }
.aside {font-size: 12px; font-style: italic; display: block;}

/* _____________________________ GENERAL _____________________________ */

.floatLeft {float:left; display: inline;}
.floatRight, a.floatRight {float:right; display: inline;}
.floatClear {visibility: hidden; display: block; clear: both; height: 0; font-size: 0;content: " "; }
.paddingLarge{padding: 15px;}
.paddingSmall{ padding: 8px;}
hr {clear: both; margin: 20px 0px; outline: none; border-bottom: 1px solid #ccc; border-top: none; border-left: none; border-right: none;}
