/* Imported from google, subject to change (please change it). */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* classes */
.fa{
  font-size: 6em;
  color: #1e1b1b;
}

.row .fa{
  font-size: 3em;
}

.hero-image{
  background-image: url(images/void-fishing.png);
  border-top: 2px solid #62d69b;
  height: 350px;
  background-size: cover;
  background-position: center;
  padding: 10px 10px 10px 20px;
  margin: 0px 0px 20px 0px;
}

.hero-image h2{
  background-color: rgba(30, 27, 27, 0.8);
  color: rgba(161, 251, 179, 0.9);
  border: 2px solid #312c2c;
  max-width: 50%;
  padding: 10px;
  border-radius: 15px 5px;
  margin: 0 0 5px 0;
}

.zero-one-message{
  background-image: url(images/zero-one.png);
  border: 5px solid #dcdf09;
  border-radius: 15px 5px;
  height: 560px;
  width: auto;
  max-width: 90%;
  background-size: cover;
  background-position: right;
  margin: 5% auto;
}

.zero-one-message-sub{
  background-color: rgba(30, 27, 27, 0.8);
  color: rgba(220, 223, 9, 0.9);
  border: 2px solid #312c2c;
  max-width: 90%;
  padding: 10px;
  border-radius: 15px 5px;
  margin: 0 0 5px 0;
}

.text-box{
  background-color: #efaffa;
  border: 2px solid #d059d1;
  padding: 10px;
  margin: 10px 0;
  border-radius: 15px 5px;
}

.text-box img{
  background-color: #1e1b1b;
  border-radius: 15px 5px;
}

.alt-text-box{
  background-color: #a1fbb3;
  border: 2px solid #62d69b;
  padding: 10px;
  margin: 10px 0 0 0;
  border-radius: 15px 5px;
}

.img-fluid{
  border: solid 2px #62d69b;
  border-radius: 15px;
}

.sorry{
  margin: 30px auto;
  text-align: center;
}

body{
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background-color: #1e1b1b;
  color: #1e1b1b;
}

/* Website links in general */
a{
  text-decoration: none;
}

/* Non-nav website links*/
a:link{
	color: #443d3d;
}
a:visited{
	color: #443d3d;
}
a:hover{
	color: #8488b8;
}
a:active{
	color: #858bba;
}

/* Navigation */
nav{
  border-top: 3px solid #62d69b;
  border-bottom: 3px solid #62d69b;
  background-color: #a1fbb3;
  padding: 5px;
}

nav a{
  text-decoration: none;
  border: 2px solid #62d69b;
  border-radius: 8px;
  padding: 6px 8px;
}

nav a:link{
  color: #361c7e;
}

nav a:visited{
  color: #361c7e;
}

nav a:hover{
  color: #443d3d;
  background-color: #62d69b;
  text-decoration: none;
}

nav a:active{
  color: #443d3d;
  background-color: #75ffb8;
  text-decoration: none;
}

nav ul{
  list-style-type: none;
  text-align: center;
  margin: 8px 0;
  padding: 0;
}

nav li{
  display: inline;
  padding: 5px;
}

/* Header */
.logo{
  max-width: 100%;
  max-height: auto;
  padding: 12px 6px;
}

header{
  text-align: center;
}

/* Main */
main{
  max-width: 1200px;
  margin: 20px auto;
  padding: 10px;
}

hr{
  border-top: solid 1px #d059d1;
}

/* YouTube embeds */
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #8488b8;
}

/* Footer */
footer{
  border-top: 3px solid #62d69b;
  background-color: #62d69b;
  padding: 10px;
}

footer .row{
  max-width: 1200px;
  margin: auto;
}

footer .second-footer{
  background-color: black;
  color: white;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  padding: 5px;
  margin: 10px 0 0 0;
}

footer .fa{
  font-size: 2em;
}

/* CSS without a media query--applies to all sizes unless overridden */
h1{
  font-size: 3.5em;
}

/* CSS Adjustments for Tablets */
@media only screen and (max-width: 1024px)
{
  h1{
    font-size: 1.8em;
  }
}

/* CSS Adjustments for Smartphones */
@media only screen and (max-width: 768px)
{
  h1{
    font-size: 1.5em;
  }
}
