*{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #4c2e00;
}
html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
    background: #f1efec;
}
a.link {text-decoration: none;}

.header{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-attachment: scroll;
    background-size: cover;
    height: 40vh;
    margin: 0;
    padding-top: 60vh;
}
.heading {
    color: #ffffff;
    display: block;
    font-family: 'Courgette', cursive;
    font-size: 11em;
    font-weight: normal;
    text-shadow: 0 0 7px #422e01;
    margin-top: -300px;
}
.heading-subtext{
    color: #fff;
    display: block;
    font-family: 'Courgette', cursive;
    font-size: .6em;
    margin-top: -55px;
}
.heading-subtext2{
    color: #fff;
    display: block;
    font-family: 'Ysabeau', sans-serif;
    font-size: .3em;
    margin-top: 20px;
    text-shadow: 0 0 5px #422e01;
}
.fixed-button{
    background: rgb(131,72,0, 0.5);
    border-radius: 6em;
    bottom: 1em;
    color: white;
    font-weight: bold;
    padding: 1em;
    position: fixed;

    text-decoration: none;
    z-index: 9999;
}
.fixed-button::after{
    content: "\25BE";
    display: block;
    font-size: 28px;
    line-height: 0;
    margin-bottom: 6px;
    margin-top: 10px;
    text-align: center;
}
.fixed-button:active,
.fixed-button:hover{
    background: rgba(20,20,20,.9);
}
.section{
    margin: 0 auto;
    max-width: 600px;
    padding: 1em 2.4em;
}
.sub-heading{
    font-family: 'Caveat', cursive;
    font-size: 3em;
    margin-top: 2em;
}
.details{
    margin: 0 auto 8em;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}
.fas {
    font-size: 3em;
    opacity: .8;
}

.social_icons {
    	width: 20%;
	transition: scale .2s;
}

.social_icons:hover {scale:1.1;}

.pwr_button {
    text-decoration: none;
    background: #c0a488;
    color: #fff;
    padding: 20px;
    display: block;
    border-radius: 30px;
    width: 230px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.25em;
    transition: scale .3s, background .4s;
}

.pwr_button:hover {
    scale: 1.2;
    background: #4c2e00;
}


@media only screen and (max-width: 600px) {
    .heading {
        font-size: 7em;
        margin-top: -200px;
        text-shadow: 0 0 6px #422b01;
    }
    .header{
        background-image: url(../img/bg_mob.jpg);
        background-repeat: no-repeat;
        background-position: 27% 60%;
        background-attachment: scroll;
        background-size: cover;
        height: 40vh;
        margin: 0;
        padding-top: 60vh;
}
.heading-subtext {
    color: #fff;
    display: block;
    font-size: .5em;
    margin-top: -30px;
    text-shadow: 0 0 5px #3a2601;
    font-family: 'Courgette', cursive;
}

.heading-subtext2{
    color: #fff;
    display: block;
    font-size: .33em;
    text-shadow: 0 0 5px #3a2601;
    margin-top: 15px;
    font-family: 'Ysabeau', cursive;
}



  }