body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color:#fff;
  }
  .baskervville {font-family: 'Baskervville', sans-serif; }
  .teko { font-family: 'Teko', sans-serif; }

header img.logo {
  width: 300px;
}

.white p {
  color:#000;
   
}

.white h1 {
  color:#000;
   
}

  #section1 {
    position: relative;
	background-color: #fff;
  }
  #section1 header .logo{
    font-weight: 500;
    font-size: 25px;
    color: #fff;
	text-transform:uppercase;
  }
  #section1 header .nav li a,
  #section1 header .nav li a:not([href]):not([tabindex]){
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 0;
    font-family: 'Montserrat';
    cursor: pointer;
    border
  }
  #section1 header .nav li a:hover,
  #section1 header .nav li a:active,
  #section1 header .nav li a:focus,
  #section1 header .nav li a:hover:not([href]):not([tabindex]){
    text-decoration: underline;
	color:#ffff0b;
  }
  #section1 header .nav li:not(:last-of-type) a:after{
    content: '|';
    margin: 0 1rem;
  }
  #section1 .main {
    color: #705231;
    font-style: italic;
  }
  @media (min-width: 992px) {
    /*#section1 .main {
      position: absolute;
      left: 2%;
      bottom: 3%;
      width: 550px;
      max-width: 100%;
      background: #0f1e6d;
    }*/
  }
  @media (min-width: 1200px) {
    #section1 .main {
       position: absolute;
      left: 15%;
      background: transparent;
      bottom: 1%;
      width: 520px;
    }
  }
  @media (min-width: 1300px) {
    #section1 .main {
      bottom: 3%;
      width: 580px;
    }
  }
  @media (min-width: 1400px) {
    #section1 .main {
      bottom: 4%;
      width: 650px;
    }
  }
  @media (min-width: 1500px) {
    #section1 .main {
      bottom: 5%;
      width: 700px;
    }
  }

  .section6{
    background: #000 url('../unlimited/bbg.jpg') no-repeat center top; 
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .section6 h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 40px;
	background-image: linear-gradient(rgb(255,242,181) 28%, 
		rgb(77,77,77) 40%,
		rgb(255,242,181) 54%);
	text-align: center;
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	
  }
  .section6 h2 span {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
  }
  .section6 .card {
    background: #00000073;
    border: 2px solid #1e1e1b;
  }
  .section6 .card-body .icons {
    width: 50px;
  }
  .section6 .card-body h5 {
    color: #3b9ffd;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    margin: 15px 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
  }
  .section6 .card-body p {
    color: #dedede;
    font-size: 16px;
  }
  
  .section6 .white p {
    color: #000;
    font-size: 18px;
  }  
  
  .section6 .bottom {
    color:#fff;
  }

  
  .section6 .boto {
    color:#fff;
    background-color:#cc0000;	
	font-size:22px;
	
  }  
  
  .section6 .boto2 {
    color:#fff;
    background-color:#cc0000;	
	font-size:22px;
	
  }   
  
	.formLeft { width:100%;display:block;text-align:left; margin-top:7px; }
	.formRight { width:100%;display:block }  
	
input[type="password"], input[type="text"], select, input[type="email"] {
border: 1px solid #D7D7D7;
padding: 5px;
background: #fff;
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
}
#optinform input[type="text"], #consultForm input[type="text"], #eventsAdminForm input[type="text"], #employmentForm input[type="text"], select, input[type="email"] {
    width: 98%;
    margin: 3px 0;
    font-size: 1.1em;
}	

  @media (min-width: 992px) {
  
    .section6 .boto {
	    font-size:24px;
		line-height:24px;
		font-weight: 400;
		font-style: italic;
        background-color:#cc0000;		
	
  } 
  
    .section6 .boto2 {
	    font-size:28px;
		font-weight: 400;
		font-style: italic;
        background-color:#cc0000;		
	
  }   
  	.section6 h2 {
	    font-size: 70px;
	    line-height: 70px;
	  }
	  .section6 h2 span {
	    font-size: 70px;
	  }
	}