html, body {
    font-family: 'Roboto', sans-serif;
}


h1 {
    font-family: 'Playfair Display', serif;
    font-size: 10rem;
    font-weight: 900;
    letter-spacing: 2px;
}

h2 {
    font-weight: 400;
    font-size: 4rem;
    color: #fcfcfc;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    color: #0e5eab;
}

h6 {
    font-family: cursive;
    font-size: 3rem;
    letter-spacing: 1px;
    text-align: center;
    color: #0e5eab;
}

h4 {font-size: 1.5rem;
    color: #e2e9f0;
}

h7 {
    font-family: cursive;
    font-weight: 300;
    font-size: 3rem;
    color: #fcfcfc;
    padding-bottom: 50px;
    font-style: italic;
}

h8 {
    font-family: 'Playfair Display';
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
    color: #eff2f5;
    padding-bottom: 50px;
}
.btn-primary {
    background-color: #233341;
    border-color: #1c608a;
    padding: 5px 30px;
}

.btn-primary:hover,
.btn-primary:active, 
.btn-primary:focus {
    background-color: #eff3f3 !important;
    border-color: #e0e7e9 !important;
}

.title-underline{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #fff, #0e5eab, #fff);
    max-width: 350px;
    margin-bottom: 50px;
}

.fragment {
    padding: 100px 0;
}
.fragment-one {
    background-color: #0e0a06;
    color: #f6faf8;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.fragment-two {
    background-color: #0e0a06;
    color: #3797cf;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.fragment-two h4 {
        margin: 50px 0;
        font-weight: 300;
        line-height: 1.3;
}
      
.fragment-two p, .fragment-two i {
        color: #0e5eab
}

.fragment-three {
    background-color:#0e5eab;;
    color: #194158;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 15px;
}



.fragment-four {
    background-color:#0e0a06;;
    color: #194158;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: relative;
    top: 100%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 2px 2px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #222;
    padding: 5px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: left;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }


  