@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Roboto:100,300,400,700");

@charset "utf-8";
body {
  padding: 0;
  margin: 0;
}
* {
  font-family: "Roboto", sans-serif;
  line-height: 1.65em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Merriweather Sans", serif;
  font-weight: 700;
  color: #e6c775;
}
h1 {
  margin-top: 0;
  font-size: 80px;
  line-height: 1em;
  text-shadow: -6px 8px 25px rgba(0, 0, 0, 0.4);
}
h2 {
  font-size: 40px;
  text-shadow: -6px 8px 25px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
h3 {
  font-size: 26px;
  color: #fff;
}
.kotelbkg {
  background-image: url(images/02.jpg);
  background-position: bottom;
}
.bluemiddle {
  background: rgba(4, 68, 189, 0.85);
  color: #fff;
}

.bluemiddle2 {
  background-color: azure;
}
.light-content {
  background: #fff;
}

.tanmiddle {
  background-image: url(images/tan_middle.png);
}
.bigblue {
  font-size: 30px;
  color: #052055;
  padding-top: 5px;
}
.blacklarge {
  font-size: 18px;
  color: #000;
}
.whitelarge {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.bluehighlight {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.whitetlarge2 {
  font-size: 20px;
  color: #fff;
}
.bluetext {
  font-size: 13px;
  color: #010a51;
}

.blacktext {
  font-size: 13px;
  color: #000;
}
.imagebuffer {
  padding-right: 10px;
  padding-bottom: 10px;
}

.imagebuffer2 {
  padding-left: 10px;
  padding-bottom: 10px;
}
.lightblue,
.lightblue a {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
}
.links {
  color: #051b44;
  text-decoration: underline;
}

body {
  background: url(images/39946037551_0d013e3810_k.jpg) no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn {
  background: rgb(17, 127, 17);
  background: -moz-linear-gradient(
    top,
    rgba(17, 127, 17, 1) 0%,
    rgba(4, 96, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(17, 127, 17, 1) 0%,
    rgba(4, 96, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(17, 127, 17, 1) 0%,
    rgba(4, 96, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117f11', endColorstr='#046000',GradientType=0 );
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 120px;
  height: 36px;
  padding: 10px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.btn:hover {
  background: rgb(0, 188, 12); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 188, 12, 1) 0%,
    rgba(6, 137, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 188, 12, 1) 0%,
    rgba(6, 137, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 188, 12, 1) 0%,
    rgba(6, 137, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bc0c', endColorstr='#068900',GradientType=0 ); /* IE6-9 */
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.35);
}
.rounded {
  border-radius: 5px;
  box-shadow: -6px 8px 25px rgba(0, 0, 0, 0.2);
}
.logo-70 {
  width: 170px;
  margin-left: 50px;
  border-right: 1px solid #07a3ee6b;
  border-left: 1px solid #07a3ee6b;
  padding: 0 50px;
}
.logo-75 {
  width: 130px;
  margin-right: -10px;
  padding-left: 50px;
}
.logo-state {
  width: 110px;
  margin-right: 10px;
}
