/*
Theme Name: Plexaweb Bespoke Theme
Author: Plexaweb
Author URI: https://www.plexaweb.co.uk
Description: Bespoke website theme by Plexaweb.
Version: 2
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: plexaweb
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body
{
text-align: left;
padding: 0px;
margin: 0px;
}

* {
    outline-width: 0px !important;
    text-decoration: none;
}

.hamburger.is-active:hover, .hamburger:hover, .hamburger:active, .hamburger {
    outline-width: 0px;
}
#ttr_sidebar
{
border-left: 1px solid black;
}
#ttr_footer
{
width: 100%;
border-top: 1px #a2a2a2 solid;
text-align: center;
}
.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}

*:hover, *:active, *:focus {
    outline: 0;
  }

  input::-moz-focus-inner { 
    border: 0; 
  }

  * {
      border: 0;
  }

  a, a:active, a:focus{
    outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
}

input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="file"]
 {
    border: none;
}

.logo {
max-width: 100%;
width: 250px;
}

img {
    max-width: 100%;
    height: auto;
}

.top-nav {
    width: calc(100% - 250px);
  
}
.top-nav ul {
    list-style: none;
}

.top-nav ul li {
    display: inline-block;
}

.hamburger {
    display: none;
}

.alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}

.homebg {
   /* min-height: calc(100vh - 300px);*/
    padding-top: 200px;
    padding-bottom: 230px;
}


body {
    overflow-x: hidden;
}

h2 {
    color: #000;
    font-size: 48px;
}

.homebg h1 {
    font-size: 7.2vw;
}

.homebg h2 {
    font-size: 3.1vw;
}

.homebg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha (last value) to control the transparency */
    z-index: 1; /* Ensure the overlay is below the text */
  }
  
  .homebg h1, .homebg h2 {
    position: relative; /* Make sure the headings are on top of the overlay */
    color: white; /* Set the text color to your liking */
    text-align: center;
    z-index: 2; /* Ensure the headings are above the overlay */
    /* Add any other styles you want for your headings */
  }

  *    {
   
    font-family: 'Bebas Neue', sans-serif;
  }

 .top-header {
    background-color: #FF7711;
    padding: 8px;
    font-size: 22px;
    text-align: center;
    color: #000;
    
 }

 .top-header i {
 
 }

 .header {
    padding-top: 20px;
    
 }

 .top-nav a {
    color: #000;
    font-size: 26px;
    padding: 12px;
    display: block;
 }

 .top-nav ul {
    text-align: right;
    padding-top: 26px;
 }

 .top-nav li {
    display: inline-block;
 }

 .intro {
    font-family: sans-serif !important;
 }