/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 16, 2016, 1:12:01 PM
    Author     : Brian
*/
/*>>>>>>>>>>>>>>>> Global Styles <<<<<<<<<<<<<<<<*/  
/* Page Header Section for Global*/
.header {
    background-color: #1A2E5F;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 1px;
}
#header1 {
   font-family: 'Milonga', cursive;
   color: #FCE7BB;
   margin: 1px;
   vertical-align: text-top;
}
#header2{
   font-family: 'Milonga', cursive;
   color: #FCE7BB;
   margin: 2px;
}
    /*Remove for now, may need down the road*/
        /*img.align-left {
            float: left;
        }
        img.align-right{
            float: right;
        */

/*Page Navigation Section for Global*/
.nav{
    background-color: #8E681A;
    border: 1px solid #CCCCCC;
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav li{
    display: inline;
}
.nav a{
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}
nav a:hover{
    background-color: #2E4272;
    color: #FFFFFF;    
}

/*Body Section for Global*/
body {
    background-color: #1A2E5F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100%;
    width: 100%;
}
h1{
   font-family: 'Milonga', cursive;
   color: #FCE7BB;
   text-align: center;
}
h2{
   font-family: 'Milonga', cursive;
   color: #FCE7BB;
   text-align: center;
}
h3{
   font-family: 'Milonga', cursive;
   font-size: 18px;
   color: #1A2E5F;
   margin-bottom: 5px;
   display: inline-block;
}
h4{
   font-family: 'Milonga', cursive;
   font-size: 16px;
   color: #1A2E5F;
   margin-bottom: 5px;
}
p{
    line-height: 1.4em;
}
ul{ 
    line-height: 1.4em;
    list-style-image: url("/media/images/notes1.png");
}
audio{
    width: 50%;
}
p a:link {
    text-decoration: none;
    color: #1A2E5F;
}
p a:hover{
    background-color: #2E4272;
    color: #FFFFFF;
    padding: 4px;
}
p a:visited {
    background-color: #FCE7BB;
    color: #475885;
}
    /*Styels links in tables*/
td a:link {
    text-decoration: none;
    color: #1A2E5F;
}
td a:hover{
    background-color: #2E4272;
    color: #FFFFFF;
    padding: 4px;
}
td a:visited {
    background-color: #FCE7BB;
    color: #475885; 
}
tr.even{
    background-color: #828DA9;
}
.content{
    padding: 10px;
    max-width: 1000px;
    min-width: 190px;
    margin: auto;
}
.section1{
    padding: 10px;
    border: double #8E681A;
    margin: 10px;
    min-height: 240px;
    max-width: 1000px;
    min-width: 180px;
    background-color: #E1C48A; 
}
.section2{
    padding: 10px;
    border: double #8E681A;
    margin: 10px;
    min-height: 350px;
    max-width: 1000px;
    min-width: 180px;
    background-color: #E1C48A;   
}
.organ,.piano,.band{
    float: left;
    margin: 8px;
    padding: 5px;
    height: 195px;
    border: double #8E681A;
    background-color: #E1C48A; 
}
.media{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#navexample {
    max-width: 100%;
    max-height: 100%;
} 
        /*Styles links on individual pages*/
.nb{
   list-style:none;
}
.nb a{
    text-decoration: none;
    color: #1A2E5F;
    }
.nb a:hover{
    background-color: #2E4272;
    color: #FFFFFF;
    padding: 4px;
}
.nb a:visited {
    background-color: #FCE7BB;
    color: #475885; 
}

/*Page Footer Section for Global*/
footer{
    clear:both;
    background-color: #828DA9;
    border:1px solid #8E681A;
    font-size: 14px;
    text-align: center;
    color: #000000;
    padding: 5px;
    margin: 0;
}
footer a{
    text-decoration: none;
    padding: 10px;
    }

/*>>>>>>>>>>> Mobile-Handheld Devices Styles <<<<<<<<<<<*/ 
@media only screen and (max-width:480px){
/* Page Header Section for Mobile-Handheld*/
    .header {
        border-bottom: 2px double #ccc;
    }
    #header1 {
        font-size: 20px;
    }
    #header2{
        font-size: 14px;
    }
    /*Remove for now, may need down the road*/
    /*.logo { 
        display: none; 
    }*/

 /*Page Navigation Section for Mobile-Handheld*/   
    #page-nav {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
    .nav a{
        padding: 5px;
        font-size: 16px;
    }
