body {
background-color: black;
background-repeat: repeat;
background-position: center;
}

p {
  font-size: 18px;
}

a:link, a:visited {
  color: white;
  text-decoration: none;
}

a:hover, a:active {
  color: #a3a2a2;
}

.main_div {
	width: 100%;
	margin: 0px auto;
	background-color: black;
	background-image: linear-gradient(to right, #417c51, #003c60); 
	background-repeat: yes;
	background-position: center;
}

.header {
  width: 100%;
  background-image: url('images/image_on_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
  margin: 0px auto;
  padding: 0;
  color: white;
  position: relative;
}

.header_gradient_bottom {
  position: absolute; 
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#081a34 100%);
}

.colorami_logo_item {
  position: absolute; 
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
}

.colorami_logo_image {
	width: 100%;
}

.gryf_logo_item {
  position: absolute; 
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  left: 10px;
}

.gryph_logo_image {
	width: 15%;
}

.socials {
  padding-bottom: 15px;
  padding-top: 15px;
  height: auto;
  color: white;
  text-align: center; 
  width: 100%;
  margin: auto;
  color: white;
  position: relative; 
}

.socials_table {
  margin: auto;
  color: white;
  text-align: center;
}

.socials_table_left {
  padding-left: 20px;
  text-align: center;
}

.socials_icon_container {
	padding-right: 5px;
	padding-left: 5px;
}

.social_icons_hover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.social_icons_no_hover {
  display: block;
}

.socials_icon_container:hover .social_icons_hover {
  opacity: 0.3;
  transform: scale(1.1);
}

video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.flex_wishlist_container {
	width: 100%;
	height: 0px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 1px;
	color: white;
    position: relative;
	background-color: #101B38;
	background-size: cover;
	font-family: 'Averia Serif Libre';
	text-align: left;
}

.flex_wishlist_row {
  display: flex;
}

.flex_wishlist_column_side_25 {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.flex_wishlist_column_main {
  width: 100%;
  margin: auto;
  padding: 5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.flex_wishlist_icon_container {
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_wishlist_icons_hover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.flex_wishlist_icon_container:hover .flex_wishlist_icons_hover {
  opacity: 0.3;
  transform: scale(1.05);
}

.footer {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	color: white;
  	background-color: black;
	background-image: linear-gradient(to left, #417c51, #003c60); 
	background-position: top;
	background-size: cover;
	font-family: 'Amiko';
}

.footer_logo_container {
  padding-top: 8px;
  width: 100%;
}

.footer_row {
  display: flex;
}

.footer_column {
  width: 15%;
  margin: auto;
  flex: 15%;
  padding: 5px;
}

.footer_links_column {
  width: 50%;
  margin: auto;
  flex: 40%;
  padding: 5px;
  text-align: center;
}

.footer_phone {
	width: 100%;
	height: 0px;
	margin: 0px auto;
	padding: 0;
	color: white;
  	background-color: black;
	background-image: linear-gradient(to left, #113a4c, #003753, #00335b, #002d60); 
	background-position: top;
	background-size: cover;
	font-family: 'Amiko';
}

.footer_logo_container_phone {
  padding-top: 10px;
}

.footer_row_phone {
  display: none;
  height: 0px;
}

.footer_links_column_phone {
  width: 100%;
  margin: auto;
  flex: 100%;
  padding: 5px;
  text-align: center;
}

.flex_container {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 1px;
	color: white;
    position: relative;
	background-color: #101B38;
	background-size: cover;
	font-family: 'Averia Serif Libre';
	text-align: left;
}

.flex_container_gallery {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
    position: relative;
	background-color: #101B38;
	background-size: cover;
	font-family: 'Averia Serif Libre';
	text-align: left;
}

.flex_container_gallery_phone {
	width: 100%;
	height: 0px;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 1px;
	color: white;
    position: relative;
	background-color: #101B38;
	background-size: cover;
	font-family: 'Averia Serif Libre';
	text-align: left;
}

.flex_row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex_column_side_25 {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  text-align: center;
}

.flex_column_side_25_left {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  align-items: left;
  text-align: left;
}

.flex_column_main {
  width: 50%;
  margin: auto;
  padding: 5px;
}

.flex_icon_container {
  padding-bottom: 20px;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-items: center;
}

.flex_icons_hover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.flex_icon_container:hover .flex_icons_hover {
  opacity: 0.3;
  transform: scale(1.05);
}

.row {
  display: flex;
}

.column {
  width: 50%;
  flex: 30%;
  padding: 5px;
}

.row_phone {
  display: none;
}

.column_phone {
  width: 50%;
  flex: 30%;
  padding: 5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 28%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 18px;
  background-color: black;
  color: white;
}

img.demo {
  opacity: 0.6;
    width: 100%;
  height: auto;
}

img.demo_one {
  opacity: 0.6;
    width: 24.5%;
  height: auto;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  width: 100%;
  height: auto;
}

img.hover-shadow_phone {
  transition: 0.3s;
  width: 100%;
  height: 0px;
}

img.hover-shadow_one {
  transition: 0.3s;
  width: 24.5%;
  height: auto;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}