/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Stalemate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Stalemate&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.navbar {
  letter-spacing: 0.8px;
  background-color: #000000;
}

h1 {
  font-size: 3.5em;
  font-weight: 600;
  max-width: 150px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.header-title {
  color: #edef77;
  font-family: "Stalemate", cursive;
  font-size: 3.5em;
  margin-top: -9px;
}

.link-info {
  font-size: 1.125em;
  text-decoration: none;
  font-weight: 500;
}

.resume-link {
  color: #5fddfb;
}

.sub-heading, .feature-title, portfolio-title {
  color: #5fddfb;
  font-family: "Stalemate", cursive;
  font-size: 3.5em;
  text-shadow: 1px 1px 0.5px #198ca8;
}

.about-para {
  font-size: 1.125em;
  line-height: 1.5em;
}

.portfolio-font div > h3 {
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  padding-top: 1em;
}

.portfolio-font div > h4 {
  color: #edef77;
  font-size: 0.9em;
  font-weight: 200;
  padding-top: 0.5em;
  padding-bottom: 2.5em;
}

::placeholder {
  color: gainsboro;
}

@media screen and (min-width: 575px) {
  h1 {
    font-size: 5em;
  }

  .header-title {
    font-size: 5em;
  }

  .sub-heading, .feature-title {
    font-size: 4em;
  }
}
.second-nav a:link {
  font-size: 0.8em;
  font-weight: 300;
}

div .navbar-nav .nav-item a:link, div .navbar-nav .nav-item a:visited {
  color: #ffffff;
  text-decoration: none;
}
div .navbar-nav .nav-item a:hover {
  color: #edef77 !important;
}
div .navbar-nav .nav-item a:active {
  color: #5fddfb !important;
}

.center-items a:link, .center-items a:visited, .card-links a:link, .card-links a:visited {
  text-decoration: none;
}
.center-items a:hover, .card-links a:hover {
  color: #000000;
  opacity: 0.7;
  transition: 0.1s ease-in-out;
}

p .internal-link:link, p .internal-link:visited {
  color: #009cc1;
  text-decoration: none;
}
p .internal-link:hover {
  text-decoration: underline;
}

.thumb-links a:link, .thumb-links a:visited {
  text-decoration: none;
}
.thumb-links a:hover {
  color: #000000;
  opacity: 0.7;
  transition: 0.1s ease-in-out;
}

.thumbnail, .mobile-thumb a img {
  cursor: pointer;
}

.btn-info {
  color: #5fddfb;
}

.btn {
  font-size: 1.25em;
}

.border-info {
  border: 2px solid #5fddfb;
  letter-spacing: 0.5px;
}

textarea#floatingTextarea.form-control {
  height: 113px;
}

.submit-button {
  color: #000000;
}

.submit-button:hover {
  color: #000000;
  background-color: #5fddfb;
}

.thumbnail {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.carousel-item img {
  max-width: 1040px;
}

.mockup {
  max-width: 600px;
}

.mobile-img {
  max-width: 100%;
  width: 600px;
  height: auto;
}

.mobile-thumb {
  max-width: 100%;
  width: 200px;
  margin: auto;
}

.modal-sm {
  max-width: 100%;
  width: 300px;
  margin: auto;
}

.modal-tablet {
  max-width: 100%;
  width: 600px;
  height: auto;
}

.america-modal {
  max-width: 100%;
  width: 900px;
  height: 100%;
}

iframe {
  max-width: 100%;
  max-height: 100%;
  width: 854px;
  height: 480px;
}

.symbol-image {
  margin-top: 12px;
}

html, body {
  height: 100%;
  width: auto;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.screen-size, .nav-links, .title-block {
  max-width: 75em;
  margin: 0 auto;
  height: 100%;
}

.header-block {
  max-width: 100%;
  height: 90vh;
  width: 100%;
}

.title-block {
  position: relative;
  top: 10%;
  left: 13%;
}

.website-name {
  position: relative;
  top: 15em;
  left: 0em;
}

.download-link {
  margin-left: 10px;
}

.bg {
  background-image: none;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .resume-link {
    padding-top: 2em;
  }

  header {
    height: auto;
  }
}
@media screen and (min-width: 575px) {
  .title-block {
    top: 15%;
    left: 9%;
  }

  .header-block {
    background-image: url(../../images/background-image-portfolio1920x1080.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.about-image, .contact-image {
  max-width: 100%;
  border-bottom: 1px solid #5fddfb;
  box-shadow: 0px 1px 15px 0px #000000;
}

@media screen and (max-width: 767px) {
  .about-block {
    padding-top: 4em;
  }

  .center-items {
    margin: 0 auto;
    width: 250px;
  }

  .center-image {
    margin: 0 auto;
    width: 400px;
  }

  .second-nav-links {
    flex-flow: column;
  }

  .social-icons {
    flex-flow: column;
    text-align: right;
  }
}
.port-screen {
  max-width: 67em;
  margin: 0 auto;
  height: 100%;
}

.port-title {
  color: #5fddfb;
  font-family: "Stalemate", cursive;
  font-weight: 500;
  font-size: 5em;
  text-shadow: 1px 1px 1px #198ca8;
}

.card-title {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}

.card {
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
}

.card-title ~ p {
  color: #edef77;
  font-weight: 200;
  padding-top: 7px;
  font-size: 0.9em;
}

.bg-dark {
  background-color: #000000;
}

.logo-port {
  opacity: 0.3;
}

@media screen and (min-width: 767px) {
  .port-title {
    font-size: 7em;
    max-width: 500px;
  }
}
figcaption {
  font-size: 0.7em;
  font-weight: 300;
  padding-top: 3px;
}

article h2 ~ p {
  padding-bottom: 15px;
  line-height: 1.5em;
}

.adams-screen {
  max-width: 75em;
  margin: 0 auto;
  height: auto;
}

.modal-dialog {
  max-width: 65em;
  height: auto;
}

.modal-content {
  color: #000000;
}

.modal-header h5 .btn-close {
  color: #5fddfb;
}

.modal-header, .modal-dialog, .modal-content {
  background: #f2f2f2;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #000000;
  opacity: 0.9;
  align-self: flex-start;
  margin-top: 21em;
}

.kitchen-gallery, .america-gallery {
  margin-bottom: -50px;
}

.shadow-onblack {
  box-shadow: 0px 0px 5px 3px #474747;
}

@media screen and (min-width: 368px) and (max-width: 825px) {
  .gift-next-icon, .gift-prev-icon {
    margin-top: 8em;
  }
}
.view-link-booklet {
  margin-top: -30px;
}

.booklet-image {
  max-width: 1000px;
}

/*# sourceMappingURL=style.css.map */
