@font-face { font-family: 'ClaireHandRegular'; src: url('../font/ClaireHandRegular.ttf') format('truetype'); }  
* { padding: 0; margin: 0;}
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/* Font by 
http://www.teamscope.com.au
*/
html {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    font-family: 'ClaireHandRegular','Tahoma'; 
}
body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: black;
    background-image: url("../img/background_960.png");
    background-origin: padding-box;
    background-position: 50% 90%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    overflow-x:hidden;
    font-size:0.8em;

}

h1 {
    font-size: 1.2em;
    text-align:center;
    margin: 0 1.5%;
}

h2 {
	font-size: 1em;
	text-decoration:bold;
	text-align:left;
	margin-bottom:0.8em;
	margin-right:1.75%;
}

h3 {
	font-size: 0.8em;
	text-decoration:bold;
	text-align:left;
	text-shadow:5px 1px 20px #99CCFF;
	margin-bottom:0.8em;
	margin-left:1.75%;	
	margin-right:1.75%;
}
h4 {
	font-size: 0.7em;
	text-shadow:4px 1px 15px #99CCFF;
	margin-bottom:0.6em;
}

p{ margin-bottom: 1em; }
ul { margin-bottom: 0;  list-style-type:none;}

#logo {
    position:absolute;
    top:0px;
    z-index:-3;
}
.textnormal {
font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
font-size:90%;
}
 #logo img {
    margin: 2% 10%;
    width: 80%; 

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
}
.logo-top  img{
margin: 2%;
width: 35%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
}
#motto {
    font-size: 110%;
    position: fixed;
    bottom:45%;
    text-align: center;
    width: 90%;
    background-color:black;
    padding:3%;
    margin: 2% 5%;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
footer {
    bottom: 0px;
    left:0px;
    color: white;
    height:15px;
    min-height: 15px;
    padding: 0px 2%;
    position: fixed;
    text-align: center;
    width: 100%;
    border-top: 1px solid #666;
    background: rgba(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    z-index:4;
}
a {
    color: white;
    text-decoration:none;
}

nav{
    bottom: 15px;
    font-size: 150%;
    position: fixed;
    text-align: center;
    
    width: 100%;
    font-weight:bold;

}

nav li {
    background-color: white;
    border-top: 1px solid #666666;
    display: block;
    padding:2% 0px 1% 0px;
    background:transparent;

    background: rgb(255, 255, 255);    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(255, 255, 255, 0.7);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

nav li a {
display:block;
width:100%;
}

nav a{
    color: #000;
    line-height: 40px;
    text-shadow: 0.5px 0.5px 0.5px #283744;
    width:100%;
    font-weight:bold
}
.subnav{
text-align:center;
font-size:100%;
border-bottom:1px solid white;
margin-bottom:3%;
}
.subnav li{
    display:inline-block;
    width:32%;
    margin-bottom:1%;

}
 .subnav a {
 line-height: 20px;
     padding:2% 10%;
 }


#pull {
line-height:40px;
}

 a:link { font-weight:normal;}
header a:visited { font-weight:bold;}
header a:focus { font-weight:bold; }
header a:hover ,.subnav a:hover { 
    font-weight:bold;background-color:rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;

}
header a:active {
font-weight:bold;
}
.menu-top{
    top: 0;
    font-size: 130%;
    position: fixed;
    text-align: center;
    width: 50%;
    color: #000;
    right: 0px;
z-index:1;
height:0px;
}
.menu-top ul {
    display: none;
    height: auto;
}
.menu-top a#pull {
    display: block;
    color:white;
    background: rgb(0, 0, 0);    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
}
.menu-top a#pull:after {
    content:"";
    background: url('../img/nav-icon.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    }
.menu-top li {
    display: block;
    float: none;
    width: 100%;
}
header {
    top:0px; left:0px; right:0px;
    margin:0;
    height:10%;
}

.center{
    background-color: #000;
    color: white;
    margin: -15% 5% 5%;
    padding: 2%;
    text-align: left;
    width: 90%;
    height:100%;
    position:relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.75);

}

