@font-face {
  font-family: "CustomFont";
  src: url(".../fonts/WorkSans-Regular.woff2");
}

:root {
  --clr-text: #5A5A5A;
  --ff-general: 'Custom Font', sans-serif;
}

html {
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
}

.background-image {
  background: url(../images/bg-image.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

img {
  display: block;
}

section {
  margin: 0;
}

h1 {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--ff-general);
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.main-content h2 {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 300;
  font-family: var(--ff-general);
  padding: 20px;
  margin: 0px;
}

p {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 400;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

header {
  background-color: white;
  display: block;
}

header a {
  width: 200%;
}

.site-logo {
  display: flex;
  height: 140px;
  width: 380px;
  margin: auto;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  align-content: center;
}

nav a {
  display: inline-block;
  padding: 0.5em;
  color: black;
  text-decoration: none;
}

nav a:hover, a:focus {
  text-decoration: underline;
}

.background-image {

}

body {
  margin: 0;
}

.main-content {
  height: auto;
  width: 80%;
  margin: auto;
}

.main-content a:hover {
  text-decoration: underline;
}

.img-group {
  height: 80%;
  width: 80%;
  overflow: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 0px;
  margin: auto;
}

.container {
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 40px;
  border-style: solid;
  border-width: thin;
  border-color: black;
}

.myslides {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(25, 25, 25, 0.6);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.logo-group {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  align-items: center;
  margin-top: 40px;
}

.logo-group a {
  width: 33.3333333333%;
}

.pytch-logo {
  display: flex;
  flex-wrap: wrap;
  height: 33.3333333333%;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.ted-logo {
  display: flex;
  flex-wrap: wrap;
  height: 33.3333333333%;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.squaresLogo {
  display: flex;
  flex-wrap: wrap;
  height: 33.3333333333%;
  width: 33.3333333333%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.contact-form {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.labels {
  font-size: 1.2rem;
  padding: 20px 0px;
}

.inputs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

#message {
  display: block;
  height: calc(3.5em + 2.75rem + 2px);
}

.buttons {
  display: inline-block;
  color: black;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  border-color: transparent;
  padding: 5px 10px;
  margin-top: 20px;

}

.contact-details {
  width: 80%;
  margin: auto;
}

.contact-details p {
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.column {
  float: left;
  width: 16.3%;
  padding: 10px;
  height: 300px;
  background: rgba(255, 255, 255, 0.5);
  margin: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.services-list {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  font-weight: 400;
  padding: 20px;
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.services-list li{
  padding-bottom: 10px;
}

.band-package {
	background: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 86%;
	margin: 0;
	padding: 0% 7%;
}

.main-content p a {
	text-decoration: none;
	color: black;
}

.testimonials {
	background: rgba(255, 255, 255, 0.5);
	width: 80%;
	margin: auto;
	font-style: italic;
	font-size: 1.3rem;
	padding: 20px 0;
	display: flex;
	justify-content: center;

}

.testimonials div {
	height: 80%;
	width: 90%;
	background: rgba(255, 255, 255, 1);
	padding: 10px 20px;;
}

.test-author-1 {
	font-style: normal;
	font-size: 0.9rem;
}

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

footer {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 50px;
  margin-top: 40px;
}

.footer-1 {
  background: rgba(255, 255, 255, 0.5);
  height: 300px;
  width: 17%;
  text-align: center;
  margin-left: 10%;
  display: flex;
  justify-content: center;
}

.footer-2 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  position: absolute;
  left: 31%;
  background: rgba(255, 255, 255, 0.5);
  height: 300px;
  width: 17%;
  text-align: center;
}

.footer-2 h1 {
  margin: 0;
  padding: 5px;
  font-size: 2.6vw;
  font-weight: 550;
  background-color: transparent;
}

.footer-2 p {
  margin: 0;
  padding: 0px;
  font-size: 1.7vw;
  background-color: transparent;
  padding: 5px;
}

.footer-3 {
  position: absolute;
  left: 52%;
  background: rgba(255, 255, 255, 0.5);
  height: 300px;
  width: 17%;
}

.footer-4 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 73%;
  background: rgba(255, 255, 255, 0.5);
  height: 300px;
  width: 17%;
}

.ipaf-logo {
  height: auto;
  width: 100%;
}

.footer-nav {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-size: 3vw;
  margin: 0;
  padding: 0;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  align-content: center;
}

.footer-nav a {
  text-decoration: none;
  color: black;
}

.footer-nav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 450px) {
  footer {
    flex-direction: column;
  }

  .footer-1 {
    display: block;
    height: 250px;
    width: 80%;
    margin: 5% 5% 5% 10%;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    max-height: 80%;
    font-size: 10vw;
    padding: 5% 20%;
  }

  .footer-2 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 250px;
    width: 80%;
    margin: 5% 5% 5% 10%;
  }

  .footer-2 h1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 8vw;
    font-weight: 550;
    background-color: transparent;
  }

  .footer-2 p {
    margin: 0;
    padding: 0px;
    font-size: 6vw;
    background-color: transparent;
    padding: 5px;
  }

  .footer-3 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 250px;
    width: 80%;
    margin: 5% 5% 5% 10%;
  }

  .footer-4 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 250px;
    width: 80%;
    margin: 5% 5% 5% 10%;
  }
}

@media screen and (min-width: 885px) {
  .footer-nav {
    font-size: 26px;
    padding: 0% 20%;
  }
}

@media screen and (min-width: 1070px) {

   .footer-2 p {
    /*font-size: 16px;*/
  }

  .footer-2 h1 {
    font-size: 28px;
  }
}