/*Body Section for Mobile-Handheld*/    
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 20px;
    }
    img.align-leftb{
        display: block;
        margin: auto;
    }
    img.align-rightb{
        display: block;
        margin: auto;
    }
    video{
        width: 100%;
    } 
    audio{
        width: 100%;
    }
    table {
        font-size: 13px;
    }    
    .simage {
        max-width: 95%;
        max-height: 95%;
    }
    .organ,.piano,.band{
        width: 270px;
    }
    #logo2{
        display: none;
    }
    #name, #email, #subject{
        width: 250px;
    }
    #message{
        width: 250px;
        height: auto;
    }    
 /*Page Footer Section for Mobile-Handheld*/   
    footer {
        margin-bottom: 5em;
    }

}
/*>>>>>>>>>>>>>>>> Tablet Device Styles <<<<<<<<<<<<<<<<*/  
@media only screen and (min-width:481px) and (max-width:768px) {
/* Page Header Section for Tablet Device*/    

    #header1 {
        font-size: 22px;
    }
    #header2{
        font-size: 16px;
    }
    /*Remove for now, may need down the road*/
    /*.logo { 
        display: none; 
    }*/
    
/*Page Navigation Section for Tablet Device*/    
    #page-nav {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
    .nav a{
        padding: 5px;
        font-size: 16px;
    }
/*Body Section* for Tablet Device*/
    body{
        background-image: url("/media/images/logo-background2.png");
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }    
    img.align-leftb{
        display: block;
        margin: auto;
    }
    img.align-rightb{
        display: block;
        margin: auto;
    }
    .simage { 
        max-width: 98%;
        max-height: 98%;
    }   
    .organ,.piano,.band{
        width: 300px;
    }
    #logo2{
        display: none;
    }
    #personaimage{
        float: left;
        margin-right: 35px;
        padding-left: 5px;
    }
/*Page Footer Section for Tablet Device*/    
    footer {
        margin-bottom: 4em;
    }   

}
/*>>>>>>>>>>>>>>>> Desktop Styles <<<<<<<<<<<<<<<<*/
@media only screen and (min-width:769px){
/* Page Header Section for Desktop*/
    #header1 {
        font-size: 36px;
    }
    #header2{
        font-size: 18px;
    }
/*Page Navigation Section* for Desktop*/   
    .nav a{
        padding: 10px;
        font-size: 18px;
    }
/*Body Section for Desktop*/    
    body{
        background-image: url("/media/images/logo-background2.png");
    }
    h1{
        font-size: 34px;
    }
    h2{
        font-size: 28px;
    }
    img.align-leftb{
        float: left;
        margin-right: 20px;
        padding-left: 5px;
    }
    img.align-rightb{
        float: right;
        margin-left: 20px;
        padding-right: 5px;
    }
    p{
        padding-left: 5px;
        padding-right: 5px;
    }
    th, td{
        padding-top: 7px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 15px;
    }    
    .organ,.piano,.band{
        width: 300px;
    }  
    .tpmargr {
        margin-right: 35px;
    }
    .tpmargl {
        margin-left: 35px;
    }
    #logo2 {
        padding: 35px;
    }
    #personaimage {
        float: left;
        margin-right: 35px;
        padding-left: 5px;
    }
    #personaimage2{
        float: left;
        margin-right: 35px;
        padding-left: 5px;        
    }
/*Page Footer Section for Desktop*/

}