
.contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/contact.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact--lockup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .contact--lockup {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .contact--lockup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact--lockup .modal {
  padding: 45px 45px;
  text-align: center;
  background-color: #0c0c0c;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.75);
}

.contact--lockup .modal--information p,.contact--lockup .modal--information a {
  display: block;
  margin: 14px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.contact--lockup .modal--information p {
  margin-top: 0;
}

.contact--lockup .modal--options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact--lockup .modal--options>li {
  width: 130px;
  margin: 0 auto 25px auto;
}

.contact--lockup .modal--options li:nth-child(1) {
  background-color: #1769ff;
}

.contact--lockup .modal--options li:nth-child(2) {
  background-color: #ea4c89;
}

.contact--lockup .modal--options li:nth-child(3) {
  margin-bottom: 0;
  background-color: #0f33ff;
  text-transform: uppercase;
}

.contact--lockup .modal--options a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

 .sub-section4-2 p
{   
    color:#fff;
    font-family:gadugi;
    font-weight:lighter;
    display: inline-block;
	padding-top: 10px;
    vertical-align: ;

}
.sub-section4-2  img
{
  display: inline-block;
  vertical-align: middle;
  margin-right:20px;
}

.h1Contact
{
  text-align:center;
  font-family: Allura;
  color:#fff;
  text-shadow: 2px 2px 10px #000000;
  margin-top:3%;
  margin-bottom:6%;

}
@media (max-width: 600px) 
{
 .sub-section4-2
 {
  display:none;
 }
 
 .contact
 {
  padding-top:10%;
 }
}