body {
    margin: 0;
    /* margin-top: 80px; */
    font-family: 'Fira Sans Condensed';
}

h1 {
    font-family: 'Playfair Display';
}

.hero {
    /* Sizing */
    width: fit-content;
    height: 80vh;

    /* background-image: url(https://1.bp.blogspot.com/-lrNKicydA3Y/T2uUGru7-iI/AAAAAAAAAP4/0BF68hO1CPs/s640/1b-abuttermere.jpg); */
    background-image: url(Images/IMG_20200910_180805.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero h1 {
    /* Text styles */
    font-size: 4em;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: center;
    color: white;
}

.hero h2{
    font-size: 2em;
    color: white;
    text-align: center;
    margin-left: 10em;
    margin-right: 10em;
}

/* .hero h3{
    font-size: 2em;
    color: black;
    text-align: center;
    margin-left: 10em;
    margin-right: 10em;
} */

.hero .btn {
    opacity: 1.0;
    /* Positioning and sizing */
    display: block;
    width: 200px;
    background-color: white;
    
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
    /* Text styles */
    color: black;
    text-decoration: none;
    font-size: 1.5em;
    
    /* Border styles */
    border: 3px solid black;
    border-radius: 20px;
}


header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background-color: white;
    box-shadow: 0 0 25px 0 black;
}

header * {
    display: inline;
    height: 50px;
    /* margin-left: 40px; */
}

header ul {
    padding: 0;
}

header li {
    margin-left: 40px;
}

header li a {
    color: black;
    text-decoration: none;
}

section {
    height: 100vh;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.follow{
    display: flex;
    align-items: flex-start;
}

#hero .profile-img {
    width: 300px;
}

footer {
    text-align: center;
    padding: 10px;
}

#Description p {
    font-size: 1.75em;
    text-align: justify;
    text-justify: inter-word;
    margin-left: 250px;
    margin-right: 250px;
}

section h2 {
    font-size: 2.5em;
}

section h3 {
    font-size: 1.5em;
}

header a {
    text-decoration: none;
    color: black;
}

.about {
    /* Sizing */
    width: 100%;
    height: 80vh;

    /* background-image: url(https://1.bp.blogspot.com/-lrNKicydA3Y/T2uUGru7-iI/AAAAAAAAAP4/0BF68hO1CPs/s640/1b-abuttermere.jpg); */
    background-image: url(Images/officeimgjpg.jpg);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about h1 {
    /* Text styles */
    font-size: 4em;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: center;
    color: white;
}

.about h2{
    font-size: 2em;
    color: white;
    text-align: center;
    margin-left: 10em;
    margin-right: 10em;
}