.my_mid_section{
  background-color:  #f0f0f0 !important;
  padding-top: 30px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.my_paragraph {

  color:white;
  font-weight: 900 !important;
  position: relative, left:25px; top: 70px
}
.my_background:hover {
  color: #3cc16e;
} 

h3 {
  color: black;
  font-weight: 700;
  font-family: Courier New, Courier, monospace;

}
h4 {
 color: #228B22;
 font-weight: 700;
 font-family: Lucida Console, Monaco, monospace;
}
h5 {
 color: red;
}

/* header */
.header {
  /*background-color:#0053A0; */
	color: #E24A44;
}

.wrapper{
        width: 1250px;
        margin: 0 auto;
}

.page-header h1{
  margin-top: 1;
	background-color: rgb(242, 242, 242);
}

.header-text{
	
}

table tr td:last-child a{
        margin-right: 15px;
}
.spanClass{ 
  	display:block;
}
	
/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #CD5C5C;
    position: relative; /* Set the navbar to fixed position */
    /*top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #333;
    color: white;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {
    position: relative;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}

/*footer*/
.footer {

    position: relative;
    left: 0;
    bottom: 5px;
    width: 100%;
    background-color: #02031C ;
    color: white;
    text-align: center;
    padding: 30px 10px;

}

.footer a{
  color: white;
}
.footer a:hover{
  color: orange;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}



@keyframes zoom {
  from {transform:scale(0);
  } 
  to {transform:scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover{}
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* Formatting search box */
    .search-box{
        width: 300px;
        position: left;
        display: inline-block;
        font-size: 14px;
    }
    .search-box input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;

    }
    .result{
        position: absolute;        
        z-index: 999;
        top: 100%;
        left: 0;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .result p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
    }
    .result p:hover{
        background: #f2f2f2;
    }
.label{

  background-color: white;
  
}


a.fancybox img {
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px 7px rgba(0,0,0,0.6);
  -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); 
  transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; 
   transition: all 0.2s ease-in-out;
} 
a.fancybox:hover img {
  position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); 
  -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
}


/* for next and previous buttons*/

.previous {
  background-color: #FF4500;
  color: white;
}

.next {
  background-color: #4CAF50;
  color: white;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

