/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

body {
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 1.6px;
  color: #dbe2e9;
  padding-bottom: 60px;
  position: relative;
  background: #b8b8b8;

}

a {
  color: #cccccc;
  text-decoration: none;
}
a:hover {
opacity: .6}


/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

.aligncenter {
    margin: 0 auto;
    max-width: 50%;
    text-align: left;

}

#wrap {
    margin-bottom: -40px;
    min-height: 100%;
    overflow: hidden;
}

.Logo-Top
{ width:100%;
  padding:7% 24%;
margin: auto 0;}

.social_icons p {    
  text-align: center;
  color: #000000;
  padding: 15px;
}
.social {
  bottom: 0px;
    position: relative;
   width: 600px;
    margin: auto;
    height: 50px;
    right: 25%;
    left: 50%;
    margin-left: -300px;
    padding-top: 85px;

}
.social_icons {
text-align: center;
 margin:auto; /* Required */
 position:absolute; /* Required */
 bottom:0; /* Aligns at the bottom */
 left:0;right:0; /* Aligns horizontal center */
 max-height:100%; /* images bigger than 175 px  */
 max-width:100%;  /* will be shrinked to size */ 
}
.social a, .social_icons a {  
  padding: 20px;
  color: #777777;
  text-decoration: none;
  fill:#777777;
}
a svg #social, a:hover { 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}


.temporal {
  line-height: 200%; 
}
.temporal h1 {
  padding: 20px 0;
}
.temporal h2 {
  font-size: 110%; 
  font-weight: 300; 
  color: #ffcc00; 
  padding-top: 25px; 
}
.cd-main-content {
  text-align: center;
}
.cd-main-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #64788c;
}
.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media only screen and (max-width:620px) {
 .Logo-Top{
  width:90%;
  padding:20px 0;
  margin: auto 0;
}
.aligncenter{
  max-width: 85%;
}

