
body {
  overflow-x: hidden;
  font-family: Arial, sans-serif;
    background-color:#555;
   /* background: url(../img/screen.png) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  }

p {
  line-height: 1.75;
}

a {
  color: #1f5d9a;
}

a:hover {
  color: #1b6bb9;
}

.text-primary {
  color: #1b6bb9 !important;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
    font-size:26px;
    text-transform:uppercase;
}

h2 {
    font-size:18px;
    text-transform:uppercase;
}
h3 {
    font-size:22px;
    text-transform:uppercase;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

/* CUSTOM */
/*.img-simulator
{
	transition: all 1s ease;
}
.img-simulator:hover
{
	transform: scale(0.99);
}*/

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #1b6bb9;
  border-color: #1b6bb9;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #1b6bb9;
  text-shadow: none;
  color:#ffffff;
}

::selection {
  background: #1b6bb9;
  text-shadow: none;
  color:#ffffff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #1b6bb9;
}

#mainNav .navbar-brand {
  color: #1b6bb9;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #1b6bb9;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  /*background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;*/
  font-size: 18px;
  padding-top:40px;
  padding-bottom:40px;
}

header.masthead img {
    max-width:100%;
}

header.masthead .intro-text {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right:30px;
    /*border-left:1px solid #b63527;
  border-right:1px solid #b63527;*/
    background-color:#ffffff;
    border:1px solid #ffffff; 
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.8), 0 16px 40px 0 rgba(0, 0, 0, 0.2);
    color:#333333;
   

header.masthead .intro-text .intro-lead-in {
  font-size: 24px;
  font-style: normal;
  line-height: 22px;
  margin-bottom: 25px;
  color:#1b6bb9;
}

header.masthead .intro-text .intro-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {

    header.masthead {
        height: 100vh;
        padding-top:50px;
    }

  header.masthead .intro-text {
    padding-top: 80px;
    padding-bottom: 100px;
	padding-left: 100px;
  padding-right:100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 34px;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 30px;
  }
}



footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #1b6bb9;
}
