* {
    color: white;
}

body {
    background: #33414b;
    height: 100vh;
}

a, a:hover {
    color: #fff;
}

.logo {
    margin-bottom: 70px;
}

header {
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

main {
    margin: 65px auto 80px;
}

footer {
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.get_in_touch {
    font-size: 30px;
}

.cover svg {
    margin: 11px;
}

.btn.btn-job.job-administrator {
    background: #389db9;
    margin-right: 20px;
}

.btn.btn-job.job-copywriter {
    background: #fdaf17;
}

.h2, h2 {
    font-size: 2rem;
    margin-top: 0.5rem;
}

.inner {
    padding-top: 30px;
}

.btn-job {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.6em;
    box-shadow: 4px 4px #bdbec0;
    line-height: 1.2em;
    min-width: 320px;
    min-height: 135px;
}

.job-btn-inner-height {
    height: calc(135px - 2rem);
}

.job-administrator {
    border-color: #389db9;
    background-color: #389db9;
    color: #79f89a;
    padding: 1rem 1rem;
}

.job-seo {
    border-color: #0eb63a;
    background-color: #0eb63a;
    color: white;
    padding: 1rem 1rem;
}
.job-title.job-seo {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    letter-spacing: 3px;
}

.btn.btn-job.job-seo {
    background: #0eb63a;
    margin-right: 20px;
}
.seo-text-color {
    color: #79f89a;
    font-weight: bold;
}

.btn.btn-job.job-copywriter {
    background: #fdaf17;
    padding: 1rem 1rem;
}

/*.job-title-holder {
    margin-left: 30%;
}*/

.job-title {
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 45px 0;
    margin: 10px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.job-administrator {
    border-color: #389db9;
    background-color: #389db9;
    color: #d1eef6;
}
.job-web-developer {
    border-color: #389db9;
    background-color: #389db9;
    color: #d1eef6;
}

.admin-text-color {
    color: #389db9;
    font-weight: bold;
}

.copy-text-color {
    color: #fdaf17;
    font-weight: bold;
}

.job-copywriter {
    border-color: #fdaf17;
    background-color: #fdaf17;
    color: #f9e7c1;
}

.job-print {
    border-color: #fdaf17;
    background-color: #fdaf17;
    color: #fff0d4;
}

/*@media all and (max-width: 1400px) {
    .job-title-holder {
        margin-left: 20%;
    }
}

@media all and (max-width: 780px) {
    .job-title-holder {
        margin-left: 0;
    }
}*/

@media all and (max-width: 770px) {
	.btn-job {
		width: 100%;
		margin: 20px 0;
		}
}

@media all and (max-width: 530px) {
    .d-530-block {
        display: block;
        clear: both;
    }
    
    .job-title {
    	font-size: 2em;
    }
}

@media all and (min-width: 500px) and (max-width: 800px) {

    .cover svg, .cover svg image, .cover svg img {
        max-width: 100px;
        max-height: 100px;
        width: 100px;
        height: 100px;
    }

}

@media all and (max-width: 499px) {

    .logo {
        margin-bottom: 15px;
    }

    main {
        margin: 15px auto;
    }

    .cover svg, .cover svg image, .cover svg img {
        max-width: 60px;
        max-height: 60px;
        width: 60px;
        height: 60px;
    }

    .cover svg {
        margin: 6px;
    }

}

@media all and (max-width: 450px) {
	.job-title {
		font-size: 1.5em;
	}
}

@media all and (max-width: 375px) {

    main {
        margin: 5px auto;
    }

    .cover svg, .cover svg image, .cover svg img {
        max-width: 50px;
        max-height: 50px;
        width: 50px;
        height: 50px;
    }

	.job-title {
		letter-spacing: unset;
	}

}

@media all and (max-width: 374px) {

    .cover svg, .cover svg image, .cover svg img {
        max-width: 14%;
        max-height: 14%;
        width: 100%;
        height: 100%;
    }

}

@media all and (max-height: 600px) {
    .logo {
        margin-top: 100px;
        margin-bottom: 10px;
    }

    main {
        margin: 10px auto 10px;
    }

    .cover svg, .cover svg image, .cover svg img {
        max-width: 14%;
        max-height: 14%;
        width: 100%;
        height: 100%;
    }
}

@media all and (max-height: 350px) {
    .logo {
        margin-top: 140px;
    }
}