h1,h2,h3,h4 {
  margin-bottom: 1rem;
}
h1,h2,h3,h4 {
  color: #fff;
}

h2 {
  font-size: 2rem;
}

.logo {
  max-width: 450px;
}

.hide {
  display: none;
}
iframe {
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 1px 2px 12px 8px rgba(255,255,255,0.04);
  min-width: 300px;
  max-width: 700px;
  min-height: 350px;
  max-height: 400px;
  height: 100%;
  width: 100%;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
h1,p,h2,h3 {
  color: #fff;
}
p {
  margin: 20px 0;
}

a {
  font-weight: bold;
  color: rgb(0,149,246);
}
a:visited {
  color: rgb(0,149,246);
}

h1 {
  font-size: 25px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 991px) {
  h1 {
    font-size: 65px;
  }
  p {
    padding-right: 40px;
  }
}

body {
  background: #161616;
  min-height: 700px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  display: inline-block;
  position: relative;
  margin: 28px 28px 28px 0;
}
ul li a img {
  width: 35px;
  height: 35px;
}

ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all .4s ease;
}
ul li a:hover {
  color: #fff;
  opacity: 0.8;
  transition: all .4s ease;
}

.content {
  width: 300px;
}
.image_cover {
  width: 300px;

  img {
    display: inline-block;
    margin-bottom: 30px;

  

    @media (min-width: 900px) {
      max-width: 300px;
    }

   
  }

  img:first-child {
    @media (max-width: 767px) {
      margin-right: 30px;
    }

    @media (min-width: 1510px) {
      margin-right: 30px;
    }
  }
 
}

.grey {
  opacity: 0.5;
}


@media (max-width: 767px){
  .content,
  .image_cover {
    width: 90%;
    margin: 0 auto;
  }
  .image_cover {
    margin-right: auto;
  }
  .image_cover img {
      max-width: 250px;
  }

}
@media (min-width: 768px){
  .content,
  .image_cover {
    width: 100%;
  }
}

.copyright {
  display: block;
  width: 100%;
}
.copyright,.copyright .year {
  color: #fff;
  display: inline-block;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-8 {
  padding-top: 8rem;
}
.pt-10 {
  padding-top: 10rem;
}

.center {
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}
