body {
    overflow-x: hidden;
    padding-top: 50px;
}

.main-content-container {
    padding: 40px 15px;
}

.main-content-container a.submit-btn {
    margin-right: 10px;
}

@font-face {
    font-family: 'Casual Encounter';
    src: url('/static/fonts/casualencounter.eot');
    src: url('/static/fonts/casualencounter.eot?#iefix') format('embedded-opentype'), url('/static/fonts/casualencounter.woff2') format('woff2'), url('/static/fonts/casualencounter.woff') format('woff'), url('/static/fonts/casualencounter.ttf') format('truetype'), url('/static/fonts/casualencounter.svg#glyphicons_halflingsregular') format('svg');
}

input[type=number]{
    width: 80px;
}

@font-face {
    font-family: 'Play';
    src: url('/static/fonts/play-regular.eot');
    src: url('/static/fonts/play-regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/play-regular.woff2') format('woff2'), url('/static/fonts/play-regular.woff') format('woff'), url('/static/fonts/play-regular.ttf') format('truetype'), url('/static/fonts/play-regular.svg#glyphicons_halflingsregular') format('svg');
}

.pixel-border-top {
    background: url('/static/images/pixel_border_top.png') repeat-x,
    url('/static/images/polycraft_world_background.png') repeat;
    height: 75px;
}

.pixel-border-bottom {
    background: url('/static/images/pixel_border_bottom.png') repeat-x,
    url('/static/images/polycraft_world_background.png') repeat;
    height: 75px;
}

.landing-inner {
    background: lightgrey url('/static/images/polycraft_world_background.png') repeat;
}

.landing-heading-font {
    font-family: "Casual Encounter", sans-serif;
    line-height: 1.75;
}

.landing-paragraph-font {
    font-family: "Play", sans-serif;
    font-size: x-large;
    color: #303030;
}

.landing-nav-btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 125px;
}

.landing-outer {
    background-color: #ffffff;
}

.landing-video {
    margin: 0 auto;
    text-align: left;
}

a.admin-link, a.admin-link :hover {
    color: #ff851b;
}

.right1{
    float:right;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    overflow: auto; /* Enable scroll if needed */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {padding: 2px 16px;}

#img1{
    float:left;
}

#img2{
    float:left;
}

#img3{
    float:left;
}

#img4{
    float:left;
}

#img5{
    float:left;
}

#img6{
    float:left;
}

#img7{
    float:left;
}
#img1 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 20%;
}
#img1 #img12 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img1:hover #img12 {
    display: inline;
}

#img2 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 5%;
}
#img2 #img22 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img2:hover #img22 {
    display: inline;
}

#img3 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 5%;
}
#img3 #img32 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img3:hover #img32 {
    display: inline;
}

#img4 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 5%;
}
#img4 #img42 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img4:hover #img42 {
    display: inline;
}

#img5 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 5%;
}
#img5 #img52 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img5:hover #img52 {
    display: inline;
}

#img6 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 5%;
}
#img6 #img62 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img6:hover #img62 {
    display: inline;
}

#img7 {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-left: 5%;
}
#img7 #img72 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#img7:hover #img72 {
    display: inline;
}

.text-center{
    clear: both;
}

