/*
Theme Name: Trains And Wellbeing
Author: Andrew & Merlin
Author URI: https://trainsandwellbeing.blog/
Description: A bespoke theme for Trains And Wellbeing.
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trainandwellbeing
*/
.train-formations {
  overflow: hidden;
  }
.railway-scene {
  padding: 0px;
  }
.train-formations-near {
  height: 100px;
  }
.train-formations-spacer {
  height: 100px;
  width: 200px;
  }
.content-box {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 297mm;
  max-width: 800px;
  border-radius: 15px 15px 0px 0px;
  border: 4px solid #cc00ff;
  border-bottom: 0;
  padding: 20px;
  flex-grow: 1;
  background-color: white;
  box-shadow: 4px 4px 4px 4px #cc00ff;
}
.content-box-menu {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #999999;
  padding: 20px;
  min-width: 210mm;
  min-height: 297mm;
  max-height: 297mm;
  background-color: white;
  background-image: url("graphics/paper-menu.jpeg");
  box-shadow: 4px 4px 1px 1px #999999;
}
.wp-block-search {
  border: 0px;
  padding: 10px;
  }
.wp-block-search .wp-block-search__inside-wrapper {
  border-radius: 20px;
  border: 3px solid #cc00ff;
  box-shadow: 1px 1px 1px 1px #cc00ff;
}
.wp-block-search .wp-block-search__input {
  border-radius: 10px;
  border: transparent;
  padding: 10px;
  }
.wp-block-search .wp-block-search__button {
  border-radius: 20px;
  background-color: #cc00ff;
  color: white;
  }
.wp-block-post-comments-form input,textarea {
  border-radius: 20px;
  border: 3px solid #cc00ff;
  box-shadow: 1px 1px 1px 1px #cc00ff;
}
.wp-block-post-comments-form .submit {
  background-color: #cc00ff;
  color: white;
}
.secondaryNavigationMap {
  text-align: center;
}
html {
  width: 100%;
  overflow-x: hidden;
  }
hr {
  color: #cc00ff;
  }
a:link {
color: #8B008B;
}
a:visited {
  color: #6A5ACD;
}
body {
  border: 0;
  background-image: url("graphics/scenery-railway.png");
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  background-color: #ffccff;
  }
iframe {
  width: 100%;
  height: 100px;
  border: 0;
  overflow: hidden;
  }
