html {
     font-family: "brandon-grotesque", sans-serif;
    color:#2e2e2e;
}

.interior {  
    background-color: rgb(226, 226, 226);

}

.section {
  text-align:center;
  font-size:3rem;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
#section-0,
#section-1,
#section-2,
#section-3{
    background-size: cover;
}

/* Defining each sectino background and styles 
* --------------------------------------- */
#section-1 {
    background-image: url(../images/vatsal-thakkar-m.jpg);

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    color:#2e2e2e;
    font-size: 1.5rem;
    max-width: 60%;
    margin: auto;
}

.menu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    top: 0;
    width: 100%;
    text-align: right;
    padding: 8px 0 8px 0;

}
.interior .menu {
    height: 20px;
    color: #f2f2f2;
    position: static;
    z-index: 70;
    top: 0;
    width: 100%;
    text-align: right;
    padding: 8px 0 8px 0;

}
.menu ul {
    padding-right: 20px;
}
.menu li {
    display: inline-block;
    margin: 10px 0;
}
.menu li {
    padding:0 18px 0 0;
}
.menu li.fawesome {
    padding:0 6px 0 0;
}
.menu a {
    font-size: 1.4em;
    text-decoration:none;
    color: #fff;
    transition: color 0.5s ease;
}
.menu a:hover {
        color: #f4511e;
}
img {
    width: 400px;
}
a {
    color:white;
}
h1, h2, h3 { 
    font-weight: 600;
    font-size: 1em;
    
    display: block;
    
    -webkit-margin-before: .1em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}

h2 {
    font-size: .8em;
    font-weight: 400;
}
h3 {
    font-size: .6em;
    font-weight: 400;
}
p {
    font-weight: 400;
    font-size: .4em;
    padding-bottom:1em;
}
.box1, .box2 {
    width:100%;
}
fp-left p {
    font-size: .5em;
}
.fp-content {
     display: flex; /* or inline-flex */
     justify-content: flex-start;
    align-items: center; 
    height:100vh;
}
.fp-left
{
    width:800px;
    padding-bottom:100px;

}
.fp-center {
    padding-top:10px;
    padding-bottom:40px;
}
#section-1 h1, #section-1 p {
    color:white;
    
}
.button {
  
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: .4em;
  padding: 12px;
  width: 460px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
}
.fp-viewing-vitamind .button {
    margin-bottom: 30px;
}

.fp-viewing-vitamind .button a, .fp-viewing-vitamind .button a:hover {
    color: #fff;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.border {
    border:2px solid #fff;
}
.fp-viewing-mystartup .menu a, .fp-viewing-mywriting .menu a, .fp-viewing-mypractice .menu a, .fp-viewing-vitamind .menu a, .fp-viewing-vitamind a, .fp-viewing-contact .menu a, .fp-viewing-vitamind a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.fp-viewing-mystartup .menu a:hover, .fp-viewing-mywriting .menu a:hover, .fp-viewing-mypractice .menu a:hover, .fp-viewing-vitamind .menu a:hover, .fp-viewing-vitamind a:hover, .fp-viewing-contact .menu a:hover {
    color: #f4511e;
}

/** Interior Pages **/

.interior .menu a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.container {
    
    padding:100px 30px 0 30px;
    display:flex;
    justify-content: center;
}
.title {
    padding-bottom:30px;
    text-align:center;
}
.calculator {
    padding-top:30px;
}
.title p {
        display:none;
    }

/** End interior Pages **/

@media screen and (min-width:601px) and (max-width: 1024px) {
    
     #section-1 {
    background-image: url(../images/vatsal-thakkar-sm.jpg);
    }
    
    h1, h2, h3 { 
    font-weight: 600;
    font-size: .9em;
    
    display: block;
    
    -webkit-margin-before: .1em;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}
h2 {
    font-size: .7em;
    font-weight: 400;
}
h3 {
    font-size: .5em;
    font-weight: 400;
}
  .fp-left
{
    width:600px;
    padding-bottom:40px;

}
p {
    font-weight: 400;
    font-size: .4em;
    padding-bottom:.6em;
    max-width:80%;
}
fp-left p {
    font-size: .4em;
}
.button {
  
  border-radius: 3px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: .4em;
  padding: 10px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
}
.fp-center {
    padding-top:10px;
    padding-bottom:20px;
}
img {
    width: 250px;
}
        .menu a {
    font-size: 1.2em;
}
    .fp-viewing-mystartup .menu a, .fp-viewing-mywriting .menu a, .fp-viewing-mypractice .menu a, .fp-viewing-vitamind .menu a, .fp-viewing-vitamind a, .fp-viewing-contact .menu a, .fp-viewing-vitamind a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.fp-viewing-mystartup .menu a:hover, .fp-viewing-mywriting .menu a:hover, .fp-viewing-mypractice .menu a:hover, .fp-viewing-vitamind .menu a:hover, .fp-viewing-vitamind a:hover, .fp-viewing-contact .menu a:hover {
    color: #f4511e;
}
        .fp-viewing-vitamind a {
    color: #f4511e;
    transition: color 0.5s ease;
}
    .fp-viewing-vitamind a:hover {
        color: #2e2e2e;
    }
    iframe {
    width: 600px !important;
    height: 364px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
    
    
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
    
     #section-1 {
    background-image: url(../images/vatsal-thakkar-m.jpg);
    }

h1, h2, h3 { 
    font-weight: 600;
    font-size: 1.2em;
    
    display: block;
    
    -webkit-margin-before: .1em;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.interior h1 {
    font-size: 1em;
}

h2 {
    font-size: .9em;
    font-weight: 400;
}
h3 {
    font-size: .7em;
    font-weight: 400;
}
  .fp-left
{
    width:800px;
    padding-bottom:60px;

}
p {
    font-weight: 400;
    font-size: .5em;
    padding-bottom:.8em;
    max-width:60%;
}
fp-left p {
    font-size: .6em;
}
.button {
  
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: .5em;
  padding: 10px;
  width: 460px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
}
.fp-center {
    padding-top:20px;
    padding-bottom:20px;
}
img {
    width: 400px;
}
        .menu a {
    font-size: 1.4em;
}
    .fp-viewing-mystartup .menu a, .fp-viewing-mywriting .menu a, .fp-viewing-mypractice .menu a, .fp-viewing-vitamind .menu a, .fp-viewing-vitamind a, .fp-viewing-contact .menu a, .fp-viewing-vitamind a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.fp-viewing-mystartup .menu a:hover, .fp-viewing-mywriting .menu a:hover, .fp-viewing-mypractice .menu a:hover, .fp-viewing-vitamind .menu a:hover, .fp-viewing-vitamind a:hover, .fp-viewing-contact .menu a:hover {
    color: #f4511e;
}
        .fp-viewing-vitamind a {
    color: #f4511e;
    transition: color 0.5s ease;
}
    .fp-viewing-vitamind a:hover {
        color: #2e2e2e;
    }
    
}

