/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

 @import url('https://rsms.me/inter/inter.css');
 html { font-family: 'Inter', sans-serif; }
 @supports (font-variation-settings: normal) {
   html { font-family: 'Inter var', sans-serif; }
 }

 body {
  background: url('../img/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.container .row .col-lg-6 {
  color: azure;
  font-family: 'Inter', sans-serif;
  /* margin: auto; */
  /* width: 50%; */
  position: relative;
  top: 270px;
}

.navbar {
  background-color: #fd890f;
}

.logo img{
  height: 85px;
  width: 265px;
  position: relative;
  top: 80%;
}

