@charset "utf-8";

.starter-template {
            padding: 3rem 1.5rem;
            text-align: center;
        }
        
.img-fluid {
            width: 100%;
            height: auto;
        }


body {
            padding-top: 0rem;
	

            
        }
 	html, body {
    height: 100%;
}
 
 
        .same-height {
            display: -webkit-flex; 
            display: -ms-flexbox; 
            display: flex;
        }
         


        
        @media (min-width: 992px){ 
        body
            {
         	background-image: url(../images/bg/BG_Lady.jpg);
            background-size:cover;
            background-repeat: no-repeat;
            background-attachment: fixed; 
            background-position: 0px 3rem;
           
            }
			.brand a {color: white}
			.brand a:hover {
				color: red;
				text-decoration: underline;
			}

         #main-text{
            margin-left: 0;
            margin-right: 0;
            width: 100%;
			padding:5px;
            padding-top; 10px;
            padding-bottom: 40px;
            }
        }
@media(min-width:992px){
			#main-text{
            margin-left: 33%;
            margin-right: 10px ;
            width: 70%;
            padding-top; 10px;
            padding-bottom: 40px;


            }
        }

             
        .bg-brown{
        background-color: #d6a88e;
	   border-bottom: #000000 1px solid;
	-webkit-box-shadow: 0px 4px 13px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 13px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 13px 3px rgba(0,0,0,0.75);
        }
    

                    
    #shadow {
            width: 100%;
            height: 1px;
        background-color: beige;
            border-bottom: 1px solid;
    -webkit-box-shadow: 0px 4px 13px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 13px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 13px 3px rgba(0,0,0,0.75);
        
        }
        
        
             .float-right{
            float: right;
            padding: 3px 5px;
        }
        
        #footer {
            position: absolute; bottom: 0px; position: fixed;
        }
        #footer a {color: grey}
        #footer a:hover {
            text-decoration: underline;
            color: white;
        }
		#footer a:active {
			color: darkorange;
		}
		
		.bg-footer{
        background-color: #d6a88e;
        }
        
        .brand-top {
            font-size: 1,5em;
        }
