@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic");

* {
  box-sizing: border-box;
}

@media (max-width: 960px) {
  #wthrCol {
    display: block;
    margin: 0 auto;
  }

  #wthrBtn {
    margin-top: 0%;
  }

  .form-row {
    display: flex;
    justify-content: center;
    align-content: center;
  }
}

@media (max-width: 800px), (max-height: 650px) {
  #input {
    margin-top: 0%;
  }

  .paral h1 {
    padding-top: 80px !important;
    line-height: 100px !important;
  }

  .paral p {
    display: none;
  }
}

@media (max-width: 960px) and (max-height: 580px) and (orientation: landscape) {
  .paral h1 {
    padding-top: 20px !important;
  }
}

@media (max-width: 960px) and (max-height: 490px) and (orientation: landscape) {
  .paral h1 {
    display: none;
  }
}

input[readonly].form-control {
  background-color: white;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  min-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0;
}

#logo {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}

label {
  color: white;
}

.anchor {
  padding-top: 50px;
}

#input {
  margin-top: 6.2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#station {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#weather {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#wthrBtn {
  margin-top: 32px;
}

.icons {
  height: 100%;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.weatherInfo {
  margin-bottom: 1%;
}

.list-group {
  font-size: 1.25rem;
  margin: 0 auto;
  width: 50vw;
  min-width: 800px;
}

.textParam {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px !important;
}

.paral {
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.paral p {
  font-size: 24px;
  color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}

.paral h1 {
  color: white;
  font-size: 60px;
  text-align: center;
  padding-top: 8%;
  line-height: 100px;
}

.jumbotron {
  margin-bottom: 0;
}

.cloudInfo {
  position: relative;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  padding: 3% 0px 0px 0px;
  right: 20px;
}

#map {
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
}

#content_map {
  width: 100%;
  height: 100%;
}

#commentBtn {
  margin-left: 3%;
}

#commentBtn:hover {
  color: black;
  transition: all 0.1 s;
}

.infComment {
  position: relative;
  right: 1%;
  white-space: nowrap;
  color: white;
}

#footer {
  background: rgba(0, 0, 0, 0.795);
  min-width: 800px;
  width: 100%;
  height: 50px;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color:#fff;
  z-index: 1;
  height: 80px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.header.shrink {
  background: rgba(0, 0, 0, 0.795);
  height: 50px;
}

.header h1
{
  height: 100%;
  margin-left: 10%;
  display: flex;
  align-items: center;
  font-size:30px;
  font-weight:normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header.shrink h1
{
  font-size:24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#langBtn
{
  position: absolute;
  right: 0px;
  margin-right: 10%;
  border:none; 
  color:whitesmoke;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}