.hidesmall{
	display:block;
}
.showsmall{
	display:none;
}


.btn-primary {
  color: #fff;
  background-color: #003194;
  border-color: #003194;
  white-space: normal;
  box-shadow:7px 7px 5px rgba(4, 4, 4, 0.3);
  border-radius:0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #003194;
  border-color: #003194;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2f5091;
  border-color: #2f5091;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #003194;
  border-color: #003194;
}

h2{
	font-size: 2.5em;
	font-family: 'Open Sans', sans-serif;
}

h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-size: 1.4em;
	
}

.hh4{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	text-decoration:underline
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05em;
}

hr {
	border-color:black;
}

.blog {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	vertical-align:center;
	align:middle;
}

@media (max-width: 767px) {
	.blog {
		text-align:center;
		}
}


.p1 {
	font-size: 11pt;
	color: #59acff;
	font-style:italic;
	text-align:center;
}

.container > img {
	max-height:10%;
}




.imgg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.imgg: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: 150px; /* 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 */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size: 14pt;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 100px;
    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%;
    }
}





@media screen and (max-width: 420px) {
	.pushit{
		float:left;
		left: 66.66666667%;
	}
	.pullit{
		float:left;
		right: 33.33333333%;
	}
	.hidesmall{
		
		display:none;
	}
	.showsmall{
		
		display:block;
	}
}
