.img_size{
	width: 250px;
}
.img_size1{
	width: 172px;
}
.img_size2{
	width: 300px;
}
.img_size3{
  width: 90%;
  margin-left: 5%;
  margin-top: 15%;
}
.img_size4{
	width: 80%;
}
.img_size5{
	width: 100%;
	height: auto;
}
.img_size6{
	width: 80%;
	padding-left: 15%;
}
.slidersize{
    width:100%;
}
.contentt::before {
    width: 60%;
    height: 53px;
    background-color: #b40005eb;
    position: absolute;
    content: 'Michael Olpin Ph.D.';
    font-size: 25px;
    padding: 10px;
    color: white;
    z-index: 0;
    bottom: 85px;
    right: -77px;
}




.abtmici{
	float: right;
	margin: 42px 90px;
	border-left: 2px solid black; /*#6c757d*/
}
.abtmici li{
	color: #b40005;
	font-family: "Merriweather Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    font-size: 25px;
}
.abtmici1{
	background-color: #b40005;
}
.page-section2{
	padding: 4rem 1rem;
}
.ysegaa1{
	background-image: url(../img/bargrapph.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 30px 0px;
    /*background-size: cover;*/
}
.current{
	color: #b40005;
}
.socail_media{
	text-align: center;
}
.socail_media a{
	padding: 0px 20px;
}
.icon_size{
	font-size: 30px;
}
a:hover{
	text-decoration: none;
	color: #b40005;
}
/********************************************************************************************/

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9991; /* Sit on top */
  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.4); /* Black w/ opacity */
  /*padding-top: 60px;*/
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #f00;
    font-size: 35px;
    font-weight: bold;
    /* background: red; */
    /* width: 30px; */
    height: 30px;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
/***************************************************************************************************/
.modal_h2{
	margin: 20px ;
	color: #b40005;
	text-align: center;
}
blockquote , ul li{
	line-height: 2;
}

.ydivider{
	position: relative;
	top: 0px
}
.ysegaa{
	position: inherit;
	top: 0px;
	text-shadow: 3px 5px 7px black;
}
.newmasthead{
	padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background: linear-gradient(to bottom,rgba(112, 112, 112, 0.8) 0,rgba(0, 0, 0, 0.8) 100%),url(../img/newmasthead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.mici_text{
	margin: 100px 0px ;	
}
.mici_textp{
	padding-top: 20px;
}

/****************************************************************/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #b40005;
}

/* Style the buttons inside the tab */
.tab a {
  color: white !important;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
  margin-top: 30px;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
a.tablinks {
    float: right;
}



@media screen and (max-width: 768px){

.contentt::before {
    width: 90%;
    height: 53px;
    background-color: #b40005eb;
    position: absolute;
    content: 'Michael Olpin Ph.D.';
    font-size: 25px;
    padding: 10px;
    color: white;
    z-index: 0;
    bottom: 0;
    right: 20px;
}

}
/*-------------------------------------------------*/
#myVideo {
 	position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
nav#mainNav {
    background: #ffffff33;
}

@media screen and (max-width: 768px){
  nav#mainNav {
    background: #fff !important;
}


#mainNav .navbar-nav .nav-item .nav-link{

  color: black !important;
}


}



.innrpages {
  /*padding-top: 8rem;*/
  padding-bottom: 0px;
  /*background: gray;*/
}

.left-clm {
  width: 30%;
  float: left;
}

.left-clm img {
  width: 100%;
  border-radius: 3px;
}


.right-clm {
  width: 63%;
  float: left;
}


.avia_textblock {
  margin-left: 60px;
}


.avia_textblock h2 {
  font-size: 26px;
  text-transform: uppercase;
}


ul.tabs-sup li a {
  color: #b40005;
  font-size: 14px;
  margin-right: 8px;
}

.avia_textblock h2 {
  font-size: 26px;
  text-transform: uppercase;
}


ul.tabs-sup li a:hover {
  text-decoration: underline;
}

.redtext {
  color: #b40005;
}

video#player_9319_1720200063_282020534 {
  width: 100%;
}

.text-p a{
  color: #b40005;
}

.text-p a:hover{
  text-decoration: underline;
}

section.page-section-1 {
  padding: 30px 0;
} 

@media screen and (max-width: 736px){
  .left-clm {
    width: 100%;
    float: none;
  }
  
  
  .right-clm {
    width: 100%;
    float: none;
  }
  
  section.page-section-1 {
    padding: 15px;
}
.avia_textblock {
  margin-left: 0;
  margin-top: 30px;
}
}
.hovva img:hover {
    transform: scale(1.04);
    transition-duration: 0.5s;
    background: rgb(180, 0, 5);
    display: 0;
  }

