@import url('https://fonts.googleapis.com/css?family=NTR|Josefin+Sans|Pacifico');


@media only screen and (min-width: 250px) and (max-width: 615px) {
  
  #nav-bar .btn{
    display: inline-block;
    padding: 0px 5px;
  }
  .service-features{
  width: 90%;
  text-align: center;
     margin: 3% auto;
    padding: 20px 0;
}
  
  header {
  padding: 1% 3%;
  border-bottom: 2px solid black;
  flex-direction: column;  
  text-align:center;
}
  
  header .btn{ 
  display:block;
  margin: 0px auto;
  }
  
  .nav-link{
  margin: 0px 5px;
}
  
  #hero-text{
    padding-top: 15em;
  }
  
  #about-img{
   display: none;
}
}
  
@media only screen and (min-width: 616px)  {
  
   #hero-text{
    padding-top: 10em;
  }
  
  #about-text{
  width: 50%;
}
  #about-img{
  width:400px;
   position:relative;
   left:-150px;
   z-index:0;
   display: block;
}
  
  #options-container, #service-container { 
  display: flex;
  flex-direction: row; /* puts inner elements in row, not column*/
  justify-content: center;
}
  
  .options{
  width: 30%;
  text-align: center;
   margin: 10px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 20px 0;
}
  
  .service-features{
  width: 30%;
  text-align: center;
   margin: 10px 20px;
}
  
  header {
  padding: 10px 3%;
  position: fixed;
  flex-direction: row;
  justify-content: space-between;
    
  }

#nav-links-section{
  margin: 0px 50px;
}
  .nav-link{
  margin: 0px 5px;
}





}



*{
  box-sizing: border-box;
  margin:0;
  text-decoration: none;
  list-style: none;
}

body{
  font-family:"NTR";
}
html{
  scroll-behavior: smooth;
}
/* page sections*/


.sections{
  text-align:center;
}
/* header*/

 header {
  background-color: rgba(10,10,10,0.6);
  display: flex;
  position: fixed;
  width: 100%;
   z-index:1;
}

#header-img {
  width: 40px;
  display:inline;
  margin-right:-10px;
}
  
#nav-links-section li, .nav-link{
  display: inline;
  color: white;
  text-align: center;
  font-size:1.1em;
}


/*hero*/

#hero{
  text-align: center;
  min-height: 100vh;
  background-image: url('https://images.pexels.com/photos/6537276/pexels-photo-6537276.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260');
  background-size:cover;
}
#hero h2
{
  font-size: 1.3em;
}

.overlay {
  background: rgba(0,0,0,0.3);
  min-height: 100vh;
  width: 100%;
  text-align: center;
  
}

#hero-text button{
  border: 0;
}

#hero-text {
  color: white;
  text-align: center;
}

/*about*/
#about{
  padding: 100px 50px;
  overflow:hidden;
  display: flex;
  text-align: left;
  align-items: center;
  background-color: #81E2E2;
}

 




/*pricing*/
#pricing{
  text-align: center;
  padding: 50px 30px;
  
}

#pricing h1, #contact h1 {
  font-size: 2.2em;
 line-height: 1.2;
}



#services{
  padding: 8% 5%;
  text-align:center;
}


.service-features i {
  font-size: 3em;
  color:  #000033;
}



.options hr{
  width: 100%;
  margin: 15px 0;
  border: 2px solid black;
}

.options li{
  margin: 10px auto;
  color: dimgrey;
}

/*contact*/
#contact {
  background-color: #000033;
  color: white;
  text-align: center;
  padding: 12% 5%;
  display: flex;
	flex-direction: column;
}

input[type="email"] {
  width: 80%;
  padding: 10px;
  margin: 10px auto;
}
input[type="submit"] {
  max-width: 30%;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  border:none;
  
}

/*footer*/
 footer {
    background-color: #010101;
    color: darkgrey;
   text-algn: center;
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 20px 0%;
  }

footer hr{
  width: 100%;
}


/* text*/



 .btn {
  border-radius: 10px;
  background-color:#00b3b3;
  font-size: 1.2rem;
  padding:2px 6px;
  cursor: pointer;
  color: white;
}

.btn:hover {
  background-color: white;
  border:1px solid #004d99;
  color:#00b3b3;
}



#hero h1, #hero h2, #hero h3, #hero p{
  margin: 1rem auto;
}

h1{
  font-family: "Josefin Sans"; 
  font-size: 2.5rem;
  margin-bottom: 25px;
}

h1 span{
  color: #00b3b3;
}

 
  .options h2{
    text-transform: uppercase;
    font-weight:bold;
    font-family: sans-serif;
  }

.logo {
  font-family:"Pacifico";
  color:white;
  display:inline;
  font-size:1.8em;
}

.heading-underline {
  width: 33%;
	height: 4px;
	background-color: #0c2e1a;
	border: 0;
  margin: 0px auto 40px;
}

p {
  font-size: 1.2em;
  color: #4d4d4d;
}

#nav-bar{
  top:0px; 
}

  .options {
  width: 90%;
  text-align: center;
   margin: 3% auto;
  border: 3px solid black;
  border-radius: 5px;
  padding: 20px 0;
 
}
