body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #111;
}
svg {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}
#container {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
	color: #ea4175;
}
.regular {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.font-big {
    font-size: 30px;
    line-height: 34px;
}
.font-mid {
    font-size: 22px;
    line-height: 24px;
}
.font-small {
    font-size: 18px;
    line-height: 20px;
}
.font-tiny {
    font-size: 12px;
    line-height: 14px;
}
.underline-green {
    height: 4px;
    background-color: #19d200;
    margin-top: 4px;
}
.underline-white {
    height: 4px;
    background-color: #fff;
    margin-top: 4px;
}
.button {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 14px;
    background-color: #ea4175;
    border: 3px solid #ea4175;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.button:hover {
    background: none;
    color: #ea4175;
}
#menu_bar {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
	height: 60px;
    background-color: #ea4175;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
}
#burger {
    width: 60px;
    cursor: pointer;
    padding: 5px;
	padding-top: 10px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
}
.burger {
    width: 50px;
    height: 7px;
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 0px;
}
#burger3 {
    margin-bottom: 0;
}
#menu_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#menu_container {
    background-color: #e64876;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    opacity: 1;
}
#menu {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    text-align: center;
}
#menu ul {
    list-style: none;
}
#menu a {
    color: #fff;
}
#menu li:hover,
#menu a:hover {
    color: #111;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.menu_button {
    cursor: pointer;
    display: inline-block;
    margin: 6px 0 6px 0;
}
#hero {
    height: 300px;
    width: 100%;
    background-color: #111;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
}
#hero_content {
    margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
}
#hero_text {
    color: #fff;
}
.hero-firstline {
    line-height: 42px;
	color: #ea4175;
}
.hero-tertiary {
	display: block;
	margin-top: 6px;
    line-height: 120%;
	max-width: 700px;
}
#hero_email {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    margin-top: 12px;
}
#hero_email:hover {
    color: #19d200;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
#hero_underline {
    width: 186px;
    margin-left: 1px;
}
#hero_button{
	 margin-top: 0px;
}
@media only screen and (max-width: 830px) {
    #hero {
        height: 340px;
    }
	.hero-tertiary {
		max-width: 540px;
	}
}
@media only screen and (max-width: 610px) {
	#hero {
        height: 400px;
    }
}
@media only screen and (max-width: 460px) {
	#hero {
        height: 430px;
    }
}
@media only screen and (max-width: 380px) {
    #hero {
        height: 280px;
    }
    .hero-firstline,
    .hero-sub {
        font-size: 22px;
        line-height: 24px;
    }
    .hero-firstline {
        line-height: 30px;
    }
	.hero-tertiary {
		display: none;
	}
}
#thumbnail_container {
    max-width: 100%;
    height: auto;
    margin: auto;
    background-color: #e64876;
    border-bottom: 4px solid #e64876;
}
#thumbnails {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    width: 100%;
}
.thumbnail_container {
    position: relative;
    width: 10%;
    max-width: 300px;
}
.thumbnail_container:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.my_thumbnail_image {
    width: 100%;
    height: 100%;
}
.thumbnail_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ea4175;
    opacity: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
.thumbnail_text {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.thumbnail_client {
    font-weight: 700;
}
.thumbnail_display {
    font-weight: 500;
}
@media only screen and (max-width: 1800px) {
    .thumbnail_container {
        width: 12.5%;
    }
}
@media only screen and (max-width: 1400px) {
    .thumbnail_container {
        width: 16.66%;
    }
}
@media only screen and (max-width: 1200px) {
    .thumbnail_container {
        width: 20%;
    }
}
@media only screen and (max-width: 1000px) {
    .thumbnail_container {
        width: 25%;
    }
}
@media only screen and (max-width: 600px) {
    .thumbnail_container {
        width: 50%;
    }
}
@media only screen and (max-width: 320px) {
    .thumbnail_container {
        width: 100%;
    }
}
#about {
    height: auto;
    width: 100%;
    background-color: #111;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
#about_content {
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    margin-top: 40px;
}
#about_text_container {
    margin-left: 15%;
    margin-bottom: 40px;
    width: 70%;
}
#about_text {
    color: #fff;
}
.about-header {
    display: block;
	color: #ea4175;
}
.about-body {
    display: block;
    margin-top: 25px;
	line-height: 140%;
}
#about_underline {
    width: 180px;
}
#about_image_container {
    width: 100%;
    max-width: 4000px;
    min-height: 600px;
    background-image: url("../img/rory.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width: 1800px) {
    #about_image_container {
        min-height: 500px;
    }
}
@media only screen and (max-width: 1500px) {
    #about_image_container {
        min-height: 400px;
    }
}
@media only screen and (max-width: 1200px) {
    #about_image_container {
        min-height: 300px;
    }
}
@media only screen and (max-width: 900px) {
    #about_image_container {
        min-height: 200px;
    }
}
@media only screen and (max-width: 570px) {
    #about_image_container {
        min-height: 100px;
    }
}
#skills_container {
    background-color: #111;
    margin: auto;
    padding: 25px 0;
}
#skills {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    width: 100%;
    margin: 20px 0;
}
.skill_container {
    width: 44%;
    margin: 5px 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}
