:root {
  --blue: #002C30;
  --red: #D51D4E;
  --white: #FFFAF3;
  --teal: #00484C;
}

body {
	background-color: var(--blue);
  overflow: hidden;
}

h1 {
	color: var(--white);
  font-size: 35px;
	letter-spacing: 1px;
  margin-bottom: 0px;
}

h2 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 0px;
}

a {
	color: var(--white);
}

p {
  color: var(--white);
  font-size: 15px;
	letter-spacing: .2px;
	line-height: 1.4;
  margin-bottom: 0px;
	margin-top: 10px;
}

img {
  height: 170px;
  width: auto;
}

nav {
  height: 60px;
  width: 100%;
  text-align: left;
}

.bg-body-tertiary {
  background-color: var(--blue) !important;
}

.navbar-brand {
  color: var(--white);
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: .2px;
  font-weight: light;
  margin-bottom: 0px;
  margin-top: 10px;
}

.navbar-brand:hover {
  cursor: default;
}

#nav_style {
  letter-spacing: .2px;
  line-height: 1.4;
  margin-left: 30px;
  margin-top: 25px;
}

.pt-sans-regular {
  font-family: "PT Sans", serif;
  font-style: normal;
  font-weight: 200;
}

.pt-sans-italic {
  font-family: "PT Sans", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: .2px;
  line-height: 1.4;
}

.inria-sans-regular {
  font-family: "Inria Sans", serif;
  font-weight: 400;
  font-style: normal;
}

.inria-sans-bold {
  font-family: "Inria Sans", serif;
  font-weight: 700;
  font-style: normal;
}

.container-fluid {
  height: 100%;
  width: 100%;
}

.d-flex.justify-content-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.child-container {
  border: 1px solid var(--red);
  height: 65%;
  width: 65%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
}

.text_box {
  padding: 8px 80px;
}

.image_box {
  padding: 8px 80px;
}

#portfolio_id {
  height: 350px;
  width: auto;
}

.image_box_2 {
  padding: 8px 80px;
}

.text_box_2 {
  padding: 8px 80px;
}

.pt-sans-regular_2 {
  font-family: "PT Sans", serif;
  font-weight: 200;
  font-style: normal;
  margin-top: 5px;
}

.pt-sans-regular_3 {
  font-family: "PT Sans", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}

#about_flower_images {
  height: 120%;
}

.overflow_enabled {
  overflow: visible;
}
.about_paragraph_text {
  margin-top: 0;
  margin-bottom: 15px;
}
.postcards {
  height: 450px;
}

.design_tiles {
  height: 300px;
}

video {
  height: 350px;
}

#about_paragraph {
  font-style: italic;
  margin-bottom: 10px;
}

.col {
  display: flex;
  align-items: center;
  justify-content: center;
}

#large_video {
  width: 100%;
}

#large_video_web {
  height: 557pxpx;
  margin-top: 40px;
}

h6 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

#mobile_video {
  height: 500px;
}

#tablet_img {
  height: 400px;
  margin-bottom: 60px;
}

#center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link.active {
  color: var(--white);
  margin: 10px;
}

.nav-link.active:hover {
  color: var(--white);
  text-decoration: underline;
}

#hidden_link {
  visibility: hidden;
}

.vertical_align {
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro_text {
  margin-top: 30px;
  margin-bottom: 0px;
}

/*RESPONSIVE DESIGN*/
/*DESKTOP*/
@media only screen and (max-width: 1050px) {
  .child-container {
    width: 90%;
  }
  .text_box {
    padding: 30px;
  }
  .text_box_2 {
    margin-right: 10px;
  }
   #hidden_page {
    display: none;
  }
}

/*TABLETS AND LARGER SMARTPHONES*/
@media only screen and (max-width: 768px) {
body {
    background-color: var(--blue);
    background-image: url("images/tablet_viewport_full.svg");
  }
  #about_flower_images {
    display: none;
  }
  .image_box {
    display: none;
   }
   .image_box_2 {
    display: none;
  }
   #hidden_page {
    display: none;
  }
}
/*SMALLER SCREENS*/
@media only screen and (max-width: 480px) {
  body {
     background-image: url("images/768_viewport.png");
  }
  .child-container {
    height: auto;
  }
  .text_box {
    padding: 50px;
  }
  .text_box_2 {
    padding: 50px;
  }
  .image_box {
    display: none;
  }
  #hidden_page {
    display: none;
  }
}