@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Chewy&display=swap");
body {
  height: 100vh;
}

.bgBody {
  background-image: linear-gradient(to top right, black, lightgray 90%);
  background-image: -webkit-linear-gradient(to top right, black, lightgray 90%);
  background-attachment: fixed;
}

.abBody {
  background-image: url("../pics/beachShade.jpg");
  background-color: #414c5e;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  width: 100%;
  font-family: "Dosis";
}

.ctBody {
  background-image: url("../pics/Contact_Background.jpg");
  background-size: cover;
}

img {
  width: 150px;
  border-radius: 0.25rem !important;
}

#logo {
  z-index: 25;
}
#logo img {
  width: 100px;
}

.jumbotron {
  background-color: rgba(233, 236, 239, 0.5);
}

.headline {
  width: 100%;
  height: 230px;
  background-image: url("../pics/Contact_Picture.jpg");
  background-size: cover;
  background-position-x: center;
  margin-bottom: 15px;
}

.conTitle {
  text-align: center;
  border: black solid 1px;
  background: lightgray;
  color: black;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}

.buttons button {
  width: 145px;
  background-image: linear-gradient(to right, #000061, #ff4500);
  background-image: -webkit-linear-gradient(to right, #000061, #ff4500);
  color: lightgray;
  font-weight: bold;
}

.sites {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.sites-summary {
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  color: #000061;
}
.sites-clients, .sites-statics, .sites-users {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-around !important;
}
.sites-clients img, .sites-statics img {
  height: 250px;
}
.sites-users img {
  height: 120px;
}
.sites-users div a div p {
  color: #000061;
}

a.cmod {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 5px;
}
a.cmod i {
  color: #ff4500;
}

footer {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 20px;
}
footer a {
  color: black;
}

.block {
  position: relative;
}

.orange {
  color: #ff4500;
}

.blue {
  color: #000061;
}

.quotes {
  height: 150px;
  font-family: "Shadows Into Light";
  background-color: #ff4500;
  width: 100%;
}

.author {
  float: right;
  font-family: "Libre Baskerville";
}

ul.languages {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
ul.languages li {
  display: inline-flex;
  justify-content: space-between;
  text-align: center;
  margin-right: 8px;
  font-family: "Chewy", serif;
  font-size: medium;
}
ul.languages li:before {
  content: "✓";
}

.about {
  font-size: large;
  background: rgba(0, 0, 97, 0.8);
  padding: 15px 20px;
  color: gray;
}
.about a {
  text-decoration: none;
  color: #ff4500;
}
.about a:hover {
  color: black;
}
.about img {
  border-radius: 20%;
}

.tBG {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  line-height: 1.5;
}

.links img {
  box-shadow: 8px 8px 5px #2e2e1f;
}
.links img:hover {
  box-shadow: 2px 2px 2px #2e2e1f;
}

.theForm {
  max-width: 435px;
  border: black solid 2px;
  font-size: 1.5em;
  background: #fff;
}

.name {
  float: left;
}

#nameID,
#phoneID {
  background-image: url("../pics/Contact_Name_Thumb.jpg");
  background-size: 100% 100%;
  clear: left;
  font-size: medium;
}

#emailID {
  background-image: url("../pics/Contact_Email_Thumb.jpg");
  background-size: 100% 100%;
  clear: left;
  font-size: medium;
}

#msgID,
#compID {
  background-image: url("../pics/Contact_Msg_Thumb.jpg");
  background-size: 100% 100%;
  clear: left;
  font-size: medium;
}

#compID {
  font-size: medium;
}

#nameField,
#compField,
#emailField,
#phoneField,
#msgField {
  font-size: medium;
  margin: 5px;
  float: right;
  clear: right;
  border: black solid 1px;
  margin-top: 8px;
  background: rgba(214, 214, 194, 0.3);
}

#phoneField {
  clear: both;
}

#image {
  clear: both;
  position: initial;
  display: none;
}

.fa.fa-linkedin {
  font-size: 55px;
  color: white;
  padding: 15px 25px;
  background-color: #0072b1;
  border-radius: 0.25rem;
}

@media only screen and (min-width: 576px) {
  .jumbotron {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .quotes {
    height: 180px;
    font-size: 1.5em;
  }
  .author {
    font-size: x-large;
  }
  .headline {
    height: 180px;
  }
  .hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .unhide {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */