@import url("https://fonts.googleapis.com/css?family=Roboto");
@media (min-width: 0px) and (max-width: 532px) {
  .vertical-center {
    margin-top: 50px;
  }
}
body {
  background: url("../img/bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  font-family: Roboto;
}

.bg-dark {
  background-color: transparent !important;
}

.shadow {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.navbar {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.navbar-active {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.vertical-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.vertical-center .container .row {
  position: relative;
}
.vertical-center .container .row h3 {
  color: orange;
}
.vertical-center .container .row p {
  color: lightgray;
}
.vertical-center .container .row::before {
  content: "";
  background: url("../img/bg_blur.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.vertical-center .container .row .top {
  font-size: 80px;
  color: orange;
}
.vertical-center .container .row .top .type {
  color: white;
}
.vertical-center .container .row .down {
  font-size: 36px;
}
.vertical-center .container .row .down div {
  float: left;
}

.type {
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  height: 30px;
  border-radius: 15px;
  line-height: 16px;
  margin-right: 15px;
  margin-left: -5px;
  background-color: orange;
}

.works {
  color: black;
  width: 100%;
  background: white;
  overflow-y: auto;
}
.works table {
  border-collapse: collapse;
  border-radius: 15px;
  text-align: center;
}
.works table thead {
  background-image: linear-gradient(to right, #001a80, #5b20a5, #bf2977, #c72b2b);
  color: white;
}
.works .lg-widget {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  border-radius: 15px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  vertical-align: center;
  font-weight: bold;
  color: white;
  margin: 0px 0px 10px 20px;
}
.works .lg-widgets {
  width: 90%;
}

.contacts {
  padding-bottom: 10vh;
}
.contacts h1 {
  padding: 2.5%;
}
.contacts .box {
  color: black;
  margin-bottom: 50px;
}
.contacts .card {
  width: 18rem;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
}

.contacts .card a, .contacts .card a:hover, .contacts .card a:visited, .contacts .card a:active{
	text-decoration: none;
}

.contacts .card img {
  margin-bottom: 30px;
}
.contacts .gmail {
  color: #d32e2a;
}
.contacts .facebook {
  color: #475993;
}

.footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 15px 0px 15px;
  height: 50px;
  line-height: 50px;
}
.footer .right {
  float: right;
}