/*
sandbrown dark #ab8a6d
sandbrown #b69a81

*/



body{
    background-color:   #F3F3F3;
}
.mycontainer{
    padding: 10px;
}

#mynav{ 
    font-family: "Arial", Arial;
    background: rgba(255, 255, 255, 0.7);
}
#banner{ 
    box-shadow: 0px 2px 5px black; 
}
.parallax {
    width: 100%;
    background-attachment:  fixed;
    background-repeat:      no-repeat;
    /*background-position:    center;*/
    /*background-size:        cover;*/
    background-size:        contain;
}

p.portrait{
    font-size: 16px;
}


#footer{
    font-family:        Arial;
    color:              white;
    /*background-color:   #82644a;*/
    background-color:   #404040;;
    font-size:          14px;
}
.footer:hover{
    color:              grey;
    text-decoration:    none;
}
a.footer{
    color:              white !important;
    font-size:          14px;
}

.overlap_container{
    width: 100%;
    height: auto;
    position: relative;
}
.overlap_top,
.overlap_bottom{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.overlap_top{
    z-index: 10;
}
.overlap_bannertext{
    font-family: "Times New Roman", Times, serif;
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 25%;
}

.overlap_right_top{
    position: absolute;
    padding: 50px;
    z-index: 10;
    top: 10px;
}
.overlap_right_bottom{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.mycolor{
    /*color:              #e8270c;*/
    color:              #5e5e5e;
}

.selector{
    margin:             0px;
    padding:            0px;
    border:             none;
}
.rightbox{
    margin:             0px;
    padding:            0px;
    border:             none;
}
.leftbox{
    margin:             0px;
    padding:            0px;
    border:             none;
    background-color:   #e8270c;
    color:              #eaeaea;
}
#rightselector{
    opacity:            0.6;
}

.mybutton{
    background-color:   #e8270c;
    box-shadow: 1px 1px 3px black;
    border: none;
    
    padding: 15px 32px;
    display: inline-block;
    color: #eaeaea;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px black;*/
}

div.content{
    position: relative;
    top: 220px;
    background-color: #F6F6F6;
    box-shadow: 0px 2px 5px black;
}

.wtlink{
    font-size: 26px;
}
.wtlinkdiv{
    position: absolute;
    color: black;
    top: 40px;
    margin: 10px;
}
.sliding-middle-out {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    color: black;
}
.sliding-middle-out:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
    width: 100%;
    background: black;
}
.sliding-middle-out:hover{
    text-decoration: none;
    color: black;
}


.sliding-middle-out-white {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    color: white;
}
.sliding-middle-out-white:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out-white:hover:after {
    width: 100%;
    background: white;
}
.sliding-middle-out-white:hover{
    text-decoration: none;
    color: white;
}


input[type=submit] {
    width: 100%;
    background-color: #ab8a6d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #b69a81;
}

a.btn{
    /*background-color: #ab8a6d;*/
    background-color: #404040;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
a.btn:hover {
    /*background-color: #b69a81;*/
    background-color: #4d4d4d;
    color: white;
}
.mybtn{
    width: 100%;
    /*background-color: #ab8a6d;*/
    background-color: #404040;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.mybtn:hover {
    /*background-color: #b69a81;*/
    background-color: #4d4d4d;
    color: white;
}

.modallink {
    position: relative;
    padding-bottom: 3px;
    color: black;
}