*{
    margin: 0;
    padding 0;
    box-sizing: border-box;
}

html,
body{
    background-color: #fff;
    color: #555;
    font-family: 'Lato','Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.row{
    max-width:1140px;
    margin:0 auto; 
}

section {
    padding: 80px 0;
}

.box
{
    padding:1%;
}

h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
   
}

h1
{
  margin-top: 0;
  margin-bottom:20px;
  color: #fff; 
  font-size: 240%;
  word-spacing:4px;
letter-spacing:1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align:center;
    margin-bottom: 30px;
     letter-spacing:1px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #16a085;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
}

/* Main-Nav */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited
{
    padding:8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active
{
    border-bottom: 2px solid #16a085;
}

.sticky {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2 #efefef;
    z-index: 9999;
}

.sticky .main-nav {
    margin-top:18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
    
    padding: 16px 0;
    color: #555;
}

.sticky .sh-logo { display:block}


header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url(img/pacific_sunset.jpg);
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
        height: 100vh;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.scott
{
    border-radius: 50%;
    display: inline-block;
    margin-top: 100px;
}

.sh-logo {
    display:none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}


.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}


.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active

{
    background-color: #cf6d17;
}


.btn-full:hover,
.btn-full:active {
    border: 1px solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #cf6d17;
    color: #fff;
}

.icons{
    height: 80;
    width: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.long-copy
{
    text-align: center
}
.where{
    background-color: #f4f4f4;
}

.where-pics
{
    height: 200px;
    width: auto;
    margin-bottom: 20px;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color:#333;
    padding: 30;
    font-size:80%;
}

.footer {
    background-color:#333;
}

.footer-nav
{
    list-style:none;
    float: left;
}

.social-links {
    list-style:none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right:20px;
}


.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited 
{
    text-decoration: none;
    border:0;
    color: #888;
    transition: color 0.2
}

.footer-nav li a:hover,
.footer-nav a:active {
    color: #ddd;
}

footer p {
    color: #888;
    text-align: right;
}
.games {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)),url(img/mario-bg.jpg);
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    color:black;
}

.number {
    color: #16a085;
    border: 2px solid #16a085;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    height: 55px;
    width: 55px;
    padding: 5px;
    float:left;
    font-size: 150%;
    margin-right: 25px;
}
.gamebox img {
    height: 175px;
    width: auto;
}

.red{
    width=100%;
      display: block;
    margin-left: auto;
    margin-right: auto;
}
.red-dice {
    width: 300px;
    height: auto;
    margin-top:15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clickthedots {
    visibility: hidden;
    overflow: hidden;
    display:none;
}

.js-1,
.js-2, 
.js-3 {
    opacity:0;
    animation-duration: 1s;
}
.js-4 {
    animation-duration: 1s;
}
js-1.animated,
js-2.animated,
js-3.animated
{
opacity:1;
}

.responsive-fix {

}