.skill_container:nth-child(odd) {
    margin-right: 0;
    margin-left: 2%;
}
.skill_container:nth-child(even) {
    margin-right: 2%;
    margin-left: 0%;
}
.skill_container:nth-child(10n) {
    margin-bottom: 14px;
}
.skill_name {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}
.skill_bar {
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.skill_percentage {
    height: 100%;
    background-color: #fff;
}
@media only screen and (max-width: 500px) {
    .skill_container {
        width: 80%;
    }
    .skill_container:nth-child(odd) {
        margin-right: 0;
        margin-left: 0%;
    }
    .skill_container:nth-child(even) {
        margin-right: 0%;
        margin-left: 0%;
    }
}
#clients_agencies_container {
    width: 100%;
    background-color: #fff;
    color: #111;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.clients_agencies {
    margin: 0;
    width: 50%;
    height: auto;
}
#clients_container {
    background-color: #e64876;
}
#agencies,
#clients {
    margin-top: 30px;
    margin-left: 20%;
    padding-bottom: 16px;
}
#agencies_underline {
    width: 268px;
}
#clients_underline {
    width: 235px;
}
#agencies ul,
#clients ul {
    list-style: none;
    margin-left: -40px;
}
#agencies li,
#clients li {
    color: #111;
    font-size: 18px;
    line-height: 24px;
}
#agencies li:before {
    content: "•";
    color: #e64876;
    padding-right: 8px;
}
#clients li:before {
    content: "•";
    color: #fff;
    padding-right: 8px;
}
@media only screen and (max-width: 790px) {
    #agencies,
    #clients {
        margin-left: 10%;
    }
}
@media only screen and (max-width: 700px) {
    #clients_agencies_container {
        flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
    }
    .clients_agencies {
        width: 100%;
    }
    #agencies,
    #clients {
        margin-left: 30%;
    }
}
@media only screen and (max-width: 500px) {
    #agencies,
    #clients {
        margin-left: 18%;
    }
}
@media only screen and (max-width: 450px) {
    #agencies,
    #clients {
        margin-left: 15%;
    }
}
@media only screen and (max-width: 330px) {
    #agencies_underline {
        width: 122px;
    }
}
@media only screen and (max-width: 291px) {
    #clients_underline {
        width: 122px;
    }
}
#hello_container {
    width: 100%;
    background-color: #111;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#hello {
    margin: 20px 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}
#footer_button {
    margin-top: 20px;
}
#copyright_container {
    width: 100%;
    background-color: #111;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	flex-direction: column;
}
#copyright {
    padding: 0 0 2px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
#footer_email {
    padding-bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
	text-decoration: none;
    cursor: pointer;
}
#footer_email:hover {
    color: #e64876;
}
#work_container {
    width: 100%;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding: 30px 0;
}
#work {
    margin-top: 45px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#work video {
    max-width: 90%;
    max-height: 600px;
}
#work img {
    max-width: 90%;
}
#description_container {
    width: 100%;
    color: #292f36;
    background: #d6dbe1;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}
#description_content {
    width: 600px;
    padding: 30px 0 20px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.description_title {
    font-weight: 700;
}
#back_button {
    margin-left: -299px;
    margin-top: -3px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
    #description_content {
        width: 300px;
    }
    #back_button {
        margin-left: -150px;
    }
}
#contact_container {
    width: 100%;
    height: auto;
}
#contact {
    height: auto;
    width: 100%;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
#contact_content {
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    margin-top: 80px;
}
#contact_text_container {
    margin-left: 15%;
    margin-bottom: 40px;
    width: 70%;
}
#contact_text {
    color: #111;
}
.contact-header {
    display: block;
	color: #ea4175;
}
.contact-body {
    display: block;
    margin-top: 25px;
	line-height: 140%;
}
#contact_email {
	color: #e64876;
	text-decoration: none;
    cursor: pointer;
}
#contact_email:hover {
    color: #111;
}
#contact_body_email {
	color: #e64876;
	text-decoration: none;
    cursor: pointer;
}
#contact_body_email:hover {
    color: #111;
}
#digitalads_container {
    width: 100%;
    height: auto;
}
#digitalads {
    height: auto;
    width: 100%;
    background-color: #fff;
    /*display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;*/
}
#digitalads_content1 {
    height: auto;
	width: 100%;
    background-color: #111;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    margin-top: 80px;
}
#digitalads_text1_container {
    margin-left: 15%;
    margin-bottom: 40px;
    width: 70%;
}
#digitalads_text1 {
    color: #fff;
}
.digitalads-header {
    display: block;
	color: #ea4175;
}
.digitalads-body {
    display: block;
    margin-top: 25px;
	line-height: 140%;
}
#digitalads_content2 {
    height: auto;
	width: 100%;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    margin-top: 20px;
}
#digitalads_static_image{
	margin-left: 15%;
    width: 70%;
	max-width: 2100px;
}
#digitalads_services_container {
    margin-left: 15%;
	margin-top: 15px;
    margin-bottom: 40px;
    width: 70%;
}
.digitalads_video{
	margin-left: 15%;
    width: 70%;
	max-width: 1920px;
}
#digitalads3_button{
	margin-left: 15%;
	margin-bottom: 40px;
}
.digitalads-description{
	margin-left: 15%;
}
.digitalads-description-margin-top{
	margin-top: 20px;
}
#email_container {
    width: 100%;
    height: auto;
}
#email {
    height: auto;
    width: 100%;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
#email_content {
    height: auto;
	width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    margin-top: 80px;
}
#email_text_container {
    margin-left: 15%;
    margin-bottom: 40px;
    width: 70%;
}
#email_text {
    color: #111;
}
.email-header {
    display: block;
	color: #ea4175;
}
.email-body {
    display: block;
    margin-top: 25px;
	line-height: 140%;
}
#email_email {
	color: #e64876;
	text-decoration: none;
    cursor: pointer;
}
#email_email:hover {
    color: #111;
}
#email_body_email {
	color: #e64876;
	text-decoration: none;
    cursor: pointer;
}
#email_body_email:hover {
    color: #111;
}