html {
  scroll-behavior: smooth;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #363636 #171717;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #171717;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #363636;
    border-radius: 10px;
    border: 3px none #ffffff;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #505050 !important;
    transition: background-color 0.5s ease-in-out;
  }


#photos {
   /* Prevent vertical gaps */
   line-height: 0;

   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
   padding-bottom: 500px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding: 0px;
}
.photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding: 0px;
  background-color: #f2f2f2;
}

@media (max-width: 2000px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 500px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}


body {
  /*font-family: 'Raleway', sans-serif;*/
  /*font-family: 'Cutive Mono', monospace;*/
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

input[type=text] {
  border: 1px solid white;
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1),
                      -10px 4px 13px rgba(0, 0, 0, 0.05),
                      0px 8px 23px rgba(0, 0, 0, 0.05);

}
input[type=email] {
  border: 1px solid white;
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1),
                      -10px 4px 13px rgba(0, 0, 0, 0.05),
                      0px 8px 23px rgba(0, 0, 0, 0.05);
}
textarea[name=body] {
  border: 1px solid white;
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1),
                      -10px 4px 13px rgba(0, 0, 0, 0.05),
                      0px 8px 23px rgba(0, 0, 0, 0.05);
}

form {
  margin: 10px 10px 10px 10px;
}

#home {
  /* background-color: #1e1e1e; */
  background-color: black;
}
.fixedbg {
    background-image: url("../images/home/cas.png");
    min-height:70vh;
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}

#contact {
  background: #f5fcff;
  border: 4px solid #f5fcff;
}

#header {
  text-align: center;
  background: black;
  font-size: 30px;
  text-shadow: 0px 4px 13px rgba(255, 255, 255, 0.3),
            0px 8px 23px rgba(255, 255, 255, 0.1),
            0px 18px 33px rgba(255, 255, 255, 0.1);
}

#desktopMenu {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  /*font-size: 16px;*/
  padding: 10px 0px 10px 0px; /*top right bottom left*/
  /* background: #232323; */
  background: black;
  line-height: .3;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: white;
}

#mobileMenu{
  border-style: none;
  background-color: #e5e5e5;
  padding: 0px;
}

#active {
  color: #cc0000;
}

#subMenu {
  background: black;
  color: #555555;
  text-align: center;
  margin: 0 0 1px 0;
}

#toTop {
  font-family: 'Josefin Sans', sans-serif;
  /*text-align: center;
  font-size: 16px;
  line-height: .3;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 23px;*/
  margin-top: 25px;
  text-align: center;
  padding: 0px 0px 0px 0px; /*top right bottom left*/
  /*font-family: 'Cormorant Garamond', serif;*/
  font-size: 16px;
  font-style: italic;
  color: white;
  border-top: inset;
  border-width: thin;
  border-color: gray;
  background: #232323;
  display: block;
  text-decoration: none;
}

#problemText {
  font-family: 'Cutive Mono', monospace;
  color:lightgray;
  font-style:italic;
  text-align:center;
}

#pad_top {
  padding-top:150px;
  color:lightgray;
  font-style: italic;
}

hr {
    border: 0;
    height: 1px;
    max-width: 1500px;
    width: 70%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: black;
  margin: 0;
  padding: 13px 0px 5px 0px; /*top right bottom left*/
}
h3 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 300;
  font-size: 35px;
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
}

.description {
  color: black;
  padding: 5px 0px 0px 5px;
}

.col-sm-4{
  padding: 0px;
}

.col-sm-6, .col-md-4, .col-lg-3 {
  padding: 1px;
}

.row {
}

.container-fluid {
  /* padding-bottom: 150px; */
  /* padding: 0; */
}

.shadow {
  box-shadow: -3px 8px 8px rgba(0, 0, 0, 0.15);
            /* 0px 8px 13px rgba(0, 0, 0, 0.1),
            10px 18px 23px rgba(0, 0, 0, 0.1); */
}
.lightshadow {
  box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1);
            /* 0px 8px 13px rgba(0, 0, 0, 0.1),
            10px 18px 23px rgba(0, 0, 0, 0.1); */
}

.grayback {
  background-color: red;

}


.button{
  background-color: #000000;
  border: none;
  color: white;
  padding: 13px 28px;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  margin: 1px 1px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.button:hover{
  /*background-color: #d60606;*/
  color: #d60606;
  text-decoration: none;
  background-color: #000000
}

.button2{
  border: none;
  color: white;
  padding: 0px 0px;
  padding-right: 0;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  margin: 0px 0px;
  cursor: pointer;
  transition: all 0.7s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.button2:hover{

  text-decoration: none;
  /*color: #d60606;*/
  color: #d60606;
}
.button3{
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  margin: 0px 0px;
  cursor: pointer;
  transition: all 0.7s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.button3:hover{

  text-decoration: none;
  /*color: #d60606;*/
  color: #d60606;
}

.menu_button{
  border-style: solid;
  border-right: none;
  border-left: none;
  border-width: 1px;
  border-color: white;
  text-align: center;
  background: black;
  color: white;
  padding: 8px 0 8px 0;
}

.mobileButton{
  /*background-color: #a5a5a5;*/
  background-color: #232323;
  border: none;
  color: white;
  padding: 20px 5px;
  text-align: center;
  text-decoration: none;
  display:block;
  margin: 0px 0px;
  cursor: pointer;
}
.mobileButton:hover{
  /*background-color: #d60606;*/
  color: #d60606;
  text-decoration: none;
  background-color: #000000;
}

.thumbnail{
  border: none;
  /* background-color: black; */
  padding: 0;
  margin: 0;
}
.thumbnail_home{
  border: none;
  background-color: black;
  padding: 0;
  margin: 0;
}
.filter{
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.filter:hover{
  filter: brightness(120%);
}


.hide {
  display: none;
}

/*img:hover {
  outline: .5px solid black;
  box-shadow: 0px 0px 28px #000000;
}*/


.model-card {
  border: none;
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  background-color: #232323;
  color: white;
}

/* .model-card h4{
  color: white;
} */



@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';
html, body
  font-family 'Roboto Mono', monospace
  background #212121
  height 100%
.container
  height 100%
  width 100%
  justify-content center
  align-items center
  display flex
.text
  font-weight 100
  font-size 28px
  color #FAFAFA
.dud
  color #757575
