* {
  text-decoration: none;
  list-style-type: none;
}

html {
  font-size: 100%;
}

body {
  color: #ccefff;
  background-color: #012c34;
  font-family: "Architects Daughter", cursive;
  margin: 0;
  position: relative;
  min-height: 100%;
}

a {
  color: #6a959d;
}

#home,
#content {
  padding-bottom: 2.5rem;
}

/* Home */

#home {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: #ccefff;
  padding-top: 8em;
}

#hometext {
  font-size: 225%;
}

#homeimg {
  border-radius: 50%;
}

#home a {
  text-decoration: underline;
  padding: 0 0.2em;
}

/* Header */

header {
  display: flex;
  flex-direction: row;
  height: 80px;
  font-family: "Architects Daughter", cursive;
}

#homebtn {
  flex: 40%;
  padding-left: 150px;
  background: url("../images/homebtn.JPG") no-repeat left center;
  margin: 0;
  font-size: 0.8em;
}

#homebtn h1,
#homebtn h2 {
  margin: 0;
}

#homebtn h1 {
  margin-top: 0.5em;
}

header a,
header a:link,
header a:hover,
header a:visited,
header a:active {
  text-decoration: none;
  color: #6a959d;
}

/* Menu */

nav,
nav a {
  flex: 60%;
  margin: 0;
  text-align: center;
  font-size: 1.3em;
}

nav ul {
  list-style-type: none;
  padding: auto;
  overflow: hidden;
  text-align: center;
}

nav li {
  float: left;
  margin: 0;
  padding: 0 2em;
}

nav li a,
.dropbtn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

nav li a:hover,
.dropdown:hover .dropbtn {
  text-decoration: underline;
}

nav li.dropdown {
  display: inline-block;
}

nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

nav .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

nav .dropdown-content a:hover {
}

nav .dropdown:hover .dropdown-content {
  display: block;
}

/* Content */

#content {
  color: #552900;
  background-color: #e9dbc8;
}

#content p {
  font-family: "Trebuchet MS", helvetica, sans-serif;
}

#content li {
  font-weight: bold;
}

main {
  width: 65%;
  margin: 0 auto;
  padding: 2em;
}

main a {
  text-decoration: underline;
  color: #552900;
}

/* Blog */

#blog {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2em;
}

#tech,
#core {
  flex: 50%;
  margin: 1em 3em;
  padding: 1em;
  border-radius: 1.5em;
  font-size: 120%;
}

#tech h3,
#core h3 {
  border: solid;
  border-radius: 1.5em;
  text-align: center;
  margin: 0 5em;
  padding: 0.5em 0;
  position: relative;
  top: -2em;
}

#tech li,
#core li {
  margin: 0.8em 0;
  text-align: center;
}

#techimg,
#coreimg {
  border-radius: 50%;
}

#tech {
  border: solid #012c34;
  background-color: #6a959d;
  color: #012c34;
}

#tech h3 {
  background-color: #6a959d;
}

#tech a {
  color: #012c34;
}

#tech img {
  position: relative;
  left: -2.5em;
  bottom: -2em;
  border: solid #012c34;
}

#core {
  border: solid #552900;
  background-color: #d49e6a;
}

#core h3 {
  background-color: #d49e6a;
}

#core img {
  position: relative;
  right: -17.5em;
  bottom: -2em;
  border: solid #552900;
  transform: scaleX(-1);
}

.code {
  font-family: "Courier New", Courier, monospace;
  color: #666666;
}

.block,
.inline {
  background-color: #00344d;
  color: bisque;
}

/* Calculator */

#calculator {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#calculator h1 {
  text-align: center;
}

#calculator input {
  width: 20em;
  margin-bottom: 0.2em;
}

#calculator .row {
  text-align: left;
  padding-top: 0.2em;
}

#calculator .row button {
  width: 5em;
}

#calculator input {
}

/* Footer */

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

footer a {
  display: inline-block;
  padding: 0 1em;
}

/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=20y0u0kllllaFw0g0qFqFg0w0aF */

/* Feel free to copy&paste color codes to your application */

/* As hex codes */

.color-primary-0 {
  color: #aa7039;
} /* Main Primary color */
.color-primary-1 {
  color: #ffd4aa;
}
.color-primary-2 {
  color: #d49e6a;
}
.color-primary-3 {
  color: #804915;
}
.color-primary-4 {
  color: #552900;
}

.color-complement-0 {
  color: #255e69;
} /* Main Complement color */
.color-complement-1 {
  color: #6a959d;
}
.color-complement-2 {
  color: #437983;
}
.color-complement-3 {
  color: #0f444f;
}
.color-complement-4 {
  color: #012c34;
}

/* As RGBa codes */

.rgba-primary-0 {
  color: rgba(170, 112, 57, 1);
} /* Main Primary color */
.rgba-primary-1 {
  color: rgba(255, 212, 170, 1);
}
.rgba-primary-2 {
  color: rgba(212, 158, 106, 1);
}
.rgba-primary-3 {
  color: rgba(128, 73, 21, 1);
}
.rgba-primary-4 {
  color: rgba(85, 41, 0, 1);
}

.rgba-complement-0 {
  color: rgba(37, 94, 105, 1);
} /* Main Complement color */
.rgba-complement-1 {
  color: rgba(106, 149, 157, 1);
}
.rgba-complement-2 {
  color: rgba(67, 121, 131, 1);
}
.rgba-complement-3 {
  color: rgba(15, 68, 79, 1);
}
.rgba-complement-4 {
  color: rgba(1, 44, 52, 1);
}

/* Generated by Paletton.com © 2002-2014 */
/* http://paletton.com */
