@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');


img{
    max-width: 100%;
}
video{
  width: 100%;
  height: auto;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: auto;
  text-decoration: none;
}
/* CSS Variables */
:root {
  --first-color:rgb(255, 255, 255);
  --second-color: rgb(148, 61, 61);
  --family: "Poppins", sans-serif;
}


/* Nav Start */

nav {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 10%;
  width: 100vw;
  font-family: "montserrat", sans-serif;
  height: 80px;
  background-color: rgb(41, 41, 42);
}
nav .logo {
  padding-top: 13px;
  float: left;
  display: flex;
  align-items: center;
  width: 75px;
  height: 100%;
}
nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .links li {
  list-style: none;
}
nav .links li a {
  text-decoration: none;
  display: block;
  padding: 1em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: ease 0.05s;
}
nav .links li a:hover {
  color: var(--second-color);
  font-weight: 600;
}
#nav-toggle {
  position: absolute;
  top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 2px;
  background-color: var(--first-color);
  margin: 5px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 870px) {
  nav .logo {
    float: left;
    width: auto;
    justify-content: center;
    width: 45px;
  }
  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: rgb(41, 41, 42);
    transition: all 0.5s ease-in-out;
  }
  nav .links a {
    font-size: 20px;
  }

  nav :checked ~ .links {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(7px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-7px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }
}



/* Home style begins*/
.hero{
  background-image: url(./imgs/gchorizontal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 733px;
  background-position: bottom;
}
.mkt{
  font-family: "montserrat", sans-serif;
  font-size: 55px;
  padding-bottom: 4vh;
}
.continue{
  text-align: center;
  color: white;
  padding: 4vh;
}

.full{
  background-color: rgb(255, 254, 238);
  font-family: "montserrat", sans-serif;
  color: rgb(41, 41, 42);
}
h1{
  color: #fff;
  font-size: 60px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h3{
  font-size: 40px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}  
 .me{
  font-family: "playfair display";
  background-color: rgb(148, 61, 61);
  color: white;
  padding: .8vh;
  font-size: 25px;
 }
 .me:hover{
   color: white;
   font-weight: bold;
 }

.mkt{
  text-align: center;
  font-family: "playfair display";
  font-size: 45px;
}
.taylor{
  align-self: center;
}







/* ABOUT ME/aspirations style begins*/
.linked{
  font-family: "playfair display";
  background-color: rgb(148, 61, 61);
  color: white;
  padding: .8vh;
  font-size: 25px;
}
.linked:hover{
  color: #fff;
  font-weight: bold;
}
.about{
  text-align: left;
  font-family: "playfair display";
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
}
.memo{
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  text-align: left;
}
.another{
  color: rgb(41, 41, 42);
  font-family: "montserrat", sans-serif;
  align-self: center;
  padding: 3vh;
}
.goal{
  font-family: "playfair display";
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
}
.resume{
  padding-bottom: 6vh;
  text-align: left;
}
.resumee{
  font-family: "playfair display";
  background-color: rgb(148, 61, 61);
  color: white;
  padding: .7vh;
  font-size: 25px;
  margin-right: 1vh;
}
.resumee:hover{
  color: #fff;
  background-color: rgb(148, 61, 61);
  font-weight: bold;
}
.taylor{
  padding: 4vh;
}
.pencil{
  text-align: center;
  padding: 1vh;
  padding-top: 2vh;
}




/* PORTFOLIO style begins*/
.linkers{
    text-align: center;
    padding: 2vh;
    padding-bottom: 3vh;
}
.hey{
  padding: 4vh;
  padding-top: 5vh;
}
.pp{
  align-self: left;
}
.ppp{
  padding: 4vh;
  text-align: center;
}

.works{
  padding: 1vh;
}
.works:hover{
  opacity: 0.5;
}

.photography{
  padding: 1vh;
}
.photography:hover{
  opacity: 0.5;
}
.designs{
  padding: 1vh;
}
.designs:hover{
  opacity: 0.5;
}
.welcome{
  font-family: "playfair display";
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  align-self: left;
}
.biz{
  font-family: "playfair display";
  font-style: normal;
  font-weight: 600;
  color: rgb(41, 41, 42);
  font-size: 25px;
}
.pls{
  color: rgb(41, 41, 42);
  font-size: 20px;
}
.paper{
  text-align: center;
  padding-bottom: 2vh;
}




/* Designs style begins */
.here{
color: rgb(22, 22, 22);
font-family: "montserrat", sans-serif;
text-decoration: underline;
}
.here:hover{
  color: rgb(148, 61, 61);
}
.hehe{
  padding: 1vh;
}
.vi{
  padding: 3vh;
  font-size: 20px;
  align-self: center;
  align-items: center;
}
.typo{
  align-content: center;
  align-self: center;
  position: relative;
  padding: 2vh;
}
.han{
  text-align: center;
  align-self: center;
  font-size: 18px;
}
video{
  border: 2px solid black;
}
.hint{
  padding: 6vh;
}
.paulll{
  align-content: center;
  align-self: center;
  position: relative;
  padding: 2vh;
}
.lez{
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.memop{
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
}


/* Biz style begins */
.book{
  align-items: center;
  text-align: right;
  padding: 4vh;
}
.bruin{
  padding: 4vh;
}
.mfd{
  padding: 4vh;
}
.sabhill{
  padding: 4vh;
}
.dale{
  align-content: center;
  padding-top: 4vh;
}
.des{
  padding-left: 2vh;
}
.que{
  text-align: center;
  font-size: 20px;
}
.dales{
  font-family: "playfair display";
  font-weight: bold;
  font-size: 20px;
}
.phone{
  padding: 4vh;
  padding-top: 6vh;
  padding-bottom: 13vh;
}
.gott{
  text-align: left;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  padding: 6vh;
}
.gett{
  padding: 4vh;
  display: flex;
        align-items: center;
        justify-content: center
}
#content img,
#content a{
     display: block;
     margin: 0 auto;
     width: 400px;
}
.pleaseh{
  text-align: center;
  padding-top: 10px;
}
.h13{
  text-align: left;

}
.doos{
  text-align: center;
}




/* Photography style begins */

.han{
padding: 1vh;
}

.han{
  transition: transform 0.25s ease;
  cursor: zoom-in;
}

.han:active{
  -webkit-transform: scale(2);
  transform: scale(2);
  cursor: zoom-out;
}


/* Process book starts here */

.everything{
  padding: 2vh;
}

.start{
  padding: 1vh;
}

.cay{
  text-align: center;
  font-family: "montserrat", sans-serif;
  padding: 3vh;
}
.pls{
  color: #fff;
  background-color: rgb(148, 61, 61);
  padding: .6vh;
}
.pls:hover{
  font-weight: bold;
  color: #fff;
}





/* CONTACT style begins*/
#fcf-form {
    display: block;
}

.fcf-body {
    margin: 5vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* fix font here, make it look like the rest of site */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(41, 41, 42);
    text-align: left;
    background-color: rgb(255, 254, 238);
    padding: 20px;
    padding-bottom: 15px;
    max-width: 100%;
}
.filler{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 3vh;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}


.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 65, 116, 0.25);
}

.fcf-h3{
  font-family: "playfair display";
  font-style: normal;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}

.fcf-btn-primary {
    color: #fff;
    background-color: rgb(148, 61, 61);
    border-color: rgb(116, 46, 46);
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: rgb(41, 41, 42);
    border-color: rgb(22, 22, 22);
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: rgb(54, 54, 54);
  border-color: rgb(41, 41, 41);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}
