/* --------------- FONTS -------------- */

@font-face {
font-family: Aileron-Bold;
src: url("/fonts/Aileron-Bold.otf");
font-weight: normal;
}

@font-face {
font-family: Aileron-Light;
src: url("/fonts/Aileron-Light.otf");
font-weight: normal;
}

@font-face {
font-family: Aileron;
src: url("/fonts/Aileron-Regular.otf");
font-weight: normal;
}



/* --------------- COMMON STYLES -------------- */

html {
   background-color: #F1EEE9;
}

.container {
    font-family: "Aileron-Light";
    background-color: #f7f7f7;
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    color: #000;
}

.row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    min-width: 280px;
    height: 100%;
}

.content {
    width: 100%;
    max-width: 500px;
    min-width: 280px;
    margin: 0 auto;
}

h1 {
   font-family: "Aileron-Bold";
   font-weight: 300;
   font-size: 36px;
   letter-spacing: 5px;
   line-height: 36px;
}

h2 {
   font-family: "Aileron-Bold";
   font-size: 20px;
   letter-spacing: 8px;
   line-height: 20px;
   margin: 10px 0;
   text-transform: uppercase;
}

#email {
   font-size: 16px;
   line-height: 16px;
}

h3 {
   font-size: 16px;
   letter-spacing: 3px;
   line-height:16px;
}

a:link {
    color: #f2f2f2;
    text-decoration: none;
}

a:hover, a:active, a:visited {
    color: #999;
    text-decoration: none;
}

.logo-holder {
    padding: 0px 15px 50px;
}

.logo-holder .favi {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}

.logo-holder img {
    display: block;
    max-width: 500px;
    min-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto !important;
}

.info-holder {
    padding: 30px 15px;
    min-width: 280px;
    width: 100%;
    max-width: 500px;
    margin-left: 0 auto;
}

#social-icons {
   margin: 20px auto;
}

#social-icons td {
  width: 60px;
  height: 60px;
  padding: 0 10px;
}

.icon-holder {
  display: table;
  height: 100%;
  width: auto;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}

.icon-holder i, .icon-holder a  {
  display: table-cell;
  line-height: 60px;
  font-size: 40px;
  color: #000;
  width: 70px;
}

#email {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

#email:hover {
    color: #333;;
}

.icon-holder i:hover, .icon-holder a:hover, .icon-holder:hover {
   color: #333;
}


@media (max-width: 676px) {

h1 {
   font-size: 22px;
   line-height: 28px;
   letter-spacing: 3px;
}

h2 {
   font-size: 18px;
   line-height: 24px;
   letter-spacing: 3px;
}

h3 {
   font-size: 14px;
   line-height: 24px;
   letter-spacing: 3px;
}

#social-icons td {
  width: 60px;
  height: 40px;
}

.icon-holder {
  border-radius: 5px;
}

.icon-holder i, .icon-holder a  {
  font-size: 30px;
  line-height: 40px;
}

}


@media (max-width: 360px) {

h2 {
   font-size: 13px;
   line-height: 15px;
}

h3 {
   font-size: 11px;
   line-height: 13px;
}

}






