@import url('https://fonts.googleapis.com/css?family=Roboto|Suez+One&display=swap');

*{
  margin: 0;
  padding: 0;
  outline: none;
}

body, html{
  width: 100%;
  height: 100%;
}
body{
  background-color: #fafafa;
  font-family: Trebuchet MS, Helvetica;
}


/*шапка*/

header{
  width: 100%;
  padding: 10px 0.5% 0px 0.5%;
  background: transparent;
  float: left;
  position: fixed;

}
header #logo{
  color: #fff;
  cursor: pointer;
}
header #logo a > img{
  width: 50px;
  height: 40px;
  cursor: pointer;
  opacity: 0.5;
}
header #logo a {
  font-size: 1.7em;
  line-height: 25px;
  margin-left: 40px;
  font-family: 'Suez One', serif;
  color:  #fff;
  text-decoration: none;
}

#about{
  float: right;
  width: 67%;
}

#about{
  float: left;
  width: 100%;
}

#about{
margin-left: 30%;
text-align: center;
font-size: 1em;
line-height: 20px;
margin-bottom: 10px;
}

#about > a {
    float: left;
    display: block;
    height: 30px;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

#about > a:hover {color: #fff;
text-decoration: underline;
background: #7303c0;
}

#about > a:not(:last-child){
margin-right: 7%;
}
.fixed{
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid silver;
}
header.fixed #logo a{
  color: #343434;
}
.fixed #about a { color: #343434}
.fixed #about a:hover { color: #fff}


@media (min-width: 872px)  {
  #logo{
    float: left;
    width: 30%;
    font-size: 1.1em;
  }
    #about {
      float: left;
      width: 67%;
    }
  }
@media (max-width: 871px) {
  #logo{
    float: left;
    width: 30%;
    font-size: 1.1em;
  }
    #about {
      float: left;
      width: 20%;
    }
  }
  @media (max-width: 870px) {
    #logo{
      margin-top: 15px;
      width: 100%;
      font-size: 1.5em;
    }
    #about{
      float: left;
      width: 50%;
    }
  }


/*верх*/

#top{
  width: 100%;
  height: 500px;
   background-image: url('../img/atlasbg1.jpg');
  /*background-image: url(https://karabas.live/wp-content/uploads/2018/07/Palianytsia-Oleksandr_POI_1800-1-775x400.jpg);*/
  background-blend-mode: multiply;
  background-color: #2e3a44;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 3em;
}

#top h1{
  padding-top: 10%;
  font-family: 'Suez One', serif;
}
#top h3 {
  color: #ccc;
  font-size: 0.9em;
}

@media (max-widh: 1000px) {
  #top {
    height: 600px;
  }
  #top h1 {
    font-size: 2em;
  }
}

@media (max-width: 851px) {
  #top {
    height: 600px;
  }
  #top h1 {
      padding-top: 20%;
    font-size: 1.4em;
  }
}

@media (max-widh: 650px) {
  #top {
    height: 500px;
  }
  #top h1 {
    padding-top: 30%;
    font-size: 1em;
  }
}
/*фото фесту*/

#main2 {
  background: linear-gradient( 360deg, #03001e, #7303c0, #ec38bc, #7303c0, #03001e /*#fdeff9*/);
  padding: 100px;
  width: 90%;
  float: left;

  text-shadow: #000 0 0 2px;
  border-top: 2px solid silver;
  color: #a3a0ad;
  font-size: 1.3em;
}

#main2 div {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
  font-family: 'Roboto', serif;
}
#main2 img{
  margin-top: 50px;
  height: 400px;
  width: 600px;
}
#main2 h2{font-size: 3em;
margin-top: 400px;
}
#main2 span{
-webkit-font-smoothing: antialiased;
  color: #fff;
}

/*інформація про фест*/

#main{
   background-image: url('../img/atlasbg2.jpg');
  /*background-image: url(https://artefact.org.ua/wp-content/uploads/2018/06/Fayne-misto-festival.jpg);*/
  background-blend-mode: multiply;
  background-color: #4f1c75;
  background-size: cover;
  background-attachment: fixed;

  padding: 100px;
  width: 90%;
  float: left;

  border-top: 2px solid silver;
  color: #a0a0a0;
  font-size: 1.3em;
}

#main div {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
  font-family: 'Roboto', serif;
}
#main h2{font-size: 3em}
#main span{
-webkit-font-smoothing: antialiased;
  color: #fff
}

@media (min-widh: 1401px) {
  #main {
    padding: 100px 20%;
    width: 60%;
  }
}

@media (min-widh: 1400px) {
  #main{
    padding: 100px 10%;
    width: 80%;
  }
}

@media (max-widh: 700px) {
  #main div {
    width: 98%!important;
    margin-bottom: 20px!important;
  }
}


/*Картінки*/
