body {
  background-color:#3e4095 !important;
  font-family: 'Abel'!important;
}
.navbar {
      /* background-color:rgba(204, 233, 41, 0.918) !important; */
      background-image: linear-gradient(to right, #fff , #3e4095);
      padding-bottom: 10px;
      border-bottom: 1px solid yellowgreen;
     
}

.navbar .navbar-brand {
  padding-bottom: 10px !important;
  margin-right: 100px;
  margin-top: -10px !important;
}

.navbar ul li a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff ;
  padding-top: 20px;
  font-size: 1.2em;
  font-style: italic;
}
.collapse .navbar-collapse {
  color: red;
}

.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* 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.4);  Black w/ opacity */
    background-color: coral;
    color: black;
  }
  
  /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /* position: absolute; */
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.modal-button:hover {
  color:black;
  background-color: #3e4095;
  border: none;
  font-size: 20px;
  text-decoration: none;
}
.modal-button {
  padding:5px;
  font-size: 20px;
  color:white;
  background-color: #3e4095;
  border:none;
  text-decoration: none;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.modal-header {
  background-color: #3e4095;
  color: white;
}


.modal-body 
{padding: 2px 16px;
  max-height: calc(100vh - 200px);
    overflow-y: auto;

}

.modal-footer {
  padding: 2px 16px;
  background-color: #3e4095;
  color: white;
}
.myBtn:hover {
    color:black;
    background-color: #3e4095;
    border: none;
    font-size: 20px;
    text-decoration: none;
}

.myBtn {
    color:white;
    background-color: #3e4095;
    border:none;
    text-decoration: none;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}