@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
html, body {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.7em;
  color: black;
  text-shadow: 1px, 1px, 4px, #242424;
}
a {
  text-decoration: none;
}
a, a:visited, a:hover {
  color: #343434;
}
#background {
  position: fixed;
  height: 110vh;
  width: 100vw;
  z-index: -1;
  /*background-image: url("../images/img1.png");
  background-size: cover;*/
}
#fade {
  position: absolute;
  height: 20vh;
  width: 100%;
  background-image: url("../images/fade.png");
  background-repeat: repeat-x;
  background-size: contain;
  z-index: -1;
}
#caption {
  display: block;
  margin: auto;
  width: 80vw;
  margin-top: 15vh;
  text-align: center;
  font-size: 1.35em;
  font-weight: 300;
  color: white;
  text-shadow: 2px 2px 3px #343434;
}
#controls {
  display: inline;
  margin-left: 5vw;
  cursor: pointer;
}
#nav {
  display: inline-flex;
  position: absolute;
  width: 20vw;
  left: 40vw;
  text-align: center;
  font-size: .85em;
  margin: auto;
  flex-wrap: nowrap;
}
#nav div {
  display: inline-block;
  margin-right: 1.5em
}
#contact .icon {
  width: .8rem;
}
#contact a img {
  vertical-align: inherit;
}
#controls .control, #contact {
  font-size: .75em
}
#contact {
  float: right;
  margin-right: 5vw;
  font-size: .85em;
}
#text {
  margin-top: 120vh;
  margin-bottom: 10vh;
  padding: 0;
	padding-left: 7vw;
  color: #343434;
}
#lcol {
  padding-right: 4vw;
}
#text h2 {
  font-weight: 700;
}
#text h3 {
  font-weight: 700;
}
#text p {
  line-height: 1.3em;
}
#cols #rcol {
  background-image: url("../images/inf-pool.jpeg");
  background-size: cover;
  background-position: center bottom;
	padding-bottom: 0;
}
#about {
  white-space: nowrap;
}
.name, .profile {
  padding: .6rem;
  background-color: rgba(233, 180, 46, .95);
  font-size: .8em;
  margin-bottom: .6rem;
  line-height: 1.35em;
}
.name {
  display: flex;
  align-items: center;
  height: 2.7em;
  font-size: .85em;
  font-weight: 600;
  margin-top: .5rem;
  justify-content: space-between;
}
/*.float-right{font-size: 1.5em;padding-left: 2rem;align-items: flex-start;}*/
.blog-btn {
  font-family: Qwigley, cursive;
  font-size: 2.5em;
  padding: 0;
}
#cols > div {
  padding: 2rem;
}
#lcol {
  padding-top: 0 !important
}
#logo {
  margin: auto;
  margin-top: 5vh;
  width: 70vw;
}
#logo img {
  max-width: 100%;
}
#logo2 {
  /*margin-top: 10vh;*/
}
/*Form stuff*/
.modal-logo {
  width: 2em;
  margin-right: .5em;
}
.modal-logo img {
  max-width: 100%;
}
label {
  font-size: .75em;
}
.form-label {
  margin-bottom: .1rem;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #DF9D05 !important;
  -moz-box-shadow: 0 0 3px #DF9D05 !important;
  -webkit-box-shadow: 0 0 3px #DF9D05 !important;
  box-shadow: 0 0 3px #DF9D05 !important;
  outline-offset: 0px !important;
  outline: none !important;
}
.primary-btn, #closes-form {
  background-color: #FFCD07;
  border-color: #DF9D05;
}
#closes-form {
  display: none;
  color: black;
}
#list {
  margin-top: 0.5em;
}
.form-check-input:checked {
  background-color: #FFCD07;
  border-color: #DF9D05;
}
#chakra {
  position: fixed;
  left: 10vw;
  width: 60vw;
  top: 80vh;
  opacity: 0.5;
  z-index: -1;
}
#chakra img {
  max-width: 100%;
}
.blog-link {
  border-radius: .25rem;
  margin-bottom: 1.7rem;
  margin-left: 1rem;
  font-weight: 500;
  padding: .25rem;
  background-color: rgba(233, 180, 46, .95);
}
.blog-link a {
  display: inline-block;
  width: 50%;
}
.blog-link img {
  max-height: 1.7rem;
}
#logo2 {
  width: 50%;
  margin-bottom: 1.5rem;
}
#logo2 img {
  max-width: 100%;
}
#pc {
  font-size: .75em;
}
#fcontact {
  float: right;
}
#copyright {
  float: left;
}
footer {
  padding: 0 7.25vw;
  padding-bottom: 2.5rem;
}
footer .icon {
  max-height: 1.25rem;
  margin-left: .25rem;
}
.read-blog {
  position: relative;
  /*top: 52%;*/
  width: 47%;
  float: right;
	margin-bottom: -1.5rem;
}
.new-blog-link {display: inline-block;padding-top: 8rem;}
@media screen and (max-width: 762px) {
  #contact a {
    display: none;
  }
  #logo2 {
    width: 80%;
    margin: auto;
    margin-top: -23rem;
    margin-bottom: 1.75rem;
  }
  #about {
    width: 50vw;
    left: 25vw;
  }
  #text p {
    line-height: 1.4em;
    margin-bottom: 1.25em;
  }
  #fcontact, #copyright {
    float: none;
    z-index: 2;
    font-size: .8em;
  }
  footer {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 762px) {
  #logo {
    margin-top: 3vh;
    width: 30vw;
  }
  #caption {
    margin-left: 13vw;
    margin-top: 35vh;
    text-align: right;
    font-size: 1.35em;
    font-weight: 400;
    color: whitesmoke;
  }
  #text {
    margin-top: 40vh;
    padding: 0;
	  padding-left: 4vw;
  }
  #lcol {
    
  }
  #chakra {
    position: fixed;
    width: 36vw;
    top: 56vh;
    opacity: 0.6;
    left: -10vw;
  }
}
@media screen and (min-width: 1154px) {
  #logo {
    margin-left: 60vw;
    margin-top: 4vh;
    width: 30vw;
  }
  #chakra {
    position: fixed;
    width: 36vw;
    top: 56vh;
    opacity: 0.6;
    left: -10vw;
  }
  #text {
    margin-top: 45vh;
    padding: 0;
	padding-left: 7vw;
  }
  #lcol {
    padding-right: 2.5vw !important;
  }
  #caption {
    display: block;
    margin-left: 15vw;
    /*width: 50vw;*/
    margin-top: 50vh;
    text-align: right;
    font-size: 1.5em;
    font-weight: 500;
    color: #FFFFFF; /*#54a1e2;*/
    text-shadow: 2px 2px 3px #343434;
  }
}