*
{
  border: none;
  margin: 0;
  padding: 0;
}

::selection
{
  background-color: #2ba7ab;
  color: #fff;
}

::-moz-selection
{
  background-color: #2ba7ab;
  color: #fff;
}

html,
body
{
  height: 100%;
}

body,
h1,
h2,
p,
a
{
  font-family: Ubuntu, UbuntuRegular, Avenir, Roboto, Calibri, Arial, sans-serif;
}

body
{
  background-color: #f9f9f9;
  color: #2ba7ab;
  font-size: 13px;
  line-height: 1.3em;
}

h1
{
  color: #2ba7ab;
  font-size: 72px;
  line-height: 1.3em;
  padding: 30px 0 20px;
}

h2
{
  color: #abe8eb;
  font-size: 48px;
  line-height: 1.3em;
  padding-bottom: 30px;
}

p
{
  color: #999;
  padding-bottom: 10px;
}

a
{
  color: #2ba7ab;
  text-decoration: none;
}

@media only screen and (max-device-width: 480px)
{
  h1
  {
    font-size: 48px;
  }

  h2
  {
    font-size: 24px;
  }
}

.container
{
  margin: 0 auto -80px;
  max-width: 960px;
  min-height: 100%;
  text-align: center;
}

.push,
.footer
{
  height: 60px;
  margin-top: 20px;
}

.footer
{
  background-color: #abe8eb;
  color: #2ba7ab;
}

.nav
{
  line-height: 24px;
  padding: 6px 10px;
  position: absolute;
}

@media only screen and (max-device-width: 480px)
{
  .nav
  {
    display: none;
  }
}

.elmasgunes
{
  background-color: #2ba7ab;
  color: #fff;
  float: right;
  line-height: 60px;
  padding: 0 10px;
}

.elmasgunes a
{
  color: #fff;
}

.elmasgunes-logo
{
  vertical-align: middle;
}

.social-logo
{
  position: relative;
  display: inline-block;
  top: 8px;
  padding: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: .4;
}

.social-logo:hover
{
  opacity: 1;
}

.social-logo-svg
{
  fill: #fff;
}
