@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
.navbar-custom {
    color: whitesmokeS;
    background-color: #07000d;
    outline-color: #07000d;
    font-size: 1.2em
}

.navbar-brand {
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;    
}

a:link {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:visited {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:hover, a:active, a:focus {
	color: #2A1FFF; 
	background-color:transparent; 
	text-decoration:none
}


p {
    font-family: Palintino, serif;
    font-size: 16px; 
    color:#07000d;
    
} 

ul { font-family: Arial, Helvetica, sans-serif; color: whitesmoke;
    font-size: 12;  
}

h1 {
    font-family: Palantino, serif;   
}  

h2, h3 {
    color:#07000d;
    text-align:center;
    font-family: "Trebuchet MS", Helvetica, sans-serif; 
}

h4 { 
    font-family: Arial, Helvetica, sans-serif; color:whitesmoke;
    font-size: 2em;    
}

#home {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, "Arial Narrow", sans-serif;
	font-size: 14px;
    background-image : url(../images/Canvas_studio.jpg);
	background-color: whitesmoke;
    background-position: center;
    background-size: 1420px;
    background-repeat: no-repeat;
	   
}

.canvasborder {
    background-color: rgba(245,245,245,0.35);
    border-style: double;
    border-width: 10px;
    border-color:#f5f5f5;
    border-radius:40px;
    margin: 25px 10px 10px 10px;
    padding: 50px 50px 50px 50px;
    
}

#mapcol{
    
    padding:2em;
    background-color: rgba(255, 255, 255, 0);
    border-radius:40px;
    text-align:center;
    
}
    
#mapinfo{
    display:          none;
    margin:           240px 0px 0px 0px;
    padding:          5px 5px 10px 5px;
    background-color: rgba(245, 245, 245, 0.8);
    border-color:#f5f5f5;
    border-style:     double;
    border-radius:    5px;
    text-align:       center;
        
}

#masthead {
	background-color:#07000d;
    height: 24px;
}


#footer {
    position: fixed;
}

#LeftFooter {font-size:1.2em; background-color: #07000d;}
#CenterFooter {font-size:1.2em; background-color: #07000d;}
#RightFooter {font-size:1.2em; background-color: #07000d;}

