@charset "utf-8";
/* CSS Document */

.free-provisional-box{
  border: 2px solid #000;
  border-radius: 10px;      /* optional */
  padding: 16px 18px;
  margin: 18px 0;
}

.container-fluid.jumbotron.section-01{
  filter: brightness(1.18) contrast(1.03);
}

/* Start Hero block */

/* Align the left link nicely next to the hero block */
.hero-row {
  margin-top: 10px; /* optional */
}

/* Link styling */
.hero-external-link {
  font-weight: 700;
  text-decoration: none;
}

/* Optional logo sizing */
.hero-external-logo {
  max-width: 160px;
  height: auto;
}

.hero-left {
  display: flex;
  align-items: center;     /* vertical center */
  justify-content: center; /* horizontal center */
  min-height: 80px;        /* optional */
}

/* 5px outlined text box inside the left zone */
.hero-left-box {
  border: 5px solid #000;  /* 5px outline */
  padding: 10px 12px;      /* space between text and border */
  display: inline-block;
}

.hero-left-box,
.hero-left-box a,
.hero-external-link{
  color: #000 !important;
}

.hero-left-box{
  font-size: 24px;
}

.hero-left-box{
  border-radius: 8px;   /* adjust: 6px = subtle, 16px = rounder */
  overflow: hidden;      /* keeps background/contents clipped to rounded corners */
}

/* keep your link clean inside the box */
.hero-external-link {
  font-weight: 700;
  text-decoration: none;
}

/* On phones: stack left link above hero */
@media (max-width: 767px) {
  .hero-left {
    justify-content: center;
    margin-bottom: 10px;
  }
}

/* End Hero Block */

