
/* https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow */
/* header colors */

.jumbotron {
    background-size: cover;
    /* background-color: rgb(137, 145, 182); */
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/1b/Lovely_belly_dancers_from_Endless_Productions_%288104142749%29.jpg");
    background-repeat: no-repeat;
    color: rgb(233, 229, 23);
    /* text-align: center; */
    vertical-align:text-top;
    

    /* padding: 5em inherit; */
    min-height:450px;

}

.words{
    color:rgb(0, 0, 139) ;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 10px;
}
 
.footer {
    background-color: rgb(241, 235, 243);
    background-size: cover;
    background-image:'none';
    text-align: center;
    padding: 20px;
}


/* formatting based on media size */
/* @media (max-width: 767px) {
    body {
        background-color: #ffff;
    }
    .navbar {
        background-color: rgb(84, 163, 137);
    }
    .navbar-brand {
        font-size: 50px;
        font-weight: bolder;
    }
    .navwhite {
        background-color: #ffff;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .borderwhite {
        border-color: #ffff;
    }
 
} */

/* @media(min-width: 768px) {
    body {
        background-color: lightgrey;
    }
    .navbar {
        background-color: #fff;
    }
    .navbar-brand {
        font-weight: bold;
        font-size: 25px;
    }
    
} */

/* other object formatting */
#gauge {
    width: 500;
    height: 400;
    margin-top: 100;
    margin-bottom: 25;
    margin-right: 25;
    margin-left: 25;
    background-color: 'blue';
    color: "darkblue";
    font-family: "Arial";
}

.img1 {
    width: 100%;
    margin-top: 3%; 
} 
