@charset "utf-8";
/* CSS Document */

  
    header {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right:30px;
        margin-left: 30px;
    }
    
    body {
        background-image: url("http://www.geocities.ws/melodyf/Images/chinh-le-duc-518234-unsplashdarker.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

    }
  
nav 
    {
        color: #be1e2d;
        font-family: "Majesti Banner Medium";
        font-size: 120%
        
    }
 
    ol {
    list-style: none;
    margin: 10;
        padding: 20px;
        text-align: center;
    float: right;
        display: block;
 
}
  
    
    .image1
    { 
        width: 320px;
    padding: 10px;
    border: 2px solid gray;
    margin: 0; 
        
    }

a {
    display: inline;
    padding: 10px;
    background-color: #dddddd;
}
    
   a:link {
    color: #be1e2d; 
    background-color: transparent; 
    text-decoration: none;
       
}

a:visited {
    color: #8a8c8f;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: black;
    background-color: transparent;
    text-decoration: underline;
} 

.container {
    background: rgba(19,19,19,1.5); /* Fallback */
    background: rgba(19, 19, 19, .75);
	
}

h1 {
	text-align: center;
	color: #be1e2d;
	font-family: "Majesti Banner Medium";
}

h2 {
	text-align: center;
	color: white;
	font-family: "Majesti Banner Medium";
}
p {
	
	text-align: center;
	color: white;
	font-family: "Majesti Banner Light";
	font-size: 150%;
	
}
    
footer {
   position: fixed;
	font-family: "Athelas Regular";
	color: #8a8c8f;
	margin-top: 20;
   bottom:0;
	left: 5;
   width:100%;
   height:60px;   /* Height of the footer */
   background:transparent;
}
