@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/* @import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Righteous&display=swap');
/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
<<<<<<< HEAD

}
@media (max-width: 576px) {
=======

}
@media (max-width: 576px) {
>>>>>>> cbb0f3bccfab169efc4d0d3f2708950afc576aa2
}

#scoreMessage, #findMessage{
  font-family: 'Righteous', cursive;
  font-size: 30px;
}

.back-link {
  background-color: #30db89;
}

.intro {
  align-content: left;
}

.itemPicture{
  width: 240px;
  height: 180px;
}

.jumbotron{
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('/img/stefan.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.jumbotron p {
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  color: white;
}

.row {
  display: flex;
  justify-content: center;
}

.display-4 {
  display: flex;
  justify-content: center;
}

.title-beer {
  background-color: #A5A5A5;
}

.title-waitingroom {
  background-color: #30db89;
}

.title-campnstore {
  background-color: #1960bd;
}

.title-campadmin {
  background-color: #E74710;
}

.title-disc {
  background-color: #F0511A;
}

.card {
  border-style: solid;
  border-width: medium;
  border-color: #1960bd;
}

.center-discgolf{
  border-style: solid;
  border-width: medium;
  border-color: green;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.div-scores{
  border-style: solid;
  border-width: medium;
  border-color: #539fea;
}

.div-discgolf {
  display: flex;
  align-items: center;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 2.0s ease;
  transition: transform 2.0s ease;
  transition: transform 2.0s ease, -webkit-transform 2.0s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;

}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-section{
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}

#weatherInfo{
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: medium;
  border-color: black;
}

#weatherIconId{
  height:100px;
  width:100px;
}

#weatherCityHolder{
  height:100px;
  width:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

#weatherTempHolder{
  height:100px;
  width:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
<<<<<<< HEAD
=======








>>>>>>> cbb0f3bccfab169efc4d0d3f2708950afc576aa2
