@charset "utf-8";
/*
Theme Name: Blackboard
Theme URI: http://github.com/sulfureous/blackboard-theme
Author: Sulfureous
Author URI: http://www.pragmaticode.com
Description: A completely naked theme with all the files necessary to make a legit WordPress Theme. This theme is built with camelCase in mind, it has startup WordPress default CSS selectors and a lot of native WordPress functionality to make the experience a complete one.
Tags: white, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: blackboard
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htm
Version: 2.1.1
*/

/*
  =-=-=-=
    The Colors
  =-=-=-=
  
  The idea here is to use your primary colors so they are easy to find and use over and over in your CSS.
  
  Red: #F00;
  Green: #0F0;
  Blue: #00F;
    
*/

@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*
  =-=-=-=
    Global Styles
  =-=-=-=
*/

* {
  /*box-sizing: border-box;
  padding: 0;
  margin: 0;*/
  text-decoration: none;
  outline: none;
}
*:focus {
  outline: none;
}
body {
	background-image: url(images/background-car.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
	color: #fff;
	font-family: "Raleway", sans-serif;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a {
  color: #fff !important;
}
a:active {
  color: #ffd700 !important;
}
a:hover {
  color: #ffd700 !important;
}

/*
  =-=-=-=
    Helper Classes
  =-=-=-=
*/
 
  /* =-=-=-= Responsive Maps =-=-=-= */
 
  .mapCont {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .mapCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
 
  /* =-=-=-= Responsive Videos =-=-=-= */
 
  .videoCont {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
  .videoCont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
 
  /* =-=-=-= Font Helpers =-=-=-= */
  
.anton-sc-regular {
  font-family: "Anton SC", serif;
  font-weight: 400;
  font-style: normal;
}
.raleway-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
  .smallness {
	  font-size: 10px;
  }
  .boldness {
	  font-weight: bold;
  }
  .italicness {
	  font-style: italic;
  }
  .shadowness {
	  text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
  }
  .toUpper {
  	text-transform: uppercase;
  }
  .toLower {
	  text-transform: lowercase;
  }
  .toCapitalize {
	  text-transform: capitalize;
  }
  .highlightPrimary {
	  color: #f00;
  }
  .hightlightSecondary {
	  color: #100;
  }
  
  /* =-=-=-= Alignment Helpers =-=-=-= */
  
  .alignLeft {
	  text-align: left;
  }
  .alignCenter {
	  text-align: center;
  }
  .alignRight {
	  text-align: right;
  }
  .alignMiddle {
	  vertical-align: middle;
  }
  .floatLeft {
	  float: left;
  }
  .floatRight {
  	float: right;
  }
  .floatNone {
  	float: none;
  }
  
  /* =-=-=-= Custom Helpers =-=-=-= */
  
  .reqChar {
  	color: #f00;
  }
  .noMarPad {
	  margin: 0;
  	padding: 0;
  }
  .noMar {
	  margin: 0;
  }
  .noPad {
  	padding: 0;
  }
  .wrapCont {
		background: #f2f2f2;
		padding: 20px;
		box-sizing: border-box;
  }
  .boxShadow {
	  box-shadow: 2px 0 10px rgba(0,0,0,0.25);
  }
.text-orientation {
	writing-mode: vertical-rl;
	/*text-orientation: upright;*/
}
.img-max-80 {
	max-width: 80px;
}
.img-max-100 {
	max-width: 100px;
}
.img-max-200 {
	max-width: 200px;
}
.img-max-150 {
	max-width: 150px;
}
.img-max-450 {
	max-width: 450px;
}
.img-max-600 {
	max-width: 600px;
}
/*.background-gradient {
    background: radial-gradient(#333 0%, #000 70%, #000 100%);
}*/
  
/*
  =-=-=-=
    Scaffolding
  =-=-=-=
*/

  /* =-=-=-= Header =-=-=-= */
  
    /* Navigation */
.navbar-toggler {
    text-decoration: none;
    background-color: #333333;
	color: #ffd700; 
}
.navbar navbar-expand-lg {
	text-align: center;
}
.navbar {
	justify-content: flex-end !important;
}
.navbar-nav {
    background-color: #161616;
    padding: 3px;
    text-align: center;
    border-radius: 6px;
    margin-top: 10px;
}
#menu-primary-menu li.menu-item-has-children > a:after {
  color: #333;
  content: ' ▼';
  font-size: 10px;
  vertical-align: 1px;
}
#mainHeaderIn #menu-primary-menu li.menu-item-has-children > a:after {
  color: #666;
  content: ' ▼';
  font-size: 10px;
  vertical-align: 1px;
}
#menu-primary-menu li li.menu-item-has-children > a:after {
  color: #222;
  content: ' ►';
  font-size: 10px;
  vertical-align: 1px;
}
.logo-max {
	max-width: 190px;
}
.site-logo {
    text-align: left; /* Align logo text to the left */
	align-self: flex-start;
}

.site-logo h1 {
    margin: 0; /* Remove default margin */
}

.site-logo p {
    margin: 0; /* Remove default margin */
    font-size: 0.9em; /* Adjust font size if needed */
}

#menu-main-menu li:last-child a {
	margin-left: 0;
    background-color: #ffd700; 
    color: #000000 !important; 
    padding: 8px 25px;
    display: inline-block; 
	font-weight: 600;
}

#menu-main-menu li:last-child a:hover {
    background-color: #ffd700;  /* Change background on hover */
}


  /* =-=-=-= Sub Container =-=-=-= */
.page-title {
	margin-bottom: 15px;
	font-family: "Anton SC", serif;
	font-size: 2.5rem !important;
	font-weight: 400;
	text-transform: lowercase;
	color: #ffd700;
}
#main-banner {
	padding: 60px 50px 0;
}
.banner-title {
	font-family: "Anton SC", serif;
	font-size: 6rem;
	font-weight: 400;
	text-transform: lowercase;
	color: #ffd700;
}
#banner-image {
	margin-top: -50px;
}
.bnr-img-max {
	max-width: 280px;
}
#banner-logo {
	margin-top: 0;
	margin-bottom: 60px;
	text-align: center;
	font-family: "Anton SC", serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: lowercase;
}
#banner-button {
	padding: 0;
	margin-bottom: 70px;
}
#banner-button a {
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 0 !important;
	background-color: #ffd700;
	font-family: "Anton SC", serif;
	font-size: 1.7rem;
	font-weight: 400;
	text-transform: lowercase;
	color: #000 !important;
}
#banner-button a:hover {
	background-color: #ffd700;
	color: #000 !important;
}
  
  /* =-=-=-= Sub Main Container =-=-=-= */
#content-main {
	font-size: 1.1rem;
}
#intro-row {
	padding: 20px 50px;
	background-color: #111;
}
#intro-row  .box-left {
	display: flex;
	padding: 20px 20px 20px 0;
}
#intro-row  .box-left .box-title {
	width: 0%;
}
#intro-row  .box-left .box-title .text-vertical {
	display: none;
}
#intro-row  .box-left .box-text {
	padding: 20px;
	width: 100%;
}
#intro-row  .box-right {
	max-height: 400px;
	padding: 0;
	text-align: center;
}

.page-content {
	padding: 50px 0;
}
.page-content h2 {
	padding-top: 10px;
	font-family: "Anton SC", serif;
	font-size: 2rem;
	font-weight: 400;
	text-transform: lowercase;
	color: #888888;
}
.inside-title {
	padding: 30px 0 0;
}
.page-content, .page-comments {
	background-color: #000;
}

  
  /* =-=-=-= Sub Side Container =-=-=-= */
#contact-row {
	padding: 0 50px;
	background-color: #000000;
}
.section-title {
	margin: 50px 0!important;
}
.form-box {
	padding: 20px 0;
}
.form-container label {
	width: 100%;
}
.form-container input[type="submit"] {
    padding: 10px 20px;
	border: none;
    background-color: #ffd700;
    color: #000000;
	font-weight: 600; 
    cursor: pointer;
}
.form-container input[type="text"], .form-container input[type="tel"], .form-container input[type="email"], .form-container textarea {
	border-color: #555;
    background-color: #111;
    color: #eee;
}
.form-container input::placeholder, .form-container textarea {
	color: #444;
}
  /* =-=-=-= Footer =-=-=-= */

footer {
	padding: 50px 50px 20px;
	background-color: #111;
	text-align: center;
}
footer h4 {
	margin-bottom: 20px;
	font-family: "Anton SC", serif;
	font-size: 1.5rem !important;
	font-weight: 400;
	text-transform: lowercase;
	color: #444;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li {
	margin-left: 0;
	list-style: none;
	color: #aaa;
}
footer ul li span {
	margin-right: 10px;
	color: #333;
}
.footer-logo {
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer-box {
	margin-bottom: 30px;
}
.footer-box ul li {
	margin-bottom: 10px;
}
.footer-box03 ul {
	padding: 0 !important;
	margin: 0 !important;
}
.footer-box03 ul li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 5px !important;
	font-size: 1.8rem;
}
.company {
	font-size: 1.2rem;
}
.footer-copyright {
	padding: 20px;
	text-align: center;
}

    /* Navigation */
	
/*
  =-=-=-=
    Page Specific Styles
  =-=-=-=
*/

  /* =-=-=-= Homepage =-=-=-= */

  /* =-=-=-= About =-=-=-= */

  /* =-=-=-= Contact =-=-=-= */

/*
  =-=-=-=
    Plugin Specific Styles
  =-=-=-=
*/
  
  /* =-=-=-= Slider =-=-=-= */

  /* =-=-=-= Lightbox =-=-=-= */
  
/*
  =-=-=-=
    WordPress Stock CSS Selectors
  =-=-=-=
*/

  /* =-=-=-= Function: wp_nav_menu Classes =-=-=-= */

  .current_page_item { }
	.page_item { }
	.menu-item { }
  .current-menu-item { }
	.current-menu-ancestor { }
	.current-menu-parent { }
	.menu-item-has-children { }

  /* =-=-=-= Required WordPress Classes =-=-=-= */
  
  .sticky {
	  background: rgba(0,0,0,0.2);
  }
  .post {
    word-wrap: break-word;
  }

  /* =-=-=-= Comments with Nested and Admin Styles =-=-=-= */

  ol.commentlist li.even { }
  ol.commentlist li.odd { }
  ol.commentlist li.parent { }
  ol.commentlist li.thread-alt { }
  ol.commentlist li.thread-even { }
  ol.commentlist li.thread-odd { }
  ol.commentlist { }
  ol.commentlist li { }
  ol.commentlist li.alt { }
  ol.commentlist li.bypostauthor { }
  ol.commentlist li.byuser { }
  ol.commentlist li.comment-author-admin { }
  ol.commentlist li.comment { }
  ol.commentlist li.comment div.comment-author { }
  ol.commentlist li.comment div.vcard { }
  ol.commentlist li.comment div.vcard cite.fn { }
  ol.commentlist li.comment div.vcard cite.fn a.url { }
  ol.commentlist li.comment div.vcard img.avatar { }
  ol.commentlist li.comment div.vcard img.avatar-32 { }
  ol.commentlist li.comment div.vcard img.photo { }
  ol.commentlist li.comment div.vcard span.says { }
  ol.commentlist li.comment div.commentmetadata { }
  ol.commentlist li.comment div.comment-meta { }
  ol.commentlist li.comment div.comment-meta a { }
  ol.commentlist li.comment p { }
  ol.commentlist li.comment ul { }
  ol.commentlist li.comment div.reply { }
  ol.commentlist li.comment div.reply a { }
  ol.commentlist li.comment ol.children { }
  ol.commentlist li.comment ol.children li { }
  ol.commentlist li.comment ol.children li.alt { }
  ol.commentlist li.comment ol.children li.bypostauthor { }
  ol.commentlist li.comment ol.children li.byuser { }
  ol.commentlist li.comment ol.children li.comment { }
  ol.commentlist li.comment ol.children li.comment-author-admin { }
  ol.commentlist li.comment ol.children li.depth-2 { }
  ol.commentlist li.comment ol.children li.depth-3 { }
  ol.commentlist li.comment ol.children li.depth-4 { }
  ol.commentlist li.comment ol.children li.depth-5 { }
  ol.commentlist li.comment ol.children li.odd { }
	
/*
  =-=-=-=
    Responsive Styles
  =-=-=-=
*/

@media (max-width: 767px) { 
	
}

@media (min-width: 550px) {
	#intro-row  .box-left .box-title .text-vertical {
		margin-left: -20px;
		font-size: 8rem;
	}
		.form-box {
		padding: 20px 30px;
	}
}
@media (min-width: 632px) {
	.logo-max {
		max-width: 200px;
	}
	.banner-title {
		font-size: 9.5rem;
	}
	#banner-logo {
		margin-top: -30px;
	}
	.bnr-img-max {
		max-width: 450px;
	}
	#intro-row {
		padding: 0;
	}
	#intro-row  .box-left .box-title {
		width: 25%;
	}
	#intro-row  .box-left .box-title .text-vertical {
		display: block;
		margin-left: -20px;
		writing-mode: vertical-rl;
		/*text-orientation: upright;*/
		font-family: "Anton SC", serif;
		font-size: 8rem;
		font-weight: 400;
		text-transform: lowercase;
		color: #ffd700;
		letter-spacing: 7px;
	}
	#intro-row  .box-left .box-text {
		padding: 20px 30px 20px 0;
		width: 75%;
	}
}

@media (min-width: 768px) {
	.content-divide .box-right .img-fluid {
		height: 100%;
	}
	#intro-row  .box-right {
		margin-bottom: 50px;
	}
	footer {
		text-align: left;
	}
	.footer-box {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#menu-main-menu li:last-child a {
		margin-left: 10px;
		padding: 8px 25px;
	}
	.navbar-nav {
		background-color: transparent;
		padding: 0;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	#intro-row  .box-left .box-title {
		width: 10%;
	}
	#intro-row  .box-left .box-title .text-vertical {
		margin-left: -20px;
		font-size: 5rem;
	}
	#intro-row  .box-left .box-text {
		padding: 20px 30px 20px 0;
		width: 90%;
	}
	
}

@media (min-width: 1400px) {
	.site-logo {
		text-align: left; /* Align logo text to the left */
		align-self: center;
	}
	#intro-row  .box-right {
		max-height: 1000px;
		margin-bottom: 0;
	}
}

@media (min-width: 1600px) {
	.content-divide .box-right .img-fluid {
		height: auto;
	}
}

@media (min-width: 1680px) {
	#intro-row  .box-left .box-title {
		width: 25%;
	}
	#intro-row  .box-left .box-title .text-vertical {
		margin-left: -20px;
		font-size: 8rem;
	}
	#intro-row  .box-left .box-text {
		padding: 20px 30px 20px 0;
		width: 75%;
	}
}

@media (min-width: 1880px) {
	#intro-row  .box-left {
		padding: 50px 50px 50px 0;
	}
}