.apple {
  display: inline-block;
  background-color: black;
  background-image: url("../img/apple.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.apple:hover {
  background-color: #2ecc71;
  opacity: 1;
}

.android {
  display: inline-block;
  background-color: black;
  background-image: url("../img/android.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.android:hover {
  background-color: #2ecc71;
  opacity: 1;
}

.windows {
  display: inline-block;
  background-color: black;
  background-image: url("../img/windows.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.windows:hover {
  background-color: #2ecc71;
  opacity: 1;
}

.twitter {
  display: inline-block;
  background-color: #11C1FF;
  background-image: url("../img/twitter.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.twitter:hover {
  background-color: #00a3dd;
}

.facebook {
  display: inline-block;
  background-color: #3B579D;
  background-image: url("../img/fb.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.facebook:hover {
  background-color: #2d4278;
}

.pinterest {
  display: inline-block;
  background-color: #CB2027;
  background-image: url("../img/pinterest.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.pinterest:hover {
  background-color: #9f191f;
}

.google {
  display: inline-block;
  background-color: #D95333;
  background-image: url("../img/google+.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.google:hover {
  background-color: #b73f22;
}

.linkedin {
  display: inline-block;
  background-color: #1C8CB4;
  background-image: url("../img/linkedin.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.linkedin:hover {
  background-color: #156a88;
}

.youtube {
  display: inline-block;
  background-color: #DA2723;
  background-image: url("../img/youtube.png");
  background-position: center center;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 40px;
  height: 53px;
  width: 53px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.youtube:hover {
  background-color: #ae1f1c;
}

.block1 {
  min-height: 600px;
  width: 100%;
  background-color: #e8a129;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center center;
}
.block1 h1 {
  color: white;
  font-family: "Pacifico", cursive;
  font-size: 46px;
  margin-top: 170px;
  margin-bottom: 45px;
}
.block1 p {
  color: white;
  font-size: 18px;
}

.block2 {
  min-height: 335px;
}
.block2 img {
  margin-top: 60px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
.block2 img:hover {
  transform: scale(1.1);
}
.block2 h3 {
  margin-bottom: 20px;
}
.block2 p {
  line-height: 22px;
}

.block3 {
  min-height: 425px;
  background-color: #e3e3e3;
}
.block3 h3 {
  margin-top: 55px;
}
.block3 p {
  margin-top: 15px;
  margin-bottom: 25px;
}
.block3 .embed-responsive {
  margin-top: 55px;
  margin-bottom: 55px;
}
.block3 .embed-responsive iframe {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-transform: rotate(0deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.block3 .form-control {
  border-radius: 15px;
}
.block3 #basic-addon2 {
  background-color: #2ecc71;
  color: white;
  width: 130px;
  border-radius: 0 15px 15px 0;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.block3 #basic-addon2:hover {
  background-color: #0fb456;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.block4 {
  min-height: 470px;
}
.block4 #italic {
  font-style: italic;
  margin-top: 60px;
}
.block4 #cname {
  margin-bottom: 30px;
}
.block4 img {
  margin: 0 15px 30px 0;
  display: inline-block;
  border-radius: 7px;
  height: 150px;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.block4 img:hover {
  transform: scale(1.2);
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h3 {
  color: black;
}

footer {
  display: block;
  padding: 50px;
  background-color: #e3e3e3;
}
footer a {
  display: inline-block;
  margin-right: 15px;
  color: #585858;
}
footer a:hover, footer a:focus {
  color: black;
  text-decoration: none;
}

#contactmat {
  display: block;
  margin-top: 20px;
}
