/*
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/


body {
  font-family: sans-serif;
}

h3 { 
  font-size: 1.7em;
  margin-left: 0 !important;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover, a:active {
  color: black;
  text-decoration: underline;
}


figure, h3, article .wp-block-buttons {
  margin: 0.25em  0.5em;
}

figure img {
  width: 100%;
  height: auto;
}

figure {
  width: 100%;
  height: auto;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}


.wp-block-button a:link, .wp-block-button a:visited, .wp-block-button a:hover, .wp-block-button a:active {
  color: white;
  text-decoration: none;
}

figcaption {
  font-size: 1.2em;
}

.wp-block-button__link {
  text-transform: uppercase; 
  color: #fff;
  background-color: #38c871;
  border-radius: 10px;
  box-shadow: none;
  text-decoration: none;
  padding: 15px 50px 15px 15px;
  background-image: url('download.svg');
  background-repeat: no-repeat;
  background-position: calc(110%)  center;
  font-size: 1.125em;
  display: block;
  clear: both;
}

.wp-block-buttons {
  padding-bottom: 15px !important;
  margin: 15px 0 15px 0 !important;
  border-bottom: 2px solid;
}

footer {
  text-align: center;
}
}
