body {
  background-color:#fff;
  font-family:Arial,sans-serif;
  font-size:16px;
}
h1{font-size:60px}h2{font-size:26px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}

@media screen and (max-width:600px) {
  .contentcolumn {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
.large {
  width: 100%;
  display:none!important
  }
.row {   
    flex-direction: column;
  }
.col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 601px) {
  .small{
  width: 100%;
  display:none!important
  }
}
.header {
  background-color:#121212;
  width:100%;
  height:200px;
  color:#fff;
}
.contentrow {  
  display: flex;
  flex-wrap: wrap;
}
* {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .contentcolumn {
    width: 100%;
  }
}
.left {
  flex: 55%;
}
.right {
  flex: 45%;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}
/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}
.grad1 {
  text-align:center;
  color: white;
  height: 50px;
  width: 200px;
  padding: 12px;
  font-weight: bold;
  border-radius: 25px;
  background-color: purple; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, purple , blue);
}
.imgsmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
}
/* Slideshow start */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 930px;
  position: relative;
  margin: auto;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4.0s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* Slideshow end*/

/* nav */
.topnav {
  overflow: hidden;
  background-color: #121212;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}
.active {
  background-color: #f000;
  color: white;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.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: #fff;
  color: #000;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* nav end */

/* contact */
input[type=text], select, textarea {
  width: 70%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type=submit] {
  text-align:center;
  color: white;
  height: 50px;
  width: 200px;
  padding: 12px;
  font-weight: bold;
  border-radius: 25px;
  background-color: purple; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, purple , blue);
  cursor: pointer;
}
.contact-container {
  background-color: #f2f2f2;
  padding: 20px;
}
/* contact end */
h1{font-size:60px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.tiny{font-size:10px!important}.small{font-size:12px!important}.medium{font-size:16px!important}.largetxt{font-size:18px!important}
.xlarge{font-size:24px!important}.xxlarge{font-size:36px!important}.xxxlarge{font-size:48px!important}.jumbo{font-size:64px!important}
.padding-large{padding:12px 24px!important}
.margin-top{margin-top:16px!important}
.text-black,.w3-hover-text-black:hover{color:#000!important}
.text-white,.w3-hover-text-white:hover{color:#fff!important}
.display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.center{text-align:center!important}
.content{max-width:980px} 
.display-container{position:relative}
.hide-largetxt{display:none!important}
.hide-small{display:none!important}
@media (min-width:993px) w3-hide-large{display:none!important}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:600px) w3-hide-small{display:none!important}
a:link {text-decoration: none;}
a:visited {color: none; text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
