
  a:link {
        color: #3B84BF
    }

a:visited {
    color:#3B84BF
}

.navbar-nav .nav-link {
    margin-right: 30px
}

.form-check-input:checked{
    background-color:#386387;
    border-color:#386387
}

    .xtitle {
        font-size: 30px;
        font-weight: 700;
        color: #2E5B80
    }
    .xsubtitle {
        font-size: 25px;
        font-weight: 700;
        color: #2E5B80
    }

a.xsubtitle:hover,
a.xsubtitle:focus {
  text-decoration: none !important;
  color: #2E5B80 !important;
}

.xsubmit {
    background-color:#4277A1;
    border-color: #386387;
    color:white;
    opacity:1
}

.xwarning {
    color: #B95758
}

.jumbotron {
  background-image:url('../pic/rice1.png');
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden; 
  position: relative
}


.overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.jumbotron .container {
  position: relative;
  top:80px;
  left:50px
}

.jumbotron h1 {
  color: #4A7543;
  font-size: 48px;  
  /*font-family: 'Shift', sans-serif;*/
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: black;
}

.text-with-stroke {
    font-size: 24px;
    color: black;
    background-color: transparent; 
    text-shadow:
    2px 0 0 white,
        -2px 0 0 white,
        0 2px 0 white,
        0 -2px 0 white,
        2px 2px 0 white,
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        3px 0 0 white,
        -3px 0 0 white,
        0 3px 0 white,
        0 -3px 0 white,
        3px 3px 0 white,
        -3px -3px 0 white,
        3px -3px 0 white,
        -3px 3px 0 white;
}


