@font-face{
  src: url(../fonts/Atyla\ Demo.ttf);
  font-family: Atyla;
}

@font-face{
  src: url(../fonts/Butler_Light.otf);
  font-family: ButlerLight;
}

body{
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Navbar */
#nav{
  background: #333;
}

#mobile-nav.container{
  background: #f4f4f4;
  border-radius: 10px;
}

#mobile-nav .navbar-toggler{
  border: none;
}

#mobile-nav p{
  margin: 5px;
}

.navbar-brand img{
  height: 85px;
}

.navbar-nav a{
  margin: 0 15px; 
}

.nav-fade a{
  background: #fff;
  padding: 3px 8px;
  display: inline-block;
  transition: background .50s ease-in-out;
  -moz-transition: background .50s ease-in-out;
  -webkit-transition: background .50s ease-in-out;
  }

.nav-fade a:hover {
    background: #ddd;
    }

  /* Dropdown */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.dropdown:hover .dropdown-menu {
  max-height: 200px;
  opacity: 1;
}

.dropdown-menu a{
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.dropdown-menu{
  padding: 20px;
}

/* Parallax Image */
.pimg1{
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  background-attachment: fixed;
}

.pimg1{
  background-image: url('../img/image1.jpg');
  min-height: 98vh;
  padding-top: 250px;
}

.ptext h2{
  font-size: 40px;
  font-family: 'ButlerLight';
}

.ptext h3{
  font-size: 19px;
}

/* Profile */
.section{
  padding-top: 70px;
  padding-bottom: 70px;
}

.section img{
  margin-left: 0;
  width: 300px;
  height: 300px;
}

.section h1{
  font-family: Atyla;
  font-size: 4rem;
}

.section p{
  text-align: left;
  font-family: 'Montserrat';
}

.section button{
  background: #fff;
  padding: 10px;
  border: 2px solid #333;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-size: 20px;
  margin-top: 5px;
  transition: 0.3s;
}

.section button:hover{
  background: #333;
  color: #fff;
}

/* Workbook */
#bg-img{
  background-image: url('../img/image2.jpg');
  min-height: 400px;
  padding-top: 50px;
}

#bg-img .container{
  margin: auto;
  background: white;
  opacity: 0.7;
  text-align: center;
  padding: 20px 30px;
}

#bg-img .container h1{
  font-size: 28px;
  margin-bottom: 5px;
  font-family: ButlerLight;
  font-weight: 600;
}

#bg-img .container input{
  margin-bottom: 30px;
  background: #d4d4d4;
}

#bg-img .container button{
  background: #333;
  color: #fff;
  font-family: 'Montserrat';
  transition: 0.3s; 
}

#bg-img .container button:hover{
  background: #fff;
  color: #333; 
}

/* Icons */
#icons .container{
  margin-bottom: 80px;
}

#icons img{
  margin-bottom: 30px;
}

#icons p{
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

#icons button{
  background: #fff;
  padding: 10px;
  border: 2px solid #333;
  border-radius: 3px;
  font-size: 20px;
  font-family: 'Montserrat';
  margin-top: 5px;
  transition: 0.3s;
}

#icons button:hover{
  background: #333;
  color: #fff;
}

#icon1 img{
  width: 100px;
  height: 100px
}

#icon2 img{
  width: 110px;
  height: 95px;;
}

#icon3 img{
  width: 70px;
  height: 110px;
}

#icons h1{
  margin: 50px 5px;
  font-family: 'Atyla';
  font-size: 4.5rem;
}

#icons h2{
  margin: 65px 0;
  font-size: 2.5rem;
  font-family: ButlerLight;
}

#icons .header{
  display: block;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

/* Notes */
#notes .container{
  margin: auto;
  padding: 15px;
}

#notes .header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}

#notes img{
  padding-bottom: 15px;
}

#notes h1{
  font-size: 80px;
  line-height: 24px;
  font-family: 'Atyla';
}

#notes h2{
  font-size: 100px;
  line-height: 24px;
  font-family: 'ButlerLight';
}

#notes .col-md-3{
  background: #f4f4f4 ;
  border-radius: 10px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  font-family: 'Montserrat';
}

#notes .align-left{
  text-align: left;
  margin-top: 20px;
}

/* Book Call */
.book-call{
  background: #d4d4d4;
  margin: 0;
  margin-top: 20px;
  padding: 65px;
}

.book-call h1{
  font-size: 35px;
  font-family: 'Montserrat';
}

.book-call button{
  background: #333;
  color: #fff;
  padding: 10px;
  border: 2px solid #333;
  border-radius: 3px;
  font-size: 20px;
  font-family: 'Montserrat';
  margin-top: 5px;
  transition: 0.3s;
}

.book-call button:hover{
  background: #d4d4d4;
  color: #333;
}

/* Instagram */
#p-album{
  margin: 40px 0;
  padding: 0 110px;
}

#p-album img{
  
  height: 110px;
  width: 140px;
}

#p-album button{
  background: #fff;
  color: #333;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 0;
  font-size: 20px;
  font-family: 'Montserrat';
  margin-top: 30px;
  right: 41%;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
}

#p-album button:hover{
  background: #333;
  color: #fff;
}

#p-album .container{
  margin: 0;
  padding: 0;
}

#p-album .col{
  display: flex;
  justify-content: center;
  padding: 0;
}

/* Footer */
footer{
  background: #f4f4f4;
  padding: 15px;
}

footer a{
  text-decoration: none !important;
  margin: 10px;
  font-family: 'Montserrat';
  color: #333;
  transition: 0.3s;
}

footer a:hover{
  color: #d4d4d4;
}

footer p{
  float: left;
  margin-top: 20px;
}

footer .icons{
  float: right;
  font-size: 1.5rem;
}

/* Media Queries */
@media(min-width:992px){
  #mobile-nav.container{
    display: none;
  }

}

@media(max-width:600px){
  #bg-img .container{
    margin: 0;
    flex-direction: column;
  }

  #notes h1{
    margin-bottom: 50px;
  }

  #p-album{
    display: none;
  }
}

@media(max-height:400px){
  #notes img{
    width: 70px;
    height: 85px;;
  }

  #p-album button{
    right: 35%;
    margin-top: 80px;
  }

  #p-album img{
    margin-bottom: 10px;
  }

  .section img{
    width: 200px;
    height: 200px;
    margin-top: 100px;
  }

  .pimg1{
    padding-top: 120px;
  }
}
