﻿body {
    background-color: black;
    background-position: center;
    margin: 0px;
    padding: 0px;
    /*background-image: url("images/background.jpg");*/
    background-attachment: fixed;
    background-position:center;
    background-position-y:bottom;
    background-size:100%;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    margin-bottom: -100px;
}

header {
    background-color: rgba(0, 0, 0,0.2);
    height: 75px;
    width: 100%;
}

main {
    background-color: #e2a95c;
    min-height: 60vh;
    margin-bottom: 100px;
    border-top: solid black;
    background-image: url("images/main6.jpg");
    background-size: 75%;
    background-repeat: no-repeat;
    background-size: cover;
}
footer {
    margin: -100px auto 0;
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    line-height: 70px;
    background-image: url("images/footer.jpg");
    background-size: 100%;
    border-top: solid #0e99c6;
    
}
nav {
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 25%, #000000 75%, rgba(0, 0, 0, 0) 100%);
    margin: 0 auto;
}

    nav ul {
        text-align: center;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.6);
    }

        nav ul li {
            display: inline-block;
        }

            nav ul li a {
                padding: 18px;
                font-family: "Arial";
                text-transform: uppercase;
                color: rgba(0, 35, 122, 0.5);
                font-size: 18px;
                text-decoration:none;
                display: block;
            }

                nav ul li a:hover {
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
                    background: rgba(255, 255, 255, 0.1);
                    
                }
.link {
    color: white;
}
#window {
    height: 60vh;
    background-color: rosybrown;
    padding-bottom: 1px;
    margin: 0 auto;
    opacity:0;
}

.websiteBackground
{
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo{
    margin: 10px;
    padding-left: 10px;
    padding-top:6px;
    height:40px;
}
header div{
    height: 60px;
}

#mainBox {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #000000;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.3) 85%, rgba(255, 255, 255, 0) 100%);
}
.title {
    height:100px;
    text-align:center;
    font-family: ScriptinaPro;
    font-size: 72px;
    font-weight: normal;
}



@font-face
{
    font-family: 'ScriptinaPro';
    src: url('fonts/ScriptinaPro.otf') format('opentype');
}

p
{
    font-family: "Arial";
    font-size: 18px;
}

.text
{
    font-family: "Arial";
    font-size: 18px;
}

.boxText{
    padding-top:10px;
}

.alignLeft{
    text-align:left;
    padding-left:50px;
}

.mapAlignment {   
    float: right;
    clear: right;
    margin-right:50px;
}

.image
{
    float: right;
    width: 20%;
    
}

.floatImage
{
    width: 60%;
    border-radius: 20px;
}


