/*
 * Globals
 */

.facebook
{
  background-color: #3b5998;
}

  #canvas {
    /* max-width: 100%;
    height: auto; */
  
    width: 75%;
    margin: 0 auto;
    display: block;
    border: 2px solid #274763;
  }
  


/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
/* .btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #274763;
  text-shadow: none; 
  background-color: #5AA6E8;
  border: .15rem solid #274763;
  font-family: Montserrat;
  font-weight: bold;

} */


.btn-secondary {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  color: #274763;
  letter-spacing: 1px;
  line-height: 15px;
  border: 0px solid #274763; 
  border-radius: 40px;
  background: #FFF;
  transition: all 0.3s ease 0s;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary-m:hover,
.btn-secondary-m:focus {
  color: #FFF;
  background: #5AA6E8;
  border: 0px solid #274763;
}


.custom {
  width: 70% !important;
}

.social{
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 20px;
  padding-right: 20px;
  /* width: fit-content;
  height: fit-content; */
}


/*
 * Base structure
 */

html,
body { 
  
  background: linear-gradient(0deg, rgba(255,255,255,0.362), rgba(255,255,255,0.362)), url('background.gif');
/* 
  background-image: url('background.gif');
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.362);
   */
  background-size:cover;
  /* background-color: #AFDAFF;  */
  


}



body {
  /* display: -ms-flexbox;
  display: -webkit-box; */
  /* display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; */
  color: #274763;
  text-shadow: 0 .05rem .1rem #5AA6E8;
  /*box-shadow: inset 0 0 5rem #274763;
  font-family: Montserrat;
  opacity: .5;*/
  font-family: Montserrat;
  /* background-color: rgba(255, 255, 255, 0); */

}



/* .cover-container {
  max-width: 42em;
} */

.masthead-brand {
  color: #274763;
  font-weight: bolder;
  text-shadow: 0 .2rem .5rem #5AA6E8;
  font-size: 35px;
}


.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #274763;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  font-family: Montserrat;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #ffffff;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #274763;
  border-bottom-color: #7996B0;
}

/* @media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
} */

@media(max-width: 991px){
  .social{
    margin-left: 0px;
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }


  .btn-secondary {
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .btn-secondary-m {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    color: #274763;
    letter-spacing: 1px;
    line-height: 15px;
    border: 0px solid #274763; 
    border-radius: 40px;
    background:rgba(255, 255, 255, 0);
    transition: all 0.3s ease 0s;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }


}


@media (max-width: 767px) {
  #canvas {
    /* max-width: 100%;
    height: auto; */
  
    width: 80%;
    margin: 0 auto;
    display: block;
    border: 2px solid #274763;
  }
  .custom {
    width: 100% !important;
  }
  .masthead-brand {
    font-size: 15px;
  }
  .btn-secondary {
    color: #274763;
    border: 0px solid #274763;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    
  }

  .btn-secondary-m {
    font-family: Montserrat;
    font-weight: bold;
    color: #274763;
    letter-spacing: 1px;
    line-height: 15px;
    border: 0px solid #274763; 
    border-radius: 40px;
    background:rgba(255, 255, 255, 0);
    transition: all 0.3s ease 0s;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15px;
  }


  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary-m:hover,
  .btn-secondary-m:focus {
    color: #FFF;
    background: #5AA6E8;
    border: 0px solid #274763;
  }

  .social{
    margin-left: 11px;
    margin-right: 11px;
    padding-left: 20px;
    padding-right: 20px;
    /* width: fit-content;
    height: fit-content; */
  }
  
  .masthead-brand {
    color: #274763;
    font-weight: bolder;
    text-shadow: 0 .2rem .5rem #5AA6E8;
    font-size: 25px;
  }

}





@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat.ttf);
  
}