/* Move down content because we have a fixed navbar that is 3.5rem tall */

html, body {
    max-width: 100%;
    overflow-x: hidden;
	scroll-behavior: smooth;
}

.bg {
    background-color: #fcaf17 !important;
	border-bottom: 3px solid #4f4f4f;
}

.navbar{
	padding: 0% 2% 0% 2% !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #262626;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
}

/*.btn-ad{
	text-align: center;
	padding: 2%;
}*/

.Co-detail{
	background-color: white;
	font-family: "Raleway", sans-serif;
	font-size:13px;
	color:#2F2F2F;
	padding: 5% 0% 5% 0%;
	border-bottom: dotted #585858 1px;
}

.Co-detail .page-name {
    margin: 0 auto;
    text-align: left;
    padding-top: 2%;
    font-size: 13px;
}

.Co-detail .site{
	float: right;
}

.Co-detail .btn {
    font-size: 11px;
    padding: 10px 8px;
    border-radius: 17px;
    background: rgb(253,126,29);
    background: linear-gradient(185deg, rgba(253,126,29,1) 0%, rgba(252,195,69,1) 100%);
    color: #333;
    font-weight: bold;
}

.title{
	background-color: white;
	font-family: "Raleway", sans-serif;
	font-size:20px;
	color:red;
	padding: 5% 0% 5% 0%;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	
}

.container.c-img {
    text-align: center;
	padding: 4% 0% 4% 0%;
}


.modal-content{
	background-color: #000 !important;
}


.c-img .btn {
	padding: 0px;
	border:none;
}

.modal-body{
	padding: 0px;
}

    .modal-content iframe{
        margin: 0 auto;
        display: block;
    }


.disclaimer{
	font-family: calibri;
	font-size: 10px;
	text-align: center;
	padding: 4% 2% 3% 2%;
	background-color: white;
}

.disclaimer a {
    color:#363636;
    text-decoration: underline;
}

.disclaimer a:hover {
    color:aqua;
    text-decoration: underline;
}

h1 {
  color: #fff;
}
section {
    padding-top: 2em;
    padding-bottom: 2em;
}
section h1 {
  margin-bottom: 1em;
}
section img {
  border: #ddd solid 1px;
  border-radius: 5px;
}
#homeVideo button.btn.btn-default {
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}
.col-6{
	padding: 0 auto !important;
}

.set{
	padding-bottom: 5%;
}

/*Image PopUp*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
	padding: 3px;
}
#myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}

#myImg2{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}

#myImg3{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}

#myImg4{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}

#myImg5{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}
#myImg6{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}

#myImg7{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width: 100%;
}

#myImg:hover 
{opacity: 0.7;}
/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */

.modal-content{
	width:80% !important;
}
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 100px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
	color:white !important;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 80% !important;
  }
}

/*Image PopUp End*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .details .button {
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    margin: 0 auto;
    padding-top: 2%;
}
	.Co-detail .page-name {
    margin: 0 auto;
    text-align: left;
    padding-top: 1%;
    font-size: 13px;
}
	.Co-detail .site {
    float: right;
    padding-left: 33%;
}
	
.Co-detail {
    padding: 2% 0% 2% 0%;
}

	.set{
	padding-bottom: 0%;
}
  
}