html {
    position: relative;
    min-height: 100%;
}

body {
    background-color:  rgb(231, 227, 227);
    
}

.navbar-brand {
    background-color: teal;
    padding: 0.7em;
    margin-left: 0em;
    font-weight: bold;
    font-family: "Times New Roman";
    color: white;

}


.data-city {
    background-color: white;
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 40px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

 

thead { background-color: rgb(54, 161, 161);}


@media only screen and (max-width: 768px) {
    .bg-dark {
        background-color:teal !important;
    }
    
 }




 @media only screen and (max-width: 768px) {
    .navbar-nav {
        color:white;
    }
    
 }

 

 @media only screen and (max-width: 768px) {
 .navbar-brand {
     font-size: 24px;}
 }



.add-summary {
    background-color:white;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    
}

#sum-pic {
    float: left;
    width: 220px;
    height: 200px;
    
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 10px;

}


#image {
    width: 100%;
  }

 

.summary {
    font-size: 16px;
    font-family: "Helvetica Neue";
    color: gray;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    background-color: white;
    margin-top: 50px;
   
   
}
#sum-h1 {
    color : teal;
    font-size: 36px;
    padding-top: 25px;
    text-align: left;
    padding-bottom: 25px;
    font-weight: bold;
    
}

@media only screen and (max-width: 768px) {
    #sum-h1 {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
  
  
}


.div_vis_img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.vis_img {
    width: 140px;
    height: 150px;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 15px;

   

}

#vis-border { border: lightseagreen 2px solid;
}


#vis-h2 {
    color:teal;
    font-weight: bold;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 5px;  
    margin-left: 15px;
}




.chart_page {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    background-color:white;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: "Helvetica Neue";
    color: gray;
    

}

/*.page-h1 {
    color: rgb(37, 175, 157);
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    
    
}*/

/*@media only screen and (max-width: 768px) {
    .page-h1 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
  
  
}*/


.hr-page {
    color: rgb(105, 103, 102);
    border-width: 2px;
   
    
}

.comp-h4 {
    color: teal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}
.comp-h2 {
    color: rgb(37, 175, 157);
    text-align: left;
}
.comp_img {
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%;
}
.comp_page {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color:white;
    margin-bottom: 100px;

}



.tab {
    margin-bottom: 60px;
}


.footer{
    bottom: 0;
    height: 40px;
    width: 100%;
    background-color: grey;
    position: absolute;
    margin-top: 20px;
    }

.footer-text {
    font-size: 14px;
    margin-top: 5px;
    color: white;
    text-align: center;

}
.footer-top {
    height: 5px;
    padding-top: 2px;
    background-color: rgb(37, 175, 157);
    width: 100%;
}



