@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
html, body {
  height: 0%;
}

@media(min-width:1199px ){
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
  background-attachment: fixed !important;
  background-image: url("bg1.svg");
  background-repeat: repeat;
  background-size: cover;
  
}

.circle {
  position: absolute;
  left: 25%;
  top: 45%;
  width: 220px;
  height: 220px;
  margin-top: -70px;
  margin-left: -70px;
}
.circle, .circle button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.circle button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: white;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
}
.circle button:hover {
  background: #3071a9;
}
.circle button:focus {
  outline: none;
}
.circle ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
}
.circle li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}
.circle li input {
  display: none;
}
.circle li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;

  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}
.circle li input + label:hover {

}
.circle.open li input + label {
  width: 150px;
  height: 150px;
  line-height: 80px;
  margin-left: -40px;

}
.fab {
  font-size: 50px;
  line-height: 80px;
}
.fa-facebook { 
  color: #3a559f;
}
.fa-dribbble {
  color: #e74d89;
}
.fa-pinterest {
  color:#bd081c;
}
.fa-stumbleupon-circle {
  color: #eb4823;
}
.fa-reddit {
  color: #ff4500;
}
.fa-telegram {
  color: #2a9fd1;
}
.fa-google-plus {
  color: #d74c3e;
}
.fa-twitter {
  color: #53a8e6;
}

.logo{
    width: 100%;
}
}


@media(max-width:1199px ){
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        overflow-x: hidden !important;
        color: #838282;
      background-attachment: fixed !important;
      background-image: url("bg2.svg");
      background-repeat: repeat;
      background-size: cover;
      
    }
    
    .circle {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 120px;
      height: 120px;
      margin-top: -70px;
      margin-left: -70px;
    }
    .circle, .circle button {
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
    }
    .circle button {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 10px;
      background: white;
      border-radius: 50%;
      border: 0;
      color: white;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      transition: all .1s;
    }
    .circle button:hover {
      background: #3071a9;
    }
    .circle button:focus {
      outline: none;
    }
    .circle ul {
      position: absolute;
      list-style: none;
      padding: 0;
      margin: 0;
      top: -50px;
      right: -50px;
      bottom: -50px;
      left: -50px;
    }
    .circle li {
      position: absolute;
      width: 0;
      height: 100%;
      margin: 0 50%;
      -webkit-transform: rotate(-360deg);
      transition: all 0.8s ease-in-out;
    }
    .circle li input {
      display: none;
    }
    .circle li input + label {
      position: absolute;
      left: 50%;
      bottom: 100%;
      width: 0;
      height: 0;
      line-height: 1px;
      margin-left: 0;
    
      text-align: center;
      font-size: 1px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: none;
      transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
    }
    .circle li input + label:hover {
    
    }
    .circle.open li input + label {
      width:90px;
      height: 90px;
      line-height: 80px;
      margin-left: -40px;
    
    }
    .fab {
      font-size: 50px;
      line-height: 80px;
    }
    .fa-facebook { 
      color: #3a559f;
    }
    .fa-dribbble {
      color: #e74d89;
    }
    .fa-pinterest {
      color:#bd081c;
    }
    .fa-stumbleupon-circle {
      color: #eb4823;
    }
    .fa-reddit {
      color: #ff4500;
    }
    .fa-telegram {
      color: #2a9fd1;
    }
    .fa-google-plus {
      color: #d74c3e;
    }
    .fa-twitter {
      color: #53a8e6;
    }
    
    .logo{
        width: 100%;
    }
    }