.modal-content{ 
	background-color: #144766; 
	}


h1, h2, h3, h4, h5, h6 {
	color: black;
	}
	
	
input[type=text] {
  background-color: #FFFFFF;
  color: black;
}



#side-carousel img {
	margin: 0 auto;
	}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}
    
.footer-blurb-item {
    padding: 20px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.small-print {
	text-align: center;
	}
	
.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
 
}
th, td {
  padding: 1px;
 
}
  

body {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.fadein { 
position:relative; height:500px; width:600px; margin:0;  
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  

padding: 10px;
 }
.fadein img{
	position:absolute;
	width: calc(96%);
	height: calc(94%);
	object-fit: scale-down;
}

#parent {
    text-align:center;
    background-color:blue;
    height:400px;
    width:600px;
}

.block {
    text-align:center;
}

.center {
    margin:auto;
    background-color:white;
}

.myButton {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
}
.myButton:active {
	position:relative;
	top:1px;
}


textarea {
	resize: none;
  
}

.container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item {
    width: 25em;
}
    

* {
  box-sizing: border-box;
}

.row {
  margin-left:-5px;
  margin-right:-5px;
}
  
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid #ddd;
}

th, td {
  text-align: center;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}					
	


.iframe-responsive{position: relative; width: 100%; padding-bottom: 56.25%; height: 0; } 
.iframe-responsive iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; }





#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
 
  cursor: pointer;
  background-color:  transparent;
}

#myBtn:hover {
  background-color:  transparent;
}





.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  
  color: white;
  font-size: 15px;
  background-color: #5aa5e6;
  border-radius: 10px;
  padding: 15px 20px 15px 20px;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 0px;
  font-family: Avenir;
  text-align: center;
}
	