/*
Theme Name: markelliottva
Theme URI: https://markelliottva.com
Author: Mark E. Elliott
Author URI: https://markelliottva.com
GitHub Theme URI: https://github.com/melliott7264/markelliottva
Description: An assessment test for Pulse Creative using the Understrap theme as a base.
Template: understrap
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.search-form {
  position:absolute;
  /*top:100%;*/
  left: 12%; 
  width: 22%;
}
.search-field {
  width: 150%
}

.search-submit {
  padding: 1px 10px 1px 10px;
  color:white;
  background-color: blue;
  position: relative;
  left: 30%
}
@media (width <= 1400px) {
.search-form {
  position:absolute;
  top: 100%;
  left: 1%; 
  width: 80%;
}
.search-field {
  width: 100%
}
.search-submit {
  padding: 1px 10px 1px 10px;
  color:white;
  background-color: blue;
  position: relative;
  left: 0%
}
}
@font-face {
  font-family: "Archivo_Black";
  src: url("/wp-content/themes/markelliottva/fonts/Archivo_Black/ArchivoBlack-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1.carousel-heading,
h1.entry-title,
h1.page-title,
h1 span {
  font-family: "Archivo_Black";
  font-size: 1.3rem;
}

h2.slide-heading,
h2 a,
h2 span,
h2 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900 !important;
  font-size: 1.2rem !important;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
}

header#wrapper-navbar {
  position: sticky;
  top: 0px;
  height: 300px;
  background-color: #f8f9fa;
  z-index: 999;
}

/* Locates responsive navbar below breadcrumbs */
.navbar-collapse {
  position: relative;
  bottom: -60px;
  background-color: #f8f9fa;
}

#brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#brand-logo {
  position: relative;
  top: 0%;
  left: 0%;
  width: 150px;
  height: auto;
  aspect-ratio: auto 225 / 300;
  border: 2px solid black;
  border-radius: 10px;
}

h1#site-title {
  font-family: "Archivo_Black";
  position: absolute;
  top: 75px;
  right: 2%;
  font-size: 1.5rem;
  font-weight: 700;
}

#main-nav {
  align-items: flex-end;
  justify-content: space-between;
}

#range-log-logo {
  display: none;
}

#artist-image {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

a.dropdown-item {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}

ul.dropdown-menu.show {
  left: -150px;
  width: 300px;
}

#wrapper-hero {
  position: sticky;
  top: 225px;
  width: 66%;
  margin: 0 auto;
  z-index: 998;
}

.content-area {
  margin: 0 auto;
  z-index: 1;
}

/* Locate hamburger icon */

.navbar-toggler {
  position: absolute;
  right: 2%;
  top: 2%;
}

/* Locate breadcrumbs at bottom of header */

p#breadcrumbs {
  position: absolute;
  top: 85%;
  bottom: 0;
  right: 2%;
}

/* Carousel Styling */

.carousel-item-text {
  font-family: "Archivo_Black";
  font-size: 0.9rem;
}
.slide-image {
  display: block;
  max-height: 30vh;
  margin: 0px auto;
}

div.carousel-indicators {
  position: relative;
}

/* End Carousel Styling */

.entry-header {
  text-align: center;
}

img.wp-post-image {
  display: block;
  margin: 30px auto;
}

@media screen and (min-width: 420px) {
  h1.carousel-heading,
  h1.entry-title,
  h1.page-title,
  h1 span {
    font-size: 1.5rem;
  }

  h2.slide-heading,
  h2 a,
  h2 span,
  h2 {
    font-size: 1.25rem !important;
  }

  h1#site-title {
    font-size: 2.25rem;
  }

  #range-log-logo {
    display: none;
  }

  .carousel-item-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 510px) {
  h1.carousel-heading,
  h1.entry-title,
  h1.page-title,
  h1 span {
    font-size: 1.75rem;
  }

  h2.slide-heading,
  h2 a,
  h2 span,
  h2 {
    font-size: 1.5rem !important;
  }

  h1#site-title {
    font-size: 3rem;
  }

  #range-log-logo {
    display: none;
  }

  .carousel-item-text {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  h1.carousel-heading,
  h1.entry-title,
  h1.page-title,
  h1 span {
    font-size: 2.5rem;
  }

  h2.slide-heading,
  h2 a,
  h2 span,
  h2 {
    font-size: 2.25rem !important;
  }

  h1#site-title {
    font-size: 3.75rem;
  }

  #range-log-logo {
    display: inline;
    position: absolute;
    width: 30%;
    height: auto;
    max-width: 350px;
    min-width: 200px;
    aspect-ratio: auto 350 / 88;
    top: 2%;
    right: 0%;
  }

  .carousel-item-text {
    font-size: 1.2rem;
  }

  /* Locate nav menu above 768px */
  #navbarNavDropdown {
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
}

@media screen and (min-width: 1200px) {
  h1.carousel-heading,
  h1.entry-title,
  h1.page-title,
  h1 span {
    font-size: 2.75rem;
  }

  h2.slide-heading,
  h2 a,
  h2 span,
  h2 {
    font-size: 2.5rem !important;
  }

  h1#site-title {
    font-size: 4rem;
  }

  #range-log-logo {
    display: inline;
    position: absolute;
    width: 30%;
    height: auto;
    max-width: 350px;
    min-width: 200px;
    aspect-ratio: auto 350 / 88;
    top: 2%;
    right: 0%;
  }

  .carousel-item-text {
    font-size: 1.3rem;
  }

  /* Locate nav menu above 768px */
  #navbarNavDropdown {
    position: absolute;
    right: 2%;
    bottom: 12%;
  }
}
