@viewport 
{
  width: device-width ;
  zoom: 1.0 ;
}

body
{
    font-family: Calibri, sans-serif, Times, Arial;
    padding: 0;
    margin: 0;
    background-color: #CDB996;
}

img
{
    max-width: 100%;
}

.container
{
    max-width: 1000px;
    max-height: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 16px;
}

ul
{
    margin: 0;
    padding: 0;
}

.patch-note
{
    padding: 4px; 10px 4px; 10px;
    list-style-position: inside;
    list-style-type: square;
}

.step-by-step-list
{
    padding: 4px; 10px 4px; 10px;
    list-style-position: inside;
    list-style-type: upper-roman;
}

.page-title
{
    font-size: 34px;
    border-top: #321A0D 3px solid;
    border-bottom: #321A0D 3px solid;
    background: #A65023;
    text-align: center;
    color: #FFFFFF;
}

.to-top-floating-button
{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
}

.to-top-floating-button a
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #475677;
    color: #CCDBFF;
    border: #55678E 4px groove;
    border-radius: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}

.to-top-floating-button a:hover
{
    background: #A65223;
    color: #F7ECE1;
    border: #F7ECE1 4px solid;
}

header
{
    background: #CDB996;
    color: #000000;
    padding-top: 2%;
}

header a
{
    color: #193B7A;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header #banner
{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
}

header #banner h1
{
    float: right;
    margin: 0;
}

header #banner img
{
    max-width: 100%;
    border: #F7ECE1 4px solid;
    border-radius: 10px;
}

nav
{
    background: #CDB996;
    max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    height: 39px;
}

nav ul
{
    
}

nav ul li
{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 35px;
}

nav ul li a
{
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    background: #475677;
    color: #CCDBFF;
    border: #55678E 4px groove;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

nav ul li a:hover
{
    background: #A65223;
    color: #F7ECE1;
    border: #F7ECE1 4px solid;
}

#page-intro
{
    background: #475677;
    color: #CCDBFF;
    border: #FFEEE8 4px solid;
    border-radius: 25px;
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#page-intro h1
{
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 10px;
}

#page-intro p
{
    font-size: 20px;
}

#page-intro a
{
    color: #CCDBFF;
}

#page-follow
{
    background: #CDB996;
    color: #000000;
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#page-follow a
{
    color: #000000;
}

#page-key
{
    background: #475677;
    color: #CCDBFF;
    border: #FFEEE8 4px solid;
    border-radius: 25px;
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#page-key a
{
    color: #CCDBFF;
}

#page-key .keys li
{
    list-style-type: none;
}

#page-key .keys li a
{
    color: #CCDBFF;
    line-height: 1.5;
}

#page-key h3
{
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

#page-sections
{
    background: #475677;
    color: #CCDBFF;
    border: #FFEEE8 4px solid;
    border-radius: 25px;
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#page-sections a
{
    color: #CCDBFF;
}

#page-sections h3
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

#page-sections h4
{
    text-decoration: none;
    font-size: 16px;
}

#boxes-index-showcase
{
    max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#boxes-index-showcase .box
{
    float: left;
    text-align: left;
    max-width: 30%;
    padding: 1%;
    display: block;
}

#boxes-index-showcase .box img
{
    max-width: 100%;
    background: #475677;
    color: #CCDBFF;
    border: #55678E 4px groove;
    border-radius: 10px;
}

#boxes-index-showcase .box img:hover
{
    background: #A65223;
    color: #F7ECE1;
    border: #F7ECE1 4px solid;
}

#boxes-index-showcase .box a
{
    color: #000000;
}

#boxes-mod-images
{
    max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#boxes-mod-images .box
{
    float: left;
    text-align: left;
    max-width: 30%;
    padding: 1%;
    display: block;
}

#boxes-mod-images .box img
{
    max-width: 100%;
    background: #475677;
    color: #CCDBFF;
    border: #55678E 4px groove;
    border-radius: 10px;
}

#boxes-mod-images .box img:hover
{
    background: #A65223;
    color: #F7ECE1;
    border: #F7ECE1 4px solid;
}

#boxes-mod-images .box a
{
    color: #000000;
}

#boxes-mod-images .single-box
{
    float: left;
    text-align: left;
    max-width: 100%;
    padding: 1%;
    display: block;
}

#boxes-mod-images .single-box img
{
    max-width: 100%;
    background: #475677;
    color: #CCDBFF;
    border: #55678E 4px groove;
    border-radius: 10px;
}

#boxes-mod-images .single-box img:hover
{
    background: #A65223;
    color: #F7ECE1;
    border: #F7ECE1 4px solid;
}

#boxes-mod-images .single-box a
{
    color: #000000;
}

#boxes-mod-images .vid-box
{
    float: left;
    text-align: left;
    max-width: 99%;
    padding: 1%;
    margin: 0.25%;
    display: block;
}

#boxes-mod-images .vid-box video
{
    max-width: 100%;
}

footer
{
    background: #475677;
    color: #CCDBFF;
    border: #FFEEE8 4px solid;
    border-radius: 25px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