form label {
display:block;
}

#portrait {   
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom:5%;
}
#portrait img{

max-width:80%;
height:auto;
width: auto; /* ie 8 */
}

textarea {
width:100%;
}
.indent{
    margin-left:2%;
}
/* This rule is read by Galleria to define the gallery height: */
#galleria{height:320px;position:relative;z-index:0;}













/*
 -----------------------------   MEDIA 420 -------------------------------------------
*/
@media screen and (min-width:420px) {
body {

background-position: center 65%;
}
#motto {
    font-size: 150%;
}
h1 {
	font-size: 1.4em;
	margin: 0 1.75%;
}
h2{
	font-size: 1.2em;
	margin-bottom:1em;
}
h3 {
	font-size: 1em;
	margin-bottom:1em;
}

 #logo,.logo-top img {
    margin: 2% 0px 5% 2%;
    width: 30%;
    height: auto;
}

footer {
    height: 30px;
    padding: 1% 10px;
}

.menu-top  a#pull {
	display:none;
    width:0px;
}
nav ul, .menu-top  ul{
display: block;
border-bottom: 2px solid #000;
}
nav,.menu-top {
position: absolute;
top: 0px;
right: 0px;
float: right;
font-size: 180%;
text-align: center;
width: 60%;
color: #000;
}

nav li ,.menu-top li{
display: inline;
 background: rgba(255, 255, 255, 0);
 border:none;
}

nav li a, .menu-top li a {
display: inline-block;
width: 31.333%;
}

header a:visited { font-weight:bold;}
header a:focus { font-weight:bold; }
 header a:hover , footer a:hover {
background-color: white;
    background:transparent;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.5;
}
header a:active { font-weight:bold; }	
form label {
display: inline-block;
    width: 125px;
}
 .subnav a {
     padding:2% 20%;
 }

}














/*
 -----------------------------   MEDIA 620 -------------------------------------------
*/
@media screen and (min-width:620px) {

nav ul {
border-bottom: 3px solid #610B21;
}

 .subnav a {
     font-size:150%;
 }
nav, .menu-top {
font-size: 200%;
margin-top: 2%;
width: 60%;
}

 #logo img ,.logo-top img{
margin: 2% 2% 10%;
width: 70%;
height: auto;
z-index:-1;
}
.logo-top img{
margin: 2% 2% 5%;
width: 20%;
height: auto;
}

#portrait {   
float:right;
margin-left: 2%;
margin-right: 2%;
margin-bottom:2%;
}
#galleria{height:220px}

#motto{
    bottom:10%;
}
}



/*
 -----------------------------   MEDIA 760 -------------------------------------------
*/
@media screen and (min-width:760px) {

#galleria{height:320px}
}




/*
 -----------------------------   MEDIA 960 -------------------------------------------
*/
@media screen and (min-width:961px) {
            body {
            font-size:1.1em;
                background-position: center 50%;
                background-size: 100% auto;
            }

            nav, .menu-top {
            margin-top: 1%;
             position: absolute;
                right: 0;
                top: 0;
            } 
            .logo-top img {
             position: fixed;
             z-index:0;
            }
                
            .center{
            text-align: left;
            width: 80%;
            padding: 5%;
            margin: 10% 15% 5%;
            }
                
            form label {
            display: inline-block;
                width: 200px;
            }
}

@media screen and (min-width:1100px) {
        body {font-size:1.1em} 
        
        .logo-top img{
        margin: 2% 2% -10%;
        }
        
        #galleria{height:500px}
        
        footer{margin:0;padding:0 3%;}

        
        #motto{    
            bottom: 40%;
            float: right;
            margin-left: 40%;
            width: 50%;
            padding:20px;
        }
}



