
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body,
html {
  height: 100%;
  background-color: rgb(39, 39, 39);
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

html:focus-within {
	scroll-behavior: smooth;
}

h1 {
  font-size: 3.5em;
  line-height: 1em;
  font-family: 'Kanit', sans-serif;
}

p {

}

nav.navbar {
  max-width: 750px;
  /* applying max-width */
  margin: 0 auto;
  padding: 5px;

  /* center */
  .navbar-collapse {
    justify-content: center;
    /* center the elements in the block if there is flex */
    -webkit-justify-content: center;
    /* make it works on some navigators */
  }
}

a.top-nav, a.top-nav-left, a.top-nav-right {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #eee;
  font-size: 1em;
}

a.top-nav:hover, a.top-nav-left:hover, a.top-nav-right:hover {
  color: #2b6e96;
  text-decoration: none;
}

a.top-nav-left {
  margin-left: 10px;
}

a.top-nav-right {
  margin-right: 10px;
}

.sd-center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.sd-hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(2, 2, 2, 0.5), rgba(2, 2, 2, 0.5)), url("https://shermandesign.com/img/houston_skyline.jpg");
  /* Set a specific height */
  height: 100%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sd-hero-text {
  font-family: 'Kanit', sans-serif;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.sd-hero-text p {
  font-family: sans-serif;
}

.sd-design {}

.sd-description-strike {
  text-decoration: line-through;
  color: rgb(150, 150, 150);
}

.sd-description {
  color: rgb(224, 224, 224);
}

.card-bg-black {
  background-color: black;
}

.img-thumbnail {
  background-color: black;
}

i.fas,
i.fab {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: rgb(204, 204, 204);
  font-size: 2em;
  padding: 10px;
}

i.fas:hover,
i.fab:hover {
  color: #2b6e96;
}

.icons a:hover {
  text-decoration: none;
}

.icons {
  text-align: center;
}

.navbar {
  /* background-color: rgba(236, 236, 236, 0.8); Green background with 30% opacity */
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 1rem;
}

.about-me {
  background-color: #eee;
}

.contact-row {
  /* border-radius: 5px; */
  background-color: #eee;
}

.footer {
  background-color: #000;
  color:#eee;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #cc5200;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}

 /* Slideshow container */
 .slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 40px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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(0,0,0,0.2);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 5px;
  margin-bottom:20px
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #2b6e96;}

.submit {
  color: #fff;
  margin-bottom:20px;
}

.submit {
  background-color: #2b6e96;
  border: none;
  color: #fff !important;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  font-weight:bold;
  margin: 4px 2px;
  transition: 0.5s;
  border-radius:7px;
  text-decoration: none;
}

.submit:hover {
  background-color: #6f962b;
  color: #fff !important;
}
