/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
 body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    height: 100%;
}

body {
/*    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */	
}
/* topbar */
.topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	{
  background: #blue;
  color: $text-color;
  padding: 10px 0;

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .contact-info {
    li {
      margin: 0 25px 0 0;

      span {
        @include media-breakpoint-down(sm) {
          display: none;
        }
      }
    }
  }

  .social-media {
    li {
      margin: 0 0 0 15px;
    }
  }


  a {
    color: $white;
    text-decoration: none;
    transition: opacity 0.3s linear;

    &:hover {
      opacity: 0.7;
    }
  }
}
	.btn-register {
		background-color: #ff5733; /* Contrast Color */
		color: #fff;
		font-size: 18px; /* Larger Font Size */
		padding: 15px 30px; /* Increased Padding */
		border-radius: 5px;
		text-transform: uppercase;
		font-weight: bold;
		transition: background-color 0.3s, transform 0.3s;
	}
	
	.btn-register:hover {
		background-color: #c4421a; /* Slightly Darker on Hover */
		transform: scale(1.05); /* Slight Grow on Hover */
	}

	.btn-register:focus {
		outline: none; /* Remove Default Outline */
	}

	.btn-container {
		text-align: center;
		margin: 30px 0; /* Space Around the Button */
	}
/* Increase the font size of navbar items */
.navbar-nav > li > a {
  font-size: 14px; /* Adjust the font size as needed */
}
.navbar-brand {
  padding: 15px 15px; /* Adjust the padding as needed */
  height: auto; /* Set height to auto to accommodate logo size */
}

/* Optional: Center the logo vertically */
.navbar-header {
 /* height: 70px; /* Adjust the height as needed */
  /* line-height: 60px; /* Match the height for vertical centering */
}
  

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */


header.carousel {
    height: 35%; 
	

	
}
jumbotron {
  color: white;
  background-image: url("https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.top-buffer { margin-top:20px; }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%; 
} 

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;  
} 

/* heading */

#heading {
  display: block;
  width: 100%;
  height: 380px;
  padding: 20px 0;
  background: url('/crts/img/header/hdr1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0 -4px 9px -3px #000;
  -moz-box-shadow: inset 0 -4px 9px -3px #000;
  box-shadow: inset 0 -4px 9px -3px #000;
}
#heading h1, #heading h2, #heading h3, #heading h4, #heading h5, #heading p {
  text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 0 30px rgba(0,0,0,0.25);
}

#heading h1 {
  font-size: 90px;
  line-height: 105px;
  letter-spacing: -1px;
  color: #fff;
}

#heading h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 25px;
}

	#headercaption h1 { 
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 25px;
		font-weight: 700;		
		margin: 0 0 0;
		text-align: center; 
		text-transform: uppercase; 
		}
	#headercaption h2 { 
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 18px;
		font-weight: 600;		
		margin: 0 0 10;		
		text-align: center; 
		text-transform: uppercase; 
		}	

.red { color: #D51B26; }
h1.home-title {
	color: #0073ae;
}
.button { 
	text-align: center;
	margin: 1em 0;
}
.button a {
	border-radius: 8px; 
	display: inline-block;
	padding: 8px 12px;
	margin: 4px 12px;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	background: #0073ae;
	background: -moz-linear-gradient(top,  #21A1AD 0%, #002a5c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21A1AD), color-stop(100%,#002a5c));
	background: -webkit-linear-gradient(top,  #21A1AD 0%,#002a5c 100%);
	background: -o-linear-gradient(top,  #21A1AD 0%,#002a5c 100%);
	background: -ms-linear-gradient(top,  #21A1AD 0%,#002a5c 100%);
	background: linear-gradient(to bottom,  #21A1AD 0%,#002a5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21A1AD', endColorstr='#002a5c',GradientType=0 );
}
.button a:hover, .button a:focus, .button a:active {
	box-shadow: 0 2px 7px rgba(0,0,0,.8);
}
/* Start Countdown Clock */
#countdown {
	margin: 1em auto;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
}
#countdown img.medal-preview { padding: .25em 2em; }
.clockholder {
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid #E95420;
	padding: 10px 18px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	background: #fff;		
}
#countdown h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 10px;
}
#countdown .digits {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 8px 30px;
	background: rgba(0,43,92,.8);
	text-align: center;
}
#countdown .digits em {
	font-style: normal;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #72AFB6;
}
#countdown .cd-sponsors {
	clear: both;
	padding: 10px 8px 5px;
}
#countdown img {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0 5px 12px;
}
#countdown img.first {
	padding: 5px 14px 5px 0;
}
/* End Countdown Clock */
/* 404 Page Styles */
.overlay {
  position: relative;
  display: inline-block;
}

/* Style for bottom overlay */
.bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(38, 99, 162, .7); /* Overlay background color */
  color: #fff; /* Overlay text color */
  padding: 5px;	  
}

/* Style for top right overlay */
.date {
  position: absolute;
  width: 100px;
  height: 100px;
  /* border: 2px solid #000; */
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 1); /* Overlay background color */
  color: #2663A2; /* Overlay text color */
  
  text-align: center;
}
.month {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	
}
.day {
	margin-top: 0px;
  font-size: 48px;
  font-weight: bold;
}

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.RRPublish div.ListNav {
	background-color: #E95420 !important;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer Styles */

footer {
	background-color: #E95420;
	color: #fff;
	padding: 20px 0;
}
.footer a {
	color: #fff;
}
.footer .social-icons a {
	margin: 0 10px;
	color: #fff;
	font-size: 18px;
	transition: color 0.3s;
}
.footer .social-icons a:hover {
	color: #ff5733; /* Change to your desired hover color */
}
@media(min-width:370px) {
    header.carousel {
		height: 30%;        
    }
	.event-name {
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 900;
	}
}

	
@media(min-width:768px) {
    header.carousel {
        height: 70%;
    }
	#headercaption h1 {		
	    font-size: 2em;
	    line-height: normal;
		letter-spacing: -1px;
	    color: #fff;
	}
	.event-name {
		text-transform: uppercase;
		font-size: 35px;
		font-weight: 900;
	
	}
}
@media(min-width:992px) {
    header.carousel {
        height: 90%;
    }
	
}
@media(min-width:1200px) {
    header.carousel {
        height: 100%;
    }
	#headercaption h1 { font-family: 'Open Sans Condensed', sans-serif;  margin: 0 0 0; text-align: center; text-transform: uppercase; }
	#headercaption h2 { display: block; font-family: 'Open Sans', sans-serif; font-size: 32px;	position: relative; text-align: center; z-index: 1; }
	
}
