@import url('https://fonts.googleapis.com/css?family=Montserrat:400&display=swap');
* {
    box-sizing: border-box;
}

.container .banner .textarea {
    width: 35%;
    float: right;
    height: 350px;
    margin-right: 20px;
    margin-top: 15px;
}


/* CSS Document */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document ========================================================================== */


/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections ========================================================================== */


/** * Remove the margin in all browsers. */

body {
    margin: 0;
}


/** * Render the `main` element consistently in IE. */

main {
    display: block;
}


/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content ========================================================================== */


/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics ========================================================================== */


/** * Remove the gray background on active links in IE 10. */

a {
    background-color: transparent;
}


/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/** * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
    font-weight: bolder;
}


/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/** * Add the correct font size in all browsers. */

small {
    font-size: 80%;
}


/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content ========================================================================== */


/** * Remove the border on images inside links in IE 10. */

img {
    border-style: none;
}


/** * Show the overflow in IE. * 1. Show the overflow in Edge. */

button,
input {
    /* 1 */
    overflow: visible;
}


/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
    /* 1 */
    text-transform: none;
}


/** * Correct the inability to style clickable types in iOS and Safari. */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/** * Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/** * Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/** * Correct the padding in Firefox. */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
    vertical-align: baseline;
}


/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/** * Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/** * Remove the inner padding in Chrome and Safari on macOS. */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive ========================================================================== */


/* * Add the correct display in Edge, IE 10+, and Firefox. */

details {
    display: block;
}


/* * Add the correct display in all browsers. */

summary {
    display: list-item;
}


/* Misc ========================================================================== */


/** * Add the correct display in IE 10+. */

template {
    display: none;
}


/** * Add the correct display in IE 10. */

[hidden] {
    display: none;
}


/* Body */

body {
    font-family: Montserrat, Verdana, sans-serif;
    background-color: #E4e4e4;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}


/* Container */

.container {
    width: 1096px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
    background-color: #ffffff;
}


/* For blog section */

.container_blog {
    width: 1096px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #ffffff;
}


/* Navigation */

header {
    width: 100%;
    height: 100px;
    background-color: #201D22;
}


/* Header logo */

.header_img {
    float: left;
    margin-left: 60px;
    margin-top: 25px;
    margin-right: 0px;
    max-width: 50px;
}


/* Header text connected to logo */

.logo {
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 35px;
    color: #fff;
}


/* Menu */

.topnav {
    overflow: hidden;
    background-color: #201D22;
    position: relative;
    width: 320px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    float: left;
    color: #CC9200;
    padding: 30px 0px 0px 0px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
}

.topnav a.icon {
    float: right;
    font-size: 2em;
    margin-top: -8px;
}

.topnav a:hover {
    color: #fff;
}


/* Hero section + first image of dog on index */

.doggo {
    width: 100%;
    margin-top: 33px;
}

.hero {
    background-color: #E4E4E4;
    margin-top: 0px;
}


/* About Section */

.text_column {
    width: 100%;
    color: #000000;
    margin-bottom: 58px;
    font-size: 1.7em;
    text-align: center;
    line-height: 1.5em;
}

.about {
    display: inline-block;
    background-color: #ffffff;
    margin-top: -5px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 38px;
}


/* Banner section */

.banner {
    background-color: #000000;
    background-image: url("file:///Macintosh%20HD/Users/thevegancoin/Desktop/Images/will_you_be_my_3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
}

.description {
    color: #FFFFFF;
    text-align: left;
    font-weight: lighter;
    line-height: 25px;
    padding-bottom: 14px;
    padding-right: 40px;
    margin-right: 5px;
}


/* Link in banner section */

.middle_link {
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #CC9200;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

a.middle_link:hover {
    color: #CC9200;
}


/* More info + widgets*/

footer {
    background-color: #ffffff;
    padding-bottom: 30px;
    width: 100%;
    margin-bottom: 7px;
}

.footer_column {
    width: 30%;
    text-align: center;
    padding-top: 30px;
    float: left;
    margin-left: 20px;
    padding-left: 24px;
}

footer .footer_column h3 {
    color: #B3B3B3;
    text-align: center;
}


/* Fake widgets */

.cards {
    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: 250px;
}

footer .footer_column p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
}


/* Copyright information */

.copyright {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-size: small;
}

.footer_banner {
    background-color: #B3B3B3;
    padding-top: 60px;
    padding-bottom: 60PX;
    margin-bottom: 0px;
}

footer {
    display: inline-block;
}

.hidden {
    display: none;
}

h3 {
    color: #FFFFFF;
    margin-top: 80px;
    font-weight: lighter;
}

.tag1 {
    float: right;
    text-align: right;
    margin-top: 37px;
    margin-right: -165px;
    
}

.tag2 {
    float: right;
    text-align: right;
    margin-top: -15px;
}

.tag3 {
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: -290px;
}

.tag4 {
    float: right;
    text-align: right;
    margin-top: 40px;
    margin-right: -220px;
}


/* Will you be my friend text */

.dog_text {
    color: #CC9200;
    z-index: 1;
    position: absolute;
    margin-top: 180px;
    margin-left: 70px;
    text-transform: uppercase;
    font-size: 2em;
}


/* Second text under Will you be my friend */

.dog_text_2 {
    color: #ffffff;
    z-index: 1;
    position: absolute;
    margin-top: 235px;
    margin-left: 70px;
    line-height: 25px;
    font-weight: lighter;
}


/* Contact information */

.contact {
    height: auto;
    margin-bottom: 163px;
    padding-bottom: 226px;
}


/* Second dog picture on Index, in banner section */

.banner_doggo {
    float: left;
    margin-left: 50px;
}


/* Text under banner */

.dog_text_3 {
    font-size: medium;
    color: #cc9200;
}


/* Contact form */

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #CC9200;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #000;
	color: #fff;
}


/* Container for contact-page */

.contain {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    height: auto;
}


/* Dog text for contact page */

#dog_text_2_1 {
    width: 510px;
    margin-top: 190px;
}

#contact_info {
    margin-top: 165px;
    font-size: 1.7em;
}


/* Email information */

.mail {
    color: #CC9200;
    text-decoration: none;
}

a.mail:hover {
    color: #FFFFFF;
}


/* Link color */

a {
    color: #cc9200;
}

.bolder {
    font-weight: bold;
}


/* First article on blog-page */

.art11_dog {
    width: 750px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.article1 {
    padding-top: 5px;
    background-color: #FFFFFF;
    padding-bottom: 65px;
    width: 750px;
    margin: auto;
}


/* Second article on blog-page */

.article2 {
    background-color: #FFFFFF;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding-top: 20px;
    line-height: 1.7em;
    margin-top: 20px;
}

.photo2 {
    float: right;
    clear: both;
    font-style: italic;
    margin-top: 5px;
    line-height: normal;
    text-align: right;
    font-size: 0.9em;
    margin-left: 80px;
}

.art2_quote {
    width: 430px;
    margin-top: -45px;
}

.published {
    float: right;
    font-style: italic;
    text-align: right;
}

.photo {
    float: right;
    margin-top: -15px;
    font-style: italic;
    text-align: right;
    font-size: 0.9em;
}

.art2_dog {
    float: right;
    margin-top: 60px;
    margin-left: 30px;
    width: 220px;
}

.published2 {
    font-style: italic;
    text-align: right;
    float: right;
    line-height: normal;
    margin-top: -9px;
    font-size: 1rem;
}


/* Third article on blog-page */

.article3 {
    background-color: #FFFFFF;
    width: 750px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    height: auto;
    line-height: 1.7em;
    padding-top: 20px;
    padding-bottom: 43px;
}

.art3 {
    color: #000000;
}

.art3_dog {
    float: right;
    width: 200px;
    margin-top: 88px;
    margin-left: 15px;
    clear: both;
}

.art3_dog_2 {
    width: 200px;
    float: right;
    clear: both;
    margin-left: 20px;
    margin-top: -87px;
}

.photo3_2 {
    font-style: italic;
    text-align: right;
    float: right;
    clear: both;
    margin-top: 5px;
    font-size: 0.9em;
    margin-left: 20px;
}

.photo3 {
    font-style: italic;
    float: right;
    margin-top: 8px;
    margin-left: 20px;
    text-align: right;
    clear: both;
    font-size: 0.9em;
}

.published3 {
    font-style: italic;
    text-align: right;
    float: right;
    clear: both;
}

.art3_h2 {
    padding-top: 30px;
}

.art3_text {
    color: #000000;
    margin-top: 70px;
}


/* Fourth article on blog-page */

.art_4 {
    margin-top: -60px;
}

.published4 {
    font-style: italic;
    text-align: right;
    float: right;
}

blockquote {
    line-height: 1.7;
}

.article4 {
    padding-bottom: 51px;
    background-color: #FFFFFF;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.7em;
    height: auto;
    margin-bottom: 49px;
    padding-top: 30px;
}

.art4_dog {
    width: 750px;
    padding-top: 0px;
    padding-bottom: 0px;
}

h4,
h5,
h6 {
    font-size: medium;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
}


/* Mobile */

@media screen and (max-width:320px) {
    header {
        width: 100%;
        margin-right: 0px;
    }
    /* Text connected to logo */
    .logo {
        text-align: center;
        margin-top: 45px;
        font-size: 6vw;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    /* Logo */
    .header_img {
        margin-left: 10px;
    }
    /* Menu */
    .topnav {
        width: 100%;
        padding-bottom: 10px;
        margin-right: 0;
    }
    .topnav a {
        margin-left: 6px;
        padding-bottom: 2px;
        font-size: 1em;
    }
    /* Text in banner section */
    .text_column {
        width: 100%;
        text-align: justify;
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
    }
    /* Container for contact-page */
    .contain {
        width: 100%;
    }
    /* First footer */
    .footer_column {
        width: 100%;
        margin-top: 0px;
    }
    /* Adapted content for mobile */
    .screen {
        display: inline-block;
        width: 100%;
        background-color: #201D22;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .dog_text_screen {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #cc9200;
        margin-bottom: -20px;
        margin-top: 5px;
        font-size: 1.3rem;
    }
    .dog_text_2_screen {
        font-weight: lighter;
        line-height: 1.5em;
        margin-bottom: -10px;
        font-size: 0.9rem;
        margin-left: 5px;
    }
    .screen_1 {
        display: inline-block;
        width: 100%;
        background-color: #1f1d22;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .dog_text_screen_1 {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #cc9200;
        font-size: 1.2rem;
        margin-top: 5px;
    }
    .dog_text_2_screen_1 {
        font-weight: lighter;
        line-height: 1.5em;
        margin-bottom: -10px;
        font-size: 0.9rem;
        text-align: center;
        margin-top: 10px;
    }
    .banner {
        display: none;
    }
    .banner_screen {
        width: 100%;
        background-color: #000;
        padding: 20px;
    }
    .banner_screen_1 {
        color: #fff;
        text-align: center;
        margin-top: 10px;
        font-size: 5.5vw;
    }
    .banner_screen_2 {
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
        font-size: 4.3vw;
        width: 100%;
        margin-left: 0px;
    }
    /* Link in banner for mobile */
    .middle_link_screen {
        text-decoration: none;
        border: 2px solid #cc9200;
        padding: 10px;
        color: #fff;
        position: absolute;
        left: 90px;
    }
    .middle_link_screen:hover {
        color: #cc9200;
    }
    .banner_doggo_screen {
        width: 70%;
        margin-top: 30px;
        margin-left: 30px;
    }
    /* Fake widgets */
    .cards {
        margin-left: -65px;
    }
    /* Doesn't show hero section on mobile */
    .hero {
        display: none;
    }
    /* Description */
    .description {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 90%;
        margin-top: 25px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 12px;
        float: none;
        text-align: center;
    }
    .banner {
        background-color: #2D9AB7;
        background-image: none;
    }
    /* Container for blog-page*/
    .container_blog {
        width: 100%;
    }
    /* Articles on blog-page */
    .article1,
    .article2,
    .article3,
    .article4 {
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        width: 100%;
    }
    .art11_dog {
        width: 100%;
    }
    .article_1 {
        width: 100%;
        margin-top: -25px;
    }
    .art4_dog {
        width: 100%;
    }
    .article4 {
        padding-bottom: 120px;
    }
    blockquote {
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: -10px;
    }
    .article3 {
        padding-top: 0px;
        margin-top: -40px;
    }
    .art2_dog {
        width: 100%;
        margin-top: 0;
    }
    .photo2 {
        margin-bottom: 30px;
    }
    .art2_quote {
        width: 100%;
    }
    .published2 {
        width: 100%;
        font-size: 1rem;
    }
    .article3 {
        margin-top: 30px;
    }
    .art_3 {
        margin-top: 50px;
    }
    .art3_dog {
        width: 100%;
        margin-top: 20px;
    }
    .photo2 {
        margin-bottom: 30px;
        width: 100%;
    }
    .photo3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .art3_dog_2 {
        width: 100%;
        margin-top: 0px;
    }
    .photo3_2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .art3_text {
        width: 100%;
        margin-bottom: 20px;
    }
    .art4_dog {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .tag3 {
        margin-top: -20px;
        margin-right: 0px;
    }
    .tag1 {
        margin-right: 0px;
        margin-top: -11px;
    }
    .art_4 {
        margin-top: -80px;
    }
    .tag4 {
        margin-right: 0px;
        margin-top: -15px;
    }
}


/* iPads */

@media screen and (min-width:321px) and (max-width:767px) {
    .container {
        max-width: 100%;
        margin-top: -19px;
    }
    /* Container for blog-page */
    .container_blog {
        width: 100%;
    }
    .text_column {
        width: 100%;
        font-size: 1.1rem;
    }
    .container .banner .textarea {
        width: 38%;
    }
    #about {
        width: 100%;
    }
    /* Menu */
    .topnav {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 15px;
        padding-left: 20px;
    }
    .topnav a {
        margin-left: 5px;
    }
    header {
        width: 100%;
    }
    /* Logo */
    .header_img {
        margin-left: 20px;
    }
    /* Text connected to logo */
    .logo {
        margin-left: 20px;
        margin-top: 37px;
        text-align: center;
        font-size: 5vw;
        margin-bottom: 0;
    }
    /* First dog picture on index */
    .doggo {
        width: 80%;
    }
    /* Content adapted for smalle screens */
    .screen {
        display: inline-block;
        width: 100%;
        background-color: #201D22;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .dog_text_screen {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #cc9200;
        margin-bottom: -20px;
    }
    .dog_text_2_screen {
        font-weight: lighter;
        line-height: 1.5em;
        margin-bottom: -10px;
    }
    .screen_1 {
        display: inline-block;
        width: 100%;
        background-color: #1f1d22;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .dog_text_screen_1 {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #cc9200;
        font-size: 1.5rem;
    }
    .dog_text_2_screen_1 {
        text-align: center;
        font-weight: lighter;
        line-height: 1.5em;
        margin-bottom: -10px;
        font-size: 1rem;
    }
    .banner {
        display: none;
    }
    .banner_screen {
        width: 100%;
        background-color: #000;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .banner_screen_1 {
        color: #fff;
        text-align: center;
        margin: 10px;
    }
    .banner_screen_2 {
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
        padding: 20px;
    }
    .middle_link_screen {
        text-decoration: none;
        border: 2px solid #cc9200;
        padding: 10px;
        color: #fff;
    }
    .middle_link_screen:hover {
        color: #cc9200;
    }
    .banner_doggo_screen {
        margin: auto;
        width: 60%;
        margin-bottom: -30px;
        margin-top: -20px;
    }
    .container header {
        background-color: #201D22;
        width: 100%;
    }
    .description {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        float: none;
        width: 100%;
        text-align: left;
        font-size: 3vw;
    }
    .footer_column {
        width: 100%;
        margin-left: -12px;
    }
    .container .banner .banner_doggo {
        margin-left: 0px;
    }
    /* Displays no hero-section on smaller screens */
    .hero {
        display: none;
    }
    .dog_text {
        width: 100%;
    }
    /* Articles on blog-page */
    .article1,
    .article2,
    .article3,
    .article4 {
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        width: 100%;
    }
    .art11_dog {
        width: 100%;
    }
    .art4_dog {
        width: 100%;
    }
    .article4 {
        padding-bottom: 120px;
    }
    blockquote {
        margin-right: -5px;
        margin-left: -5px;
    }
    .article3 {
        padding-top: 0px;
        margin-top: -40px;
    }
    .art2_dog {
        width: 100%;
        margin-top: 0;
    }
    .photo2 {
        margin-bottom: 30px;
    }
    .art2_quote {
        width: 100%;
    }
    .published2 {
        width: 100%;
    }
    .article3 {
        margin-top: 30px;
    }
    .art_3 {
        margin-top: 50px;
    }
    .art3_dog {
        width: 100%;
        margin-top: 10px;
    }
    .photo2 {
        margin-bottom: 30px;
        width: 100%;
    }
    .photo3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .art3_dog_2 {
        width: 100%;
        margin-top: 5px;
    }
    .photo3_2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .art3_text {
        width: 100%;
        margin-bottom: 20px;
    }
    .article_1 {
        margin-top: -20px;
    }
    .tag3 {
        margin-right: 0px;
        margin-top: -16px;
    }
    .art4_dog {
        margin-top: -5px;
        margin-bottom: -20px;
    }
    .tag4 {
        margin-right: 0px;
        margin-top: -15px;
    }
}


/* Screens with the minimum width on 1096 */

@media all and (min-width: 1096px) {
    .screen {
        display: none;
    }
    .screen_1 {
        display: none;
    }
    .banner_screen {
        display: none;
    }
}


/* Desktop */

@media screen and (min-width:768px) and (max-width:1096px) {
    .container {
        max-width: 100%;
        background-color: #ffffff;
    }
    /* Container for blog-page */
    .container_blog {
        max-width: 100%;
    }
    /* Doesn't display these elements on desktop */
    .screen {
        display: none;
    }
    .screen_1 {
        display: none;
    }
    .banner_screen {
        display: none;
    }
    /* Header section */
    .logo_blog {
        margin-left: 50px;
    }
    header {
        width: 100%;
        height: 100px;
        background-color: #201D22;
    }
    /* logo */
    .header_img {
        float: left;
        margin-left: 60px;
        margin-top: 25px;
        margin-right: 0px;
        max-width: 50px;
    }
    /* text connected to logo */
    .logo {
        margin-left: 20px;
    }
    .about {
        padding-bottom: 10px;
    }
    .text_column {
        width: 100%;
        font-size: 1.5em;
    }
    .banner {
        width: 100%;
        background-color: #000000;
        height: 350px;
    }
    .footer_column {
        margin-left: 18px;
    }
    /* Link in banner-section */
    .middle_link {
        color: #FFFFFF;
        text-decoration: none;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        border-width: 2px;
    }
    a.middle_link:hover {
        color: #B68200;
    }
    /* First dog picture on index */
    .doggo {
        width: 100%;
    }
    /* Describing heading and text for index */
    .dog_text {
        z-index: 1;
        position: absolute;
        margin-top: 150px;
        margin-left: 70px;
        text-transform: uppercase;
        font-size: 3vw;
    }
    .dog_text_2 {
        color: #ffffff;
        z-index: 1;
        position: absolute;
        margin-top: 200px;
        margin-left: 70px;
        line-height: 23px;
        font-weight: lighter;
        font-size: 100%;
    }
    /* Contact information */
    #contact_info {
        margin-top: 120px;
        margin-left: 40px;
        font-size: 2.5vw;
    }
    #dog_text_2_1 {
        width: 50%;
        margin-top: 135px;
        margin-left: 40px;
        font-size: 1.6vw;
    }
    .textarea {
        margin-right: 0px;
    }
    .description {
        padding-right: 0px;
    }
    /* Second dog picture */
    .banner_doggo {
        float: left;
        margin-left: -20px;
    }
    .bottom_links {
        color: #FFFFFF;
    }
    .tag1 {
        float: right;
        text-align: right;
        margin-top: 37px;
        margin-right: -165px;
    }
    .tag2 {
        float: right;
        text-align: right;
        margin-top: -15px;
    }
    .tag3 {
        float: right;
        text-align: right;
        margin-top: 10px;
        margin-right: -290px;
    }
    .tag4 {
        float: right;
        text-align: right;
        margin-top: 40px;
        margin-right: -220px;
    }
}