@font-face {
    font-family: 'akzidgrobeligcn';
    src: url('fonts/AkzidenzGroteskBE-Super.eot');
    src: url('fonts/AkzidenzGroteskBE-Super.eot?#iefix') format('embedded-opentype'),
         url('fonts/AkzidenzGroteskBE-Super.woff') format('woff'),
         url('fonts/AkzidenzGroteskBE-Super.ttf') format('truetype'),
         url('fonts/AkzidenzGroteskBE-Super.svg#AkzidenzGroteskBE-Super') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial-Black';
    src: url('fonts/Arial-Black.eot');
    src: url('fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arial-Black.woff') format('woff'),
         url('fonts/Arial-Black.ttf') format('truetype'),
         url('fonts/Arial-Black.svg#Arial-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: akzidgrobeligcn;
  background-color: #c4c5c0;
}

h1 {
    font-size: 75pt;
    line-height: 75pt;
    font-weight: normal;
}

h2 {
    font-size: 55pt;
    line-height: 55pt;
    font-weight: normal;
    margin: 0px;
}

p {
    font-size: 18pt;
    line-height: 26pt;
    font-family: arial;
    font-weight: lighter;
    margin-bottom: 0px;
}

p.sub-header {
    font-weight: bold;
    margin-top: 0px;
}

.nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    right: 0px;
    z-index: 100;
}

.nav > ul {
    list-style: none;
}

.nav li {
    width: 8px;
	height: 8px;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    margin: 22px;
}

.nav li.active {
    background-color: transparent;
	border: 1px solid #ffffff;
}

.nav a  {
    text-decoration: none;
    height: 8px;
    width: 8px;
    position: absolute;
}

.circle-button {
    display: block;
    width: 80px;
    height: 80px;
    color: #f06424;
    background-color: rgba(0, 0, 0, .7);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.square-button {
    display: block;
    background-color: #f1621f;
    color: #ffffff;
    padding: 15px 50px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'arial';
    font-size: 16pt;
}

/* iPad (Landscape) */
@media (max-width: 1024px) and (orientation: landscape) {
}

/* iPad (Portrait) */
@media (max-width: 768px) and (orientation: portrait) {
    h1 {
        font-size: 52pt;
        line-height: 52pt;
    }
}

/* iPhone (Landscape) */
@media (max-width: 736px) and (orientation: landscape) {
    h1 {
        font-size: 42pt;
        line-height: 42pt;
    }

    h2 {
        font-size: 42pt;
        line-height: 42pt;
    }

    p {
        font-size: 15pt;
        line-height: 20pt;
    }

    .nav {
        display: none;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    h1 {
        font-size: 36pt;
        line-height: 36pt;
    }

    h2 {
        font-size: 36pt;
        line-height: 36pt
    }

    p {
        font-size: 13pt;
        line-height: 18pt;
    }

    .square-button {
        font-size: 12pt;
    }
}

/* iPhone (Portrait) */
@media (max-width: 414px) and (orientation: portrait) {
    h1 {
        font-size: 42pt;
        line-height: 42pt;
    }

    h2 {
        font-size: 42pt;
        line-height: 42pt;
    }

    p {
        font-size: 15pt;
        line-height: 20pt;
    }

    .nav {
        display: none;
    }
}

@media (max-width: 320px) and (orientation: portrait) {
    h1 {
        font-size: 36pt;
        line-height: 36pt;
    }

    h2 {
        font-size: 36pt;
        line-height: 36pt
    }

    p {
        font-size: 13pt;
        line-height: 18pt;
    }
}

.ease-out-back {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ease-out-back-a-little {
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.ease-out-sine {
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition:         all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
 }
 
 .letter-spacing{
	letter-spacing: 2px;
 }

 /* Bala added new css for smiley images */

