body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  text-align: left;
  background-color: #fff;
}


/* Navbar Brand */
.u-header__navbar-brand,
.u-header__navbar-brand > img {
  padding-top: 0;
  padding-bottom: 0;
  width: 15rem;
}


.btn-primary {
  color: #fff;
  background-color: #00ADB5;
    border-color: #00ADB5;
    border-radius: 6px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #24505C;
  border-color: #24505C;
}

.socialcontact{
    padding-top: 10px;
}

#header{
    position: fixed;
    top: 0;
}

.u-lg-avatar{
  width: 140px;
  height: 140px;
}

.titlesection{
    color: #00ADB5;
    padding-bottom: 10px;
}


.titlesection_darkbg{
    color: #F8B500;
}

.red{
    background-color: red;
}

.fun{
    padding-bottom: 0;
}

.rotate180{
    transform: rotate(180deg)
}

h1.display-4{
    padding-top: 50px;
}

.grayborder{
    border: 1px solid #eee !important;
    
}


.gradient-half-primary-v1 {
  background-image: linear-gradient(150deg, #017C88 0%, #00CCD5 100%);
  background-repeat: repeat-x;
    background-attachment: fixed;
}

.textyellow{
    color: #F8B500;
}

.textwhite{
    color: #eee;
}

.textgray{
    color: #ccc;
}


.footerbg{
  background-color: #24505C !important;
}



.textdisplay{
    font-size: 3em;
    padding-top: 70px;
}

.socialcontact{
    padding-top: 20px;
}

.avatarabout{
    margin: 20px;
}

.restrictedbg {
  background-image: linear-gradient(150deg, #014E4E 0%, #017C88 100%);
  background-repeat: repeat-x;
}
