/*MYDESIGNTEK.COM*/
html {
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
  /* background-color:#fccb63; */
  /* background-color:#ffffff; */
  /* padding-top: 54px; */
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* @media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
} */
/*************************/
#a{
  position: absolute;
  margin-left: 1125px;
  margin-top: 20px;
  z-index: 102;
}
/*************************/
ul.resource-list{
  font-size: 30pt;
}
.bigger {
  /* padding: 50px; */
  border: none;
  /* border-radius: 10px; */
  transition: transform .2s;
  /* margin: 0 auto; */
}
.bigger:hover {
  transform: scale(1.1);
  filter: drop-shadow(5px 2px 4px #cfcfcf);
}

.btn, .btn-primary{
  border-radius: 0;
  text-align: center;
}
.btn-primary{
  width: 30%;
  padding: 20px;
	background-color:;
	border:none;
}
.btn-primary:hover{
	background-color:;
	border:none;
}
/*************************/
.item-headers{
  text-align: center;
  color:#007bff;
}
/*************************/
.module-btn{
  padding-top: 5px;
  padding-right: 10px;
  text-align: center;
}
/*************************/
.module1{
  padding:20px;
  /* background-color: #808080; */
}

.module2{
  padding:20px;
  /* background-color: #d2d2d2; */
}
/*************************/
.button-1{
  padding-right: 10px;
}
.button-2{

}
/*************************/
.footer-top{
  text-align: center;
  padding: 40px;
  padding-top: 20px;
  background-color: #d2d2d2;
}
.footer-top-element{
  padding-right: 40px;
}
footer{
    padding-top:20px;
    padding: 30px;
    /* background-color: #d2d2d2; */
    background-color: #fcd683;
    font-size: 15pt;
    color: #ffffff;
}
/*************************/
a {
  font-weight: bold;
  color:#297bf7;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover{
    color:#0a459e;
      text-decoration: none;
}
.navbar{
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.navbar.scrolled {
  background: rgb(68, 68, 68); /* IE */
  background: rgba(255, 255, 255, 0.78); /* NON-IE */
}
.icon{
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}
ul.list-1, li.list-item-1{
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
li.nav-list{
  padding-right: 15px;
}
/*************************/
.window{
  padding-top:50px;
}
.section-1{
  padding-top: 100px;
  padding:30px;
  background-attachment: scroll;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/header-bg2.png');

}
h1.intro-text-1{
  padding-top:50px;
  color:#ffffff;
  /* font-family: 'Baloo Thambi 2', cursive; */

  /* color:#ffffff; */
  /* font-size: 30px; */
}
h3.intro-text-2{
  color:#ffffff;
  /* font-family: 'Baloo Thambi 2', cursive; */
  /* font-size: 20px; */
  /* font-weight: bold; */
}

.menu-list, .menu-list-element{
  display: inline-block;
  padding-right: 10px;
  list-style: none;
}
/*************************/
.section-2{
  padding-top: 50px;
  padding-bottom: 20px;
}
/*************************/
.contact{
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: ;
}
/*************************/