@media screen and (min-width: 1680px) and (max-width: 1899px) {
    
     #section-1 {
    background-image: url(../images/vatsal-thakkar-lg.jpg);
    }
    
   h1, h2, h3 { 
    font-weight: 600;
    font-size: 1.6em;
    
    display: block;
    
    -webkit-margin-before: 0;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.interior h1 {
    font-size: .8em;
}
h2 {
    font-size: 1.2em;
    font-weight: 400;
}
h3 {
    font-size: .8em;
    font-weight: 400;
}
  .fp-left
{
    width:1000px;
    padding-bottom:80px;

}
p {
    font-weight: 400;
    font-size: .7em;
    padding-bottom:.9em;
    max-width:70%;
}
fp-left p {
    font-size: .7em;
}
.button {
  
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: .7em;
  padding: 12px;
  width: 560px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
}
.fp-center {
    padding-top:40px;
    padding-bottom:60px;
}
img {
    width: 450px;
}
        .menu a {
    font-size: 1.8em;
}
    .fp-viewing-mystartup .menu a, .fp-viewing-mywriting .menu a, .fp-viewing-mypractice .menu a, .fp-viewing-vitamind .menu a, .fp-viewing-vitamind a, .fp-viewing-contact .menu a, .fp-viewing-vitamind a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.fp-viewing-mystartup .menu a:hover, .fp-viewing-mywriting .menu a:hover, .fp-viewing-mypractice .menu a:hover, .fp-viewing-vitamind .menu a:hover, .fp-viewing-vitamind a:hover, .fp-viewing-contact .menu a:hover {
    color: #f4511e;
}
        .fp-viewing-vitamind a {
    color: #f4511e;
    transition: color 0.5s ease;
}
    .fp-viewing-vitamind a:hover {
        color: #2e2e2e;
    }

    
}
@media screen and (min-width: 1900px) {
    
    #section-1 {
    background-image: url(../images/vatsal-thakkar-lg.jpg);
    }
    
	h1, h2, h3 { 
    font-weight: 600;
    font-size: 1.7em;
    
    display: block;
    
    -webkit-margin-before: .1em;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.interior h1 {
    font-size: .7em;
}
h2 {
    font-size: 1.3em;
    font-weight: 400;
}
h3 {
    font-size: 1em;
    font-weight: 400;
}
  .fp-left
{
    width:1200px;
    padding-bottom:100px;

}
p {
    font-weight: 400;
    font-size: .8em;
    padding-bottom:1em;
    max-width:70%;
}
fp-left p {
    font-size: .8em;
}
.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: .8em;
  padding: 12px;
  width: 660px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
}
.fp-center {
    padding-top:20px;
    padding-bottom:80px;
}
img {
    width: 600px;
}
    .menu a {
    font-size: 2em;
}
    .menu.black a {
    color: #000;
    transition: color 0.5s ease;
}
    .fp-viewing-mystartup .menu a, .fp-viewing-mywriting .menu a, .fp-viewing-mypractice .menu a, .fp-viewing-vitamind .menu a, .fp-viewing-vitamind a, .fp-viewing-contact .menu a, .fp-viewing-vitamind a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.fp-viewing-mystartup .menu a:hover, .fp-viewing-mywriting .menu a:hover, .fp-viewing-mypractice .menu a:hover, .fp-viewing-vitamind .menu a:hover, .fp-viewing-vitamind a:hover, .fp-viewing-contact .menu a:hover {
    color: #f4511e;
}
    .fp-viewing-vitamind a {
    color: #f4511e;
    transition: color 0.5s ease;
}
    .fp-viewing-vitamind a:hover {
        color: #2e2e2e;
    }

}

@media screen and (max-device-width: 600px) {
 
  #section-1 {
    background-image: url(../images/vatsal-thakkar-mobile.jpg);
    }
    
	h1, h2, h3 { 
    font-weight: 600;
    font-size: 1.7em;
    
    display: block;
    
    -webkit-margin-before: .1em;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.interior h1 {
    font-size: 1em;
}
    .fp-content {
        align-items: flex-end; 
         height:100%;
    }
h2 {
    font-size: 1.3em;
    font-weight: 400;
}
h3 {
    font-size: 1em;
    font-weight: 400;
}
  .fp-left
{
    width:1200px;
    padding-bottom:100px;

}
p {
    font-weight: 400;
    font-size: .8em;
    padding-bottom:1em;
    max-width:70%;
}
fp-left p {
    font-size: .8em;
}
.button {
  
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: .8em;
  padding: 20px;
  width: 460px !important;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
}
.fp-center {
    padding-top:20px;
    padding-bottom:80px;
}
    .feature {
        padding:0 60px;
    }
img {
    width: 100%;
}
    .menu ul{
        display:none;
    }
    .fp-viewing-mystartup .menu a, .fp-viewing-mywriting .menu a, .fp-viewing-mypractice .menu a, .fp-viewing-vitamind .menu a, .fp-viewing-vitamind a, .fp-viewing-contact .menu a, .fp-viewing-vitamind a {
    color: #2e2e2e;
    transition: color 0.5s ease;
}
.fp-viewing-mystartup .menu a:hover, .fp-viewing-mywriting .menu a:hover, .fp-viewing-mypractice .menu a:hover, .fp-viewing-vitamind .menu a:hover, .fp-viewing-vitamind a:hover, .fp-viewing-contact .menu a:hover {
    color: #f4511e;
}
        .fp-viewing-vitamind a {
    color: #f4511e;
    transition: color 0.5s ease;
}
    .fp-viewing-vitamind a:hover {
        color: #2e2e2e;
    }
    .title {
        padding-top:60px;
    }
    
    .title p {
        display:block;
    }
    
    .container {
    
    padding:140px 30px 0 30px;
    display:flex;
    justify-content: center;
}
        iframe {
    width: 400px !important;
    height: 250px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
    
}
