﻿/*!
 * Start Bootstrap - Landing Page v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
 
 
.logo  {
	
	border-style: none;
    zoom: 80%;
    margin-left:-20px;
    margin-top:30px;
}
 
 
body {
  font-family: 'Roboto', Arial, sans-serif; font-size:12px }

h1,
h2,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700; }
  
  
 .h3, h3 {
    font-size: 1.5rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    color: #266dbd;
}


a {
    color: #266dbd;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


a:hover {
    color: #266dbd;
    text-decoration: dotted;
}
  
  .text-primary {
    color: #dc3545!important;
}


.main {
    margin-right: 35px;
    margin-left: 55px;
    padding:60px;
}



.header.masthead h1 {
    font-size: 36px;
    color: white;
}

.lead {
    font-size: 15px;
    font-family: 'Roboto';
}


.small, small {
    font-size: 110%;
    /* font-weight: 400; */
}


.btn-primary {
    color: #fff;
    background-color: #721c24;
    border-color: #821520;
}

.mb-5, .my-5 {
    margin-bottom: 0rem!important; */
}


.text-white {
    color: #9e9a9a!important;
}

header.masthead {
  position: relative;
  background-color: #343a40;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; }
  header.masthead h1 {
    font-size: 2rem; }
  @media (min-width: 768px) {
    header.masthead {
      padding-top: 12rem;
      padding-bottom: 12rem; }
      header.masthead h1 {
        color:white;
        font-size: 36px; } }

.showcase .showcase-text {
  padding: 3rem; }

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover; }

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } }

.features-icons {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .features-icons .features-icons-item {
    max-width: 20rem; }
    .features-icons .features-icons-item .features-icons-icon {
      height: 7rem; }
      .features-icons .features-icons-item .features-icons-icon i {
        font-size: 4.5rem; }
    .features-icons .features-icons-item:hover .features-icons-icon i {
      font-size: 5rem; }

.testimonials {
  padding-top: 0rem;
  padding-bottom: 0rem; }
  .testimonials .testimonial-item {
    max-width: 18rem; }
    .testimonials .testimonial-item img {
      max-width: 12rem;
      box-shadow: 0px 5px 5px 0px #adb5bd; }

.call-to-action {
  position: relative;
  background-color: #ffffff;
  background: url("../img/stroke.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  
  
  .call-to-action .overlay {
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; }

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem; }
