/* .box {
  min-height: 50px;
  padding: 5px;
  margin: 5px;
  font-weight: 800;
  color: #fff;
}
.skyblue {
  background: deepskyblue;
}
.purple {
  background: rebeccapurple;
}
.red {
  background: indianred;
} */

/* Essentially means a[href], or that the link actually goes somewhere */

/* a:link { 
  color: blue;
}
a:visited {
  color: purple;
}
a:hover {
  color: green;
}
a:active {
  color: red;
} */

.img_width { 
  width : 49%;
  }
  
  .img1 {
    float: left;
    width:60%;
    margin: 5px;
    margin-right: 16px;
  }
  
  
  .container_bg_color{
    background-color:#ededee;
  }
  
  
  .latitude {
    display: inline-block;
    padding: 8px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    font-family:monospace;
    font-size: 20px; 
    
    /* background: rgb(185, 90, 56); */
    background:#21313E;
    /*background: #f31212;*/
    border-radius: 0rem;
  }
  p {
  
    font-size: 16px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 16px;
  }
  
  
  .navbar_padding{
    padding-bottom: 0rem;
    margin-right: 10px;
  
  }
  
  .navbar_bgcolor{
    background-color:#ffffff;
  }
  
  .navbar_collapse_bgcolor{
    background-color:#ffffff;
  }
  
  
  .land_page_h {
    /* color:rgb(185, 90, 56); */
    color:#21313E;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .visualization_page_h {
    text-align: center;
    color:#21313E;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .div_border {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 32px;
  padding-bottom: 60px;
  }
  
  .div_border_comp {
    padding-left: 60px;
    padding-right: 60px;
    /*padding-top: 32px;
    padding-bottom: 60px;
     border: solid;
    border-color: darkslategrey; */
    }
    
  
  .comp_img 
  {
    width: 100%;
    align-self: center;
  }
  .vis_img
  {
    width: 100%;
    align-self: center;
  }
  
  .vis_img_LR
  {
    width: 49%;
    align-self: center;
  }
  
  .navbut
  {
    border-color: rgba(0,0,0,.1);
  }
  
  .btn-scdry {
    color: #fff;
    background-color: #21313E;
    border-color: #6c757d;
  }
  
  .nav_link_font_size{
    font-weight:normal;
    font-size: 16px;
  }
  
/********************************/

@media screen and (max-width: 767px) {   
  .p_index_page{
    margin-top: 32px;
    margin-left: 64px;
    margin-right: 64px;
  }

  .latitude {
    font-size: 64px;
  }

  .img1 { 
    width : 100%;
    float: none;
    }
    .img_width { 
      width : 24%;
      }  
    p {

      font-size: 1.8rem;
      font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      text-align: center;
      
    }  

    .div_border {
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 32px;
      padding-bottom: 32px;
      }
    .navbar_bgcolor{
      background-color:#21313E;
    }

    .navbut
    {
      border-color: antiquewhite !important;
      background-color : antiquewhite !important;
      margin: 10px;
      padding: .25rem .75rem;
      font-size: 2rem;
      line-height: 1;
    }

    .nav_link_font_size{
      font-size: 2rem;
      color: black;
    }

    .navbar_padding{
      padding-bottom: 0rem;
      margin-right: 0px;
    
    }
  }

@media screen and (min-width: 768px) {    
  .p_index_page{
    margin-top: 32px;
    margin-left: 64px;
    margin-right: 64px;
  }

  .latitude {
    font-size: 44px;
  }  
    .img1 { 
      width : 100%;
      float: none;
      }
      .img_width { 
        width : 24%;
        }  
      p {

        font-size: 2rem;
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        /* text-align: center; */
      }  
      .div_border {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 32px;
        padding-bottom: 0px;
        }
    .navbar_bgcolor{
      background-color:#21313E;
    }
    .navbut
    {
      border-color: antiquewhite !important;
      background-color : antiquewhite !important;
      margin: 10px;
      padding: .25rem .75rem;
      font-size: 2rem;
      line-height: 1;
    }

    .nav_link_font_size{
      font-size: 2rem;
      color: black;
    }
    .navbar_padding{
      padding-bottom: 0rem;
      margin-right: 0px;
    
    }
  }

/********************************/

 
  
  @media (min-width: 992px) {  
    .p_index_page{
      margin-top:unset;
      margin-left: 16px;
      margin-right: 16px;
    }
  
    .latitude { 
    font-size: 20px;    
    }
    .img1 {
      float: left;
      width:60%;
      margin: 5px;
      margin-right: 16px;
    }
      .img_width { 
        width : 49%;
        }  
      p {
  
        font-size: 1rem;
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      
      }
   
    .navbar_bgcolor{
      background-color: #ffffff;
    }
  
    .nav_link_font_size{
      font-weight:normal;
      font-size: 16px;
    }
    .navbar_padding{
      padding-bottom: 0rem;
      margin-right: 10px;
    
    }
  }
  
  @media (min-width: 1200px) {    
    .p_index_page{
      margin-top: unset;
      margin-left: 16px;
      margin-right: 16px;
    }
  
    .latitude { 
      font-size: 20px;    
      }
      .img1 {
        float: left;
        width:60%;
        margin: 5px;
        margin-right: 16px;
      }
      .img_width { 
        width : 49%;
        }  
      p {
  
        font-size: 16px;
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      
      }
      .navbar_bgcolor{
        background-color: #ffffff;
      }
  
      .nav_link_font_size{
        font-weight:normal;
        font-size: 16px;
      }
      .navbar_padding{
        padding-bottom: 0rem;
        margin-right: 10px;
      
      }
    }
  
  
    .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }  