@font-face {
    font-family: Hertz;
    src: url(fonts/Hertz.ttf);
}

body
{
	font-size: 1.8em;
	background:#fcfcfc !important;
}

img {
    
    padding:15px;
    max-width:100%;
}


.adbox {
    min-height: 180px;
    max-height: 320px;
    
}

/* Style the header with a grey background and some padding */
.header {
  background-color: #2b2b2b;
  padding: 0px 40px;
  position:fixed;
  top:0;
  width:100%;
  z-index:1;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 5px 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ffffff95;
  color: #fff;
  text-decoration: none;
}

/* Style the active/current link*/
.header a.active {
  background-color: #ddd;
  color: #111;
}


/* Float the link section to the right */
.header-right {
  float: right;
  margin-top:8px;
}


.header img 
{
    height:45px;
    padding:0px;
}

.drop-down {
    float: left !important;
  overflow: hidden;
  color: #fff;
  cursor:pointer;
   
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  top:2.75em;
  right:1em;
  z-index: 9;
 
 }

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
/*.drop-down:hover .dropdown-content {*/
/*  display: block;*/
/*}*/

.dropbtn:after {
  content: "▾";
  padding: 0 0 0 5px;
  z-index: 1;
  width: 10%;
  height: 100%;
 
}

#menu-icon {
    color:white;
    display:none;
}

.main-wrapper {
	margin: 70px auto;
	max-width: 1280px;
	font-size:1.2em;

}

.boxdiv {
	min-height:50px;
	padding-left:20px;
	padding-top:20px;
	background-color:blue;
	font-weight:bold;
	color:white;
	margin:40px 20px;
	
}




.main-wrapper .row {
	margin: 20px 0px;
	
}

.content-wrapper
{
	padding: 10px;
}


.red {
    background-color:red;
}

.black {
    background-color:black;
}

.white {
    background-color:white;
    color:#111 !important;
}

.green {
    background-color:#00ff00;
}

.blue {
    background-color:blue;
}

.rgb {
    
    background: linear-gradient(
        90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
    color:#111 !important;
    text-shadow: 0px 0px 5px #fff;
}

.invisible {
    display: none;
}

.visible {
    display: block !important;
}


.picker {
    
    padding:0px !important;
    border:none !important;
    width:180px;
    height:120px;
    margin: -10px;
    opacity:0;
}

.color-picker img {
    margin-top:-265px;
    width: 60%;
}

.main-color-box {
    
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px 5px;
  width: 100%;
  height: 260px;
  cursor: pointer;
  margin: 5px;
  box-shadow: 0px 0px 10px #11111180;
  transition: transform 0.2s;
    
}

.main-color-box:hover {
    
  transform: scale(1.03);  
}

.bottom-color-box {
  display: inline-block;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px 5px;
  width: 180px;
  height: 80px;
  cursor: pointer;
  margin: 5px;
  box-shadow: 0px 0px 10px #11111180;
  vertical-align:middle;
  line-height:60px;
  transition: transform 0.2s;
  
}

.bottom-button {
  display: inline-block;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px 5px;
  width: 60%;
  height: 40px;
  cursor: pointer;
  margin: 10px auto;
  font-weight: bolder;
  box-shadow: 0px 0px 10px #11111180;
  line-height: 1em;
  transition: transform 0.2s;

}


.bottom-color-box:hover {
  text-decoration:none;
  color:#fff;
  transform: scale(1.05);
}


.bottom-button:hover {
  text-decoration:none;
  color:#fff;
  transform: scale(1.05);
}


.buttons-wrapper 
{
	margin: -10px auto;
	text-align: center;
	vertical-align:middle;
}



#width, #height {
			padding: 2px;
			border: 0;
			outline: 0;
			border-bottom: 1px solid #706f6d;
	        width: 30%;
			font-size: 16px;
			text-align: center;
			background-color: transparent;
		}
		
		#resolution {
		
			font-size: 16px;
			padding: 1px;
			border: 0;
			outline: 0;
			border-bottom: 1px solid #706f6d;
			background-color: transparent;
			cursor: pointer;
		
		}

#download-form {
    
    box-shadow: 0px 0px 10px #11111180;
    border-radius: 4px;
    margin: 10px auto;

}

#download-form label {
    
    width: 20%;
    vertical-align: middle;

}

#download-form .bottom-button {
    width: 25%;
    text-align: center;
    box-shadow: none;
}

#fullscreen {
    
    width: 50px;
    float: right;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width:480px;
  margin: 20px 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #11111195;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.color-text {
    margin: 0 auto;
    display:table;
    font-weight: bold;
  
}


.share-buttons img {
	max-width:100px !important;
	max-height:30px !important;

}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
	cursor: pointer;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


.adbox {

min-height: 180px;
/*background-color: #fffcba;*/
text-align: center;
  
}

#hz-area {
   background: #111; 
   min-height: 260px;
   border-radius: 10px;
}

#hz-table {
 margin-top:8%;
 width:100%;

}

#can {
    width:100%;
}

.blog-card {
    
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #00000050;
    padding: 20px;
    transition: transform 0.3s;
    min-height: 280px;
    margin: 10px 0px;
    
}


.blog-card span:before {
    
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: #ccc;
 
}

.blog-card:hover {
    
    transform: scale(1.03);
    cursor: pointer;
    
}

.footer img {
    transition: transform 0.2s;
}

.footer img:hover {
   transform: scale(1.2);
}





/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    
    .header {
        
        padding: 0px 10px;
    }
    
  .header a {
    float: none;
    display: block;
    text-align: left;
    font-size:1.3em;
  }
  
  .header-right {
    float: none;
    display:none;
  }
  
  .header-right a {
   
   border-bottom: 1px solid #757575;
   padding: 10px;
  }
  
  .header-right.responsive {
    float: left;
    display:block;
     width:100%;
  }
  
  
  .header-right.responsive .drop-down {float: none; width:100%;}
  .header-right.responsive .dropdown-content {position: relative; top:0; right:0;background:none;box-shadow:none; }
  .dropdown-content a {color:white;}
  .header-right.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  
  #menu-icon {
      display:inline-block;
      float:right;
      position : absolute;
      top:10px;
      right:10px;
  }
  
  .logo {
     width:50%;
  }

  .adbox {

  min-height: 240px;
  
}
}










                       