.topnav {
    overflow: hidden;
}
.navbar{
	background-color: #333;
	
}
.home-practice-links{
	text-decoration: none;
	color: black;
}
.home-practice-links:hover{
	color: #2B458C;
}
.honeypot {
  display: none; /*makes the field not visible to humans*/
}
div.topnav, a.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.dropdown-menu{
	display: none;
	right: 0;
	width: 180px;
	margin-left: 160px;
}
/* Style the links inside the navigation bar */
.topnav a {
	float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #6D96D5;
    color: white;
}
.dropdown {
    padding: 0;
    margin-left: -15px;
	margin-top: 15px;
    margin-right: 10px;
	float: left;
    overflow: hidden;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

body{
	width: 100%;
	font-family: calibri, sans-serif;
	font-style: normal;
	font-weight: 300;
	height: 100%;
}
.section-01{
	background-image: url(images/new_main.avif);
}
.contact-section-01{
	background-image: url(images/phonespic.jpg);
}
.practice-section-01{
	background-image: url(images/practices.jpg);
}
.section-01, .section-02, .section-05, .contact-section-01, .about-section-01, .about-section-02 ,.practice-section-01, .patent-section-01, .patent-section-02, .trademark-section-01, .trademark-section-02, .copyright-section-01, .trade-section-01, .infringe-section-01, .ipvaluation-section-01{
	background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size: cover;
}
.about-section-01{
	background-image: url(images/aboutpic.jpg);
}
.patent-section-01{
	background-image: url(images/patent-office2-clip.jpg);
}
.patent-section-02{
	background-image: url(images/new_main.avif);
	padding: 2rem 1rem;
}
.trademark-section-01{
	background-image: url(images/trademark.jpg);
}
.trademark-section-02{
	background-image: url(images/laptopdark.jpeg);
	padding: 2rem 1rem;
}
.copyright-section-01{
	background-image: url(images/courtpic.jpg);
}
.trade-section-01{
	background-image: url(images/tradepic.jpg);
}
.infringe-section-01{
	background-image: url(images/infringement.jpeg);
}
.ipvaluation-section-01{
	background-image: url(images/brainstorm.jpg);
}
.about-section-02{
	background-image: url(images/Digitalisation.jpg);
	min-height: 100%;
	padding: 2rem 1rem;
	color: white;
}
.section-02{
	background-image: url(images/lightbulb.jpg);
	padding-top: 20px;
}
.section-05{
	background-image: url(images/gavel.jpg);
}
.intro-text{
	color: white;
	font-size: 40px;
}
.nav{
	float:right;
	margin-left: 40px;
	margin-bottom: 40px;
	color: white;
	flex-direction: row;
	text-decoration: none;
}
.button-div{
	margin-top: 10px;
}
.menu-text{ 
	float: left;
	margin-right: 10px;
	color: white;
}
li{
	margin: 0px 10px 0px 10px;
	padding-top: 8px;
	display: block;
    text-decoration: none;
	font-size: 1.0em;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: #F9DC88;
	text-decoration: underline;
}

.logo{
	margin-right: 60px;
    font-size: 1.4em;
    color: white;
    padding-bottom: 5px;
    letter-spacing: -1px;
    font-weight: bold;
    float: none;
}

.footer-logo{
	float: left;
	font-size: 1.1em;
    color: white;
    padding-top: 5px;
    letter-spacing: -1px;
    font-weight: bold;
}
.navbar, .dropdown-menu{
	background-color:#393939;
	
}
.dropdown:hover .dropdown-menu {
   display: block !important;
}
.number-box{
	margin-top: 10px;
}
.phone{
	color: white;
	float: left;
}
.navbar-toggle{
	float: right;
}
.intro{
	margin: 0 auto;
	height: 100%;
	padding: 8rem 8rem 4rem;
}
.intro-title{
	font-size: 50px;
	margin-top: 200px;
}
.intro-content{
	padding-top: 30px;
	color: white;
	text-shadow: 0px 0px 5px #000;
}
.contact-button{
	font-size: 20px;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
}
.intro-button{
	font-size: 20px;
	/*margin-top: 50px;*/
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
}
.who, .practices{
	background-color: white;
}
.who-content{
	margin: 0 auto;
	padding-bottom: 20px;
}
.william-lovin, .why-first, .contact-first .about-first, .rules-first{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 40px;
	width: 100%;
}
.who-paragraph,.why-paragraph, .content-paragraph, .rules-paragraph {
	font-size: 20px;
	padding-bottom: 15px;
	text-align: left;
	margin: 0 auto;
}
.tradesecrets{
	margin-left: 0px;
	margin-right: 0px;
}
.why-content{
	color: white;
	text-shadow: 0px 0px 5px #000;
}
.practices, .home-practices{
	/* padding: 50px 60px; */
	padding: 30px 20px;
	font-size: 22px;
	margin: 0 auto;
	text-align: left;
}
.who-title, .why-title, .contact-title {
	font-size: 20px;
	/* margin-top: 10px; */
	text-transform: uppercase;
	letter-spacing: 5px;
}
.contact{
	margin: 0em;
	color: white;
	text-shadow: 0px 0px 3px #000;
}

.footer-content{
	height: 100px;
	background-color: #393939;
}
.footer-title{
	padding-top: 40px;
}
.footer-text{
	float: right;
	color: white;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-2{
	float: right;
	padding-top: 45px;
}
.footer-1{
	float: left;
}
.copyright{
	color: white;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 14px;
	float: left;
	margin-top: .8px;
}
.about-intro{
	margin: 0 auto;
	padding-top: 200px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
	color: white;
	letter-spacing: 3px;
	
}
.about-mini-text{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.notices{
	float: left;
}
.vision-content-1{
 margin-top: 10px;
}
.vision-content-2{
margin-top: 10px;
}
#vision{
	height: 600px;
	color: white;
	text-shadow: 0px 0px 3px #000;
	padding-bottom: 150px;
}
.vision-title{
	margin-bottom: 15px;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.row-vision{
	border-bottom-style: solid;
	margin-top: 15px;
}
.vision-paragraph{
	font-size: 20px;
	line-spacing: 0.2em;
}
.bill-intro{
	margin: 0 auto;
	padding: 2rem 1rem;
}
.bill-title{
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.about-bill{
	margin-bottom: 0px;
}
.bill-paragraph{
	width: 80%;
	font-size: 20px;
	line-spacing: .2em;
	margin: 0 auto;
	text-align: left;
}
.profpic{
	margin: 0 auto;
	border-radius: 50%;
}
.contact-main-title{
	font-weight: bold;
	margin-top: 100px;
	letter-spacing: 3px;
}
.main-title{
    font-weight: bold;
	margin-top: 50px;
	letter-spacing: 3px;
}
.container-contact{
	margin: 0 auto;
	padding-top: 20px;
	width: 80%;
	padding-bottom: 20px;
}
form{
	border-radius:25px;
	font-size:18px;
	margin: 0 auto;
}

input:invalid{ 
    border: 1px dotted #DB6567;
}
input:focus{
	background-color: #E5EB89;
}
input, select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #8B8788;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	font-size:15px;
	border-radius: 5px;
}
.dropdown:hover .dropdown-menu {
   display: block;
}

input[type=submit]{
	display:block;
	margin: 0 auto;
	width: 100px;
    padding: 12px 20px;
    border: none;
	border-radius: 10px;
	font-size:16px;
}
input[type=submit]:hover {
    background-color: #AEC7DF;
	font-size:18px;
}
.help-title{
	margin-top: 20px;
	text-transform: uppercase;
}
.office-text{
	font-size: 20px;
	text-transform: uppercase;
	margin-right: 50px;
}
#map {
     height: 330px;
     width: 100%;
	 margin-bottom: 5px;
	 margin-top: 5px;
	/* The width is the width of the web page */
}
.office-location{
	height: 100px;
	width: 100%;
	display: inline-block;
}
.blockone{
	float:left;
	margin-left: 10px;
}
.block{
	float:left;
}
.city{
	
	height: 100px;
	width: 215px;
}
.address{
	font-size: 12.5px;
}
.contact-row{
	margin-top: 10px;
}
.columns{
	float: left;
	margin: 0 auto;
}

.patent-intro-content, .service-area{
	margin: 0 auto;
	padding: 2rem 1rem;
}
.vision-color{
	color: white;
}
.patent-text{
	font-size: 20px;
	text-align: left;
}
.patent-service{
	margin: 0 auto;
}
.service-name{
	margin: 0 auto;
}
.service{
	margin-top: 10px;
}
.btn-info{
  display: flex;
  margin: 0 auto;
  align-items: center;	
}
.patent-service{
	padding: 20px 10px 20px 10px;
}
.service-list{
	font-size: 18px;
}
#practice{
	margin-bottom: 0px;
}
.flat-rate-titles{
	font-weight: bold;
	margin-top: 20px;
	font-size: 20px;
}
.flat-rate-service{
    color: white;
	background-color: #00000B;
	padding: 2rem 1rem;
}
.mini-textbox{
	font-size: 12px;
	margin-top:10px;
}
.patent-intro{
	padding: 2rem 1rem;
	margin: 0 auto;
}
.troll-column{
	padding: 2rem 1rem;
}
.troll{
	margin-top: 0px;
}
.navbar-toggle{
    display: inline-block;
}
.fadeInUp {
	animation-name: fadeInUp;
	transition: all 1s ease-in;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fadein.in-view {
    opacity: 1;
}
.fadein {
    opacity: 0;
    -moz-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
@media screen and (max-width: 1050px) {
	.topnav a, .dropdown .dropbtn {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 1050px) {
	.topnav.responsive a.icon {
	  position: static;
	  left: 0;
	  top: 0;
	  width: 50px;
	  margin-left: 0px;
	}
	.icon{
	  margin-left: 0px;
	  width: 50px;
	}
	.logo{
	  margin-top:10px;
	  margin-right: 30px;
	  position: absolute;
	  float: right;
	  top: 0;	
	  right: 0;
	 }
	.topnav.responsive a {
	  font-size: 13.5px;
	  float: none;
	  display: block;
	  text-align: center;
	  
	}
	.dropdown{
		margin-top: -15px;
		margin-left: 5px;
	  }
	.practice-link{
		padding-top: 50px;
	  }
	div.topnav a.dropdown:hover ul.dropdown-menu {
		display: block;
	}
	.icon{
	  float: right;
	  position: static;
	  }
	#myTopnav{
		float: right!important;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		  display: block;
		  width: 100%;
		  text-align: left;
	  }
	.dropdown-menu{
		  margin-left: 0px;
	  }
	.phone{
		  margin-top: 40px;
		  margin-right: 7.5px;
		  position: absolute;
		  top: 0;
		  right: 0;
		  font-size:13px;
	  }
  }  
@media (min-width: 1000px) and ( max-width: 1200px) {
	#vision{
		height: 700px;
	}
	.navbar-toggle{
    	display: block;
	}
	#myNavbar{
		display: none;
	}
	.nav{
		flex-direction: row;
	}
	.blockone{
		margin-left: 0px;
	}
	.logo{
		margin-right: 20px;
	}
	#map{
		height: 340px;
	}
	.columns{
		margin-top: 10px;		
	}
	.orlando{
		margin-left: 10px;
	}
}
@media (min-width:1080px) and ( max-width: 1450px) {
	.sanjose{
		margin-left: 10px;
	}
	#map{
		height: 340px;
	}
	
}
@media (min-width: 720px) and (max-width:790px){
	.copyright{
		padding-left: 5px;
	}
}
@media (min-width: 1050px) {
	.practice-area{
		width: 300px;
		height: 100%;
		margin-bottom: 25px;
	}
}
@media (min-width:720px) and ( max-width: 1000px) {
	.who-paragraph, .why-paragraph, .practices, .content-paragraph, .rules-paragraph, .bill-paragraph{
		width: 90%;
	}
	.columns{
		margin-top: 10px;
		width: 500px;
		
	}	
	#map{
		height: 250px;
	}
	.index-logo{
		width: 500px;
	}
	.footer-text{
		font-size: 14px;
		padding: 5px;
		margin: 0 auto;
	}
	.footer-content{
		height: 100px;
		margin: 0 auto;
		justify-content: center;
		display: flex;
	}
	.footer-title{
		padding: 15px;
	}
	#vision{
		height: 800px;
	}
	.office-text, .office-locations{
		margin: 0 auto;
	}
	.block{
		margin-left: 10px;
	}
	#map{
		width: 100%;
		margin-top: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.navbar-toggle{
		display: block;
	}
	.nav{
		flex-direction: column;
		margin-left: 0px;
		float: none;
	}
	.number-box, .navbar-header{
		text-align: center;
	}
	.footer-logo{
		margin-left: 0px;
	}
	.logo{
		margin-left: 10px;
		margin-right: 7.5px;
		font-size: 1.32em;
	
	}
}
@media (min-width: 500px) and ( max-width: 720px){

	.who-paragraph, .why-paragraph, .content-paragraph, .rules-paragraph, .bill-paragraph{
		width: 90%;
	}
	.index-logo{
		width: 400px;
	}
	.practices{
		width: 100%;
	}
	#vision{
		height: 920px;
	}
	.contact-main-title{
		width: 80%;
	}
	#map{
		width: 100%;
		margin-top: 15px;
		justify-content: center;
	}
	.office-text, .office-locations{
		margin: 0 auto;
	}
	.navbar-toggle{
		display: block;
	}
	.block{
		margin-left: 10px;
	}
	.navbar-toggle{
		display: block;
	}
	.menu{
		margin-right: 0px;
	}
	.nav{
		flex-direction: column;
		margin-left: 0px;
		float: none;
	}
	.number-box, .navbar-header{
		margin: 0 auto;
		text-align: center;
	}
	.footer-logo{
		margin-left: 0px;
		padding-top: 0px;
	}
	.footer-content{
		margin: 0 auto;
		justify-content: center;
		display: flex;
	}
	.footer-2{
		float: left;
		margin-left: 0px;
	}
	.footer-1{
		float: right;
	}
	.footer-title{
		padding-top: 15px;
	}
	.copyright{
		padding-left: 0px;
	}
	.logo{
		margin-left: 10px;
		margin-right: 7.5px;
		font-size: 1.32em;
	}
	.practice-area{
		width: 350px;
		height: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
}
@media (min-width: 410px) and  (max-width: 500px){
	#vision{
		height: 1300px;
	}
	.logo{
		margin-left: 10px;
		margin-right: 7.5px;
		font-size: 1.32em;
	}
	.practice-area{
		width: 300px;
		text-align: center;
		height: 100%;
		margin-bottom: 50px;
	}
	.who-paragraph, .why-paragraph, .practices, .content-paragraph, .rules-paragraph, .bill-paragraph{
		width: 95%;
	}
	.block{
		margin-left: 10px;
	}
	.navbar-toggle{
		display: block;
	}
	#map{
		width: 100%;
		margin-top: 15px;
		margin-left: 15px;
	}
	.office-text, .office-locations{
		margin: 0 auto;
	}
	.block{
		margin-left: 10px;
	}
	.footer-content{
		height: 160px;
	}
	
	.footer-text{
		text-align: center;
		float: none;
	}
	.patent-text{
		font-size: 18px;
	}
	.navbar-toggle{
		display: block;
	}
	.menu{
		margin-right: 0px;
	}
	.nav{
		flex-direction: column;
		margin-left: 0px;
		float: none;
	}
	.number-box, .navbar-header{
		margin: 0 auto;
		text-align: center;
	}
	.copyright{
		text-align: center;
		float: none;
		padding-left: 0px;
	}
	.footer-logo{
		text-align:center;
		float: none;
	}
	.container-contact{
		width: 100%;
		margin-left: 15px;
	}
	.office-text{
		margin-bottom: 15px;
		margin-left: 30px;
	}
	.footer-title{
		padding-top: 10px;
	}
	.home-practices{
		padding: 100px 20px;
    	font-size: 22px;
    	margin: 0 auto;
	}
	.index-logo{
		width: 300px;
	}
}
@media (min-width: 321px) and  (max-width: 410px){
 .nav a:not(:first-child) {display: none;}
  .nav a.navbar-toggle {
    float: right;
    display: block;
  }
  .nav.responsive {position: relative;}
  .nav.responsive .navbar-toggle{
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	#vision{
		height: 1400px;
	}
	.city{
		margin-bottom: 5px;
	}
	.menu{
		margin-right: 0px;
	}
	.home-practices{
    	font-size: 22px;
		margin: 0 auto;
		text-align: left;
	}
	.who-paragraph, .why-paragraph, .content-paragraph, .rules-paragraph, .bill-paragraph{
		width: 95%;
	}
	.practices{
		width: 100%;
		padding-left: 50px;
		
	}
	.practice-area{
		width: 300px;
		height: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.block{
		margin-left: 10px;
		
	}
	.navbar-toggle{
		display: block;
		margin: 0 auto;
	}
	#map{
		width: 100%;
		margin-top: 15px;
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.office-text, .office-locations{
		margin: 0 auto;
	}
	.footer-text{
		float: none;
		text-align: center;
	}
	.copyright{
		text-align: center;
		float: none;
		padding-left: 0px;
		
	}
	.footer-logo{
		text-align:center;
		float: none;
	}
	.footer-content{
		height: 180px;
		
	}
	.logo{
		float: none;
		margin-right: 7.5px;
		font-size: 1.32em;
	}
	.footer-title{
		padding-top: 15px;
	}
	.william-lovin, .why-first, .contact-first .about-first, .rules-first{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 30px;
	width: 100%;
	}
	.patent-text{
		font-size: 18px;
	}
	/* .patent-intro{
		padding: 0px;
		margin-top: 20px;
	} */
	.li{
		margin: 0 auto;
		padding-top: 3px;
		display: block;
		float: left;
		font-size: 1.0em;
	}
	.nav{
		float:none;
		margin: 0 auto;
		
	}
	.navbar-collapse{
		width: 100%;
		flex-direction: column;
	}
	.number-box, .navbar-header{
		margin: 0 auto;
		text-align: center;
	}
	.navbar-header{
		float: left;
	}
	.container-contact{
		width: 100%;
		margin-left: 15px;
	}
	.office-text{
		margin-bottom: 15px;
	    margin-left: 30px;
	}
	.index-logo{
		width: 300px;
	}
}
@media (min-width: 315px) and  (max-width: 350px){
	.contact-button{
		margin-bottom: 20px;
		margin-left: -20px;
	}
	.center-button{
		margin-left: -5px;
	}
	#vision{
		height: 1600px;
	}
	.practice-area{
		width:275px;
		padding-right: 20px;		
	}
	.index-logo{
		width: 275px;
	}
	.footer-text{
		margin-right: 50px;
	}
	.center-practice{
		margin-left: -20px;
	}
	.patent-button{
		margin-left: -35px;
	}
	#myTopnav{
		margin-right: 10px;
	}
	.footer-title{
		padding-top: 15px;
	}
	.phone{
		font-size: 12px;
	}
	.topnav.responsive a {
		font-size: 12.5px;	
  }
	.practices{
		width: 100%;
		margin: 0 auto;
		
	}
	.footer-logo{
		margin-left: 50px;
	}
	.copyright{
		margin-left: 65px;
	}
	.footer-content{
		height: 180px;
		
	}
	.logo{
		font-size: 1.2em;
		margin-right: 15px;
	}
	.home-practices{
		padding: 100px 10px;
    	font-size: 22px;
    	margin: 0 auto;
	}
	.why-first{
		font-size: 30px;
	}
}

