#home-banner {
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.section {
	padding: 70px 0;
}

#mid-section {
	width: 75%;
	min-height: 1000px;
}

.margin-centered {
	margin: 0 auto;
	width: 75%;
}

.text-centered {
	text-align: center !important;
}

.standard-header {
	color: white;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
}

.standard-header-2 {
    text-decoration: underline;
    margin-bottom: 40px;
}

.standard-para {
	font-size: 26px;
	text-align: left;
	margin: 0;
	font-family: Avenir Next;
    font-weight: lighter;
}

.coding-essentials-highlight {
	color: rgb(50, 136, 200);
}

.babygit-highlight {
	color: #f1571c;
}

.wrap-right {
	float: right;
	width: 150px;
}

.wrap-right.ce {
	padding: 25px;
}

.cover {
	width: 100%;
	margin-top: 50px;
}

.item-outer {
	margin-bottom: 30px;
}

.item-outer.start-coding .item-body p, .item-outer.start-coding .item-body ul {
	font-size: 20px;
}

.item-inner {
    border-radius: 2px;
    height: 100%;
    font-weight: bold;
}

.item-header {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 25px 0 5px 0;
	text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
}

.item-body-title {
	font-size: 40px;
	margin-bottom: 1rem;
	font-weight: bold;
}

.item-header:not(.prevent-hover):hover {
	color: #1c1c1c !important;
    background-color: white !important;
}

.item-header div {
    padding-left: 0 0 0 10px;
}

.item-body {
	padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 30px;
}

.item-body-rows {
    margin: 0 40px;
}

.item-body-row {
	text-align: center;
    position: relative;
}

.item-body-row-top {
	font-size: 22px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 3px solid white;
	margin-top: 10px;
}

.item-body-row-middle {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

.item-body-row-bottom {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 3px solid white;
}

.item-body-row:not(.item-body-row-top):after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 3px solid white;
    transform: translate(-50%);
}

.item-body-row-top > .item-body-item {
	width: 75%;
}

.item-body-item {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.item-body-subitem {
    margin: 6%;
}

.item-cover {
	width: 45%;
    border-radius: 3px;	
}

.featured {
    position: absolute;
    right: -10px;
    top: -10px;
    transform: rotate(5deg);
    font-size: 18px;
}

.beta {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    font-size: 24px;
}

.post-title {
	font-weight: bold !important;
}

.post-outer {
	margin-bottom: 0 !important;
}

.post-inner {
	margin: 0 70px;
}

.hover-highlight:hover {
	box-shadow: 0 6px 20px #AFAFAF;
}

.coding-blog-block > p {
	font-weight: bold;
	font-size: 22px;
}

.coding-blog-block div p {
	font-size: 20px;
	font-weight: lighter;
	margin: 10px 0;
}

.latest-image {
	width: 60px;
    position: absolute;
    top: -15px;
    margin-left: 5px;
}

.git-image {
	width: 75px;
    position: absolute;
    top: -20px;
}

.springboot-image {
	width: 40px;
    position: absolute;
    top: -5px;
    margin-left: 10px;
}

.aws-image {
	width: 60px;
    position: absolute;
    top: 0;
    margin-left: 60px;
}

.footer {
	background-color: #777;
	color: white;
	text-align: center;
	height: 100px;
	margin-top: 50px;
	font-size: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}

/* Mid Page Sidebar (from post.css) */
#cta-toast-1, #cta-toast-4 {
    z-index: 2;
    right: 15px;
    background-color: white;
    background-clip: initial;
}

.toast-header div {
    padding-left: 10px;
    padding-right: 0;
}

.toast-body-title {
	font-weight: 600;
}

.toast-inline-para {
	padding-right: 10px;
	width: 100%;
}

#cta-toast-1 p, #cta-toast-2 p, #cta-toast-3 p, #cta-toast-4 p {
	margin: 0 0 .5rem 0 !important;
}

#cta-toast-2 .toast-header, #cta-toast-3 .toast-header {
	font-weight: 600;
	color: black;
}

#cta-toast-3 .row {
	justify-content: left !important;
}

.toast-header .badge {
	pointer-events: none;
}

.toast-body p {
    color: black !important;
    padding: 0;
}

.toast-body a:hover {
	color: #f1571c !important;
    text-decoration: underline;
}

.toast-cover {
	width: 100%;	
}

#cta-toast-2 .close {
	display: none;
	position: absolute;
    right: 20px;
}

.right-sidebar-ad-slot.ad,
#cta-toast-1, #cta-toast-4 {
	display: none;
}

#topright-sidebar-ad {
    padding-top: 60px;
}

#demo-opt-in {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
}

#demo-opt-in h1 {
    font-size: 150px !important;
}

#demo-opt-in p {
    font-size: 50px !important;
}

/* ********** */

@media only screen and (max-width: 767px) {
	
	.banner-title {
		font-size: 50px;
	}
	
	.banner-tagline {
		font-size: 20px;
	}
	
	.standard-header {
	    font-size: 28px;
	}
	
	.standard-para {
		font-size: 18px;
		font-weight: normal;
	}
	
    .post-inner {
	    margin: 0 35px;
	}
	
	.section {
		padding: 25px 0;
	}
	
	/* Mid Page Sidebar (from post.css) */
	
	#mid-section {
		width: 100%;
		min-height: auto;
	}
	
	.right-sidebar-ad-slot:not(#email-capture-block) {
		display: none;
	}
	
	#email-capture-block {
		position: fixed;
		bottom: 0;
		left:0;
		margin: 0;
		width: 100vw;
		z-index: 1;
	}
	
	#cta-toast-2 {
		max-width: initial;
	}
	
	#cta-toast-2 .toast-body {
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	
	#cta-toast-2 .mb-3 {
		margin-bottom: 5px !important;
	}
	
	#cta-toast-2 .close {
		display: block;
	}
	
	/* ********** */
	
}

@media only screen and (max-width: 690px) {
	
    .post-meta {
    	display: none;
    }
    
}

@media only screen and (max-width: 464px) {
	
    .item-cover {
    	margin: 0 0 25px 0 !important;
    	width: 80% !important;
    }
    
    .item-body-rows {
	    margin: 0 !important;
	}
	
	.post-inner {
	    margin: 0 !important;
	}
	
	.item-body-row-top {
    	font-size: 18px !important;
	}
	
	.item-body-row {
		font-size: 14px;
	}
	
	.aws-image {
		display: none;
	}
    
}

@media only screen and (max-width: 359px) {

	.git-image {
		right: -20px;
	}
	
	.latest-image, .git-image, .springboot-image, .aws-image {
		display: none;
	}
	
}

@media only screen and (min-width: 576px) and (max-width: 608px) {

	.git-image {
		right: 0px;
	}
	
}

@media only screen and (min-width: 576px) and (max-width: 581px) {

	.springboot-image {
		right: 20px;
	}
	
	.aws-image {
		right: -45px;
	}
	
}

/* Blog CSS Moved here for specific element styling - not all needed - remove unneeded later */

.post-outer {
    background-color: #222;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out 0s;
    margin-bottom: 20px;
}

.post-inner {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-radius: 2px;
}

.wrapper {
    max-width: none !important;
}

.post-title {
    text-decoration: none;
    margin: 0px !important;
    font-size: 119%;
    text-align: left;
    line-height: normal;
    font-weight: normal;
    text-transform: capitalize;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #fafafa;
    height: 85px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #DFDFDF;
    display: table;
    width: 100.1%;
}

.post-footer {
    height: 58px;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 14px;
}

.post-link {
    color: #5A5A5A !important;
    padding: 0 10px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.post-link:hover {
    text-decoration: none;
}

.post-meta {
    float: right;
    padding-right: 20px;
    margin-top: -21px;
    color: #828282;
}

.footer-icon {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    height: auto;
    border-radius: 30px;
}

.post-categories {
    padding-top: 16px;
    font-size: 14px;
}

.category {
    padding-right: 5px;
    color: black;
}

.post-content {
    margin-bottom: 0px !important;
}

.post-content img, .blog-post-clicks {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.post-wrapper .post-content img {
	border-radius: 15px;
}

.rss-subscribe {
	color: white;
    padding-top: 20px;
}

a:hover {
    color: #3F51B5;
}

.post-inner:hover {
    box-shadow: 0 6px 20px #AFAFAF;
    border-radius: 15px;
}

/* HEADER*/
.header-logo {
    width: 21%;
    margin: auto !important;
    display: block;
    padding: 2% 4%;
    margin-top: 3%;
}

h1 {
    font-size: 55px !important;
    text-decoration: none;
    font-weight: 500 !important;
    line-height: 1.2em !important;
    text-align: center;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.logo-title-desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    margin: 1% auto;
    color: #737373;
    margin-top: 15px;
}

.categoryFilterTitle {                                                                                                                                            
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    margin: 10px auto;
    color: white;
}

@media only screen and (max-width: 500px) {
    .post-outer {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 690px) and (min-width: 576px) {
    .post-meta {
    	display: none;
    }
}

.categoryFilter {
    margin-bottom: 30px;
}

.categoryFilterSelector {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    color: #222;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    width: 80px;
}

.contactBtn, .contactBtn:visited, .contactBtn:hover {
    color: white !important;
}

.navTab a:hover {
    text-decoration: none !important;
}

#home-title {
    font-size: 3em !important;
    font-weight: 200 !important;
    margin-bottom: 25px !important;
    margin-top: 2em !important;
    color: white;
}

#home-subtitle {
    font-size: 1.7em !important;
    font-weight: 100 !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    color: white;
    text-align: center;
}

#devlands-nav-cloud {
    position: fixed;
    top: 0;
    left: 25vw;
    z-index: 4;
    transform: rotate(180deg) translateY(50%) translateX(50%);
    width: 800px;
    pointer-events: none;
    filter: drop-shadow(0 0 75px black);
}

#devlands-home-logo {
    width: 30%;
    margin-top: 0;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 5px;
}

#devlands-home-subtitle {
    font-size: 1.5vw;
    font-weight: 1000 !important;
    text-align: center;
    background: linear-gradient(to left, transparent, #ff639a 20%, #ff639a 80%, transparent);
    width: 45%;
    margin: 0 auto;
    padding: 10px;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16vw;
}

#devlands-home-headline {
    width: 100vw;
    height: 4.5vw;
    font-size: 2.5vw;
    position: absolute;
    bottom: 10vw !important;
    z-index: 3;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    color: white;
    background: linear-gradient(to left, transparent, #004002 5%, #004002, 95%, transparent);
    padding: 10px;
    line-height: 1.6;
    filter: drop-shadow(0 0 2vw gold);
}

#devlands-discount-banner {
    position: absolute;
    color: black;
    bottom: 1.5vw;
    left: 50%;
    transform: translate(-50%, 200%);
    font-size: 1.5vw;
    z-index: 3;
    background: linear-gradient(to left, transparent, #ff639a 20%, #ff639a 80%, transparent);
    width: 90%;
    text-align: center;
    pointer-events: none;
    font-weight: 1000 !important;
    margin: 0 auto;
    padding: 10px;
}

#willo {
    position: relative;
    bottom: 0;
    left: 0;
    border: none;
    z-index: 3;
    width: 100vw;
    height: 100vh;
}

#curtain {
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    cursor: url(/img/devlands/cursor_arrow.webp) 7 6, auto !important;
    pointer-events: none;
}

#clouds {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    min-width: 100vw;
    height: 100vh;
    overflow: clip;
}

#devlands-header-cta-button, #devlands-header-subscribe-button {
    bottom: -1vw !important;
    transform: translate(-50%, 200%);
}

.devlands-cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 7.04vw;
    background-image: url('/img/devlands/cta-button.webp');
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: white !important;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(0 0 2vw gold);
    transition: all 0.3s ease;
    position: absolute;
    right: 20%;
    bottom: 5vw;
    z-index: 3;
}

main a.devlands-cta-button:hover {
    background-image: url('/img/devlands/cta-button-hovered.webp');
    color: white !important;
    text-decoration: none;
    cursor: url(/img/devlands/cursor_hand.webp) 15 7, auto !important;
}

.preload-cta-button-hovered {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-image: url('/img/devlands/cta-button-hovered.webp');
    z-index: 100;
    top: 0;
    left: 0;
}

.devlands-subscribe-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 7.04vw;
    background-image: url('/img/devlands/subscribe-button.webp');
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: white !important;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(0 0 2vw gold);
    transition: all 0.3s ease;
    position: absolute;
    left: 20%;
    bottom: 5vw;
    z-index: 3;
}

main a.devlands-subscribe-button:hover {
    background-image: url('/img/devlands/subscribe-button-hovered.webp');
    color: white !important;
    text-decoration: none;
    cursor: url(/img/devlands/cursor_hand.webp) 15 7, auto !important;
}

.preload-subscribe-button-hovered {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-image: url('/img/devlands/subscribe-button-hovered.webp');
    z-index: 100;
    top: 0;
    right: 0;
}

.transparent {
    opacity: 0.01;
    will-change: opacity, transform;
}

.block-8 pre {
    white-space: pre-wrap;
    font-family: cuteaurora !important;
    font-weight: 500;
    line-height: 1.2;
    margin: 1em !important;
}

.block-9 .block-image {
    width: 50%;
}

.block-9 .sub-image {
    position: absolute;
    top: 12.75%;
    width: 37.5%;
    height: 45.5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1vw;
    object-fit: cover;
}

.block-9 .leaf {
    position: absolute;
    top: -.5%;
    width: 7.5%;
    left: 26.5%;
}

.block-9 span {
    position: absolute;
    top: 65%;
    color: white;
    font-size: 2.25vw;
    text-align: center;
    width: 35%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.25em;
}

.block-9 .cloud {
    position: absolute;
    top: 50%;
    width: 25%;
    transform: translateY(-50%);
    display: none;
}

.block-9 .cloud-right {
    left: 90%;
}

.block-9 .cloud-left {
    left: -15%;
}

.block-10 .block-image {
    width: 75%;
}

.block-10 pre {
    position: absolute;
    color: black;
    text-align: left;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1em;
    white-space: pre-wrap;
    font-family: cuteaurora !important;
    padding: 20px;
}

.block-10 ul {
    list-style-position: outside;
    padding: 0;
    margin-bottom: 0;
}

.block-10 li {
    display: flex;
}

.block-10 li::before {
    content: attr(data-icon);
    flex-shrink: 0;
}

.block-11 .block-image {
    width: 70%;
}

.block-11.item-outer {
    margin-bottom: 0;
}

.block-11 .item-inner {
    padding-bottom: 0;
}

.block-11 .flip .block-image {
    transform: scaleX(-1);
}

.block-11 .sub-image {
    position: absolute;
    left: 17.25%;
    top: 6%;
    border-radius: 50%;
    width: 19.25%;
    height: auto;
}

.block-11 .flip .sub-image {
    left: initial;
    right: 17.25%;
}

.block-11 pre {
    position: absolute;
    top: 11.5%;
    color: white;
    font-size: 1.8vw;
    text-align: left;
    width: 40%;
    left: 60%;
    transform: translateX(-50%);
    line-height: 1em;
    white-space: pre-wrap;
    font-family: cuteaurora !important;
}

.block-11 .flip pre {
    left: 42%;
}

.block-13 .block-image {
    width: 75%;
}

.block-13 pre {
    position: absolute;
    color: black;
    text-align: left;
    width: 27%;
    line-height: 1em;
    white-space: pre-wrap;
    font-family: cuteaurora !important;
}

.block-13 ul {
    list-style-position: outside;
    padding: 0;
}

.block-13 li {
    display: flex;
}

.block-13 li::before {
    content: attr(data-icon);
    flex-shrink: 0;
}

.block-13 .left-column {
    left: 20vw;
}

.block-13 .right-column {
    left: 55vw;
}

#subscribeHeader {
    color: white;
    font-weight: 400;
}

#subscribeHeader:hover {
    color: orange;
    text-decoration: underline;
}

#subscribeHeader:visited {
    color: white;
}

.page-content {
    margin-top: 64px !important;
}

.post-content > a {
    display: block;
}

#navHamburgerIcon:hover {
	color: orange !important;
}

.wrapper {
	margin: 0 25px;
}

.devlands-wrapper {
    margin: 0;
    position: relative;
    max-width: none !important;
    margin-top: -10px !important;
}

.devlands-wrapper .grid.row {
    position: relative;
}

.devlands-wrapper .grid.row:first-child {
    z-index: 2;
}

.devlands-wrapper .item-body {
    position: relative;
}

.tree {
    position: fixed;
    top: 0;
    width: 12.5%;
    height: 100vh;
    z-index: 2;
    background-repeat: repeat-y;
    background-size: contain;
}

.tree-left {
    left: 0;
    background-image: url(/img/devlands/tree-left.webp);
    background-position: left;
}

.tree-right {
    right: 0;
    background-image: url(/img/devlands/tree-right.webp);
    background-position: right;
}

.blogIntroBG {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    box-shadow: 0 5px 10px -4px;
}

.basicCard {
    margin: auto;
    width: 99%;
}

#blog-banner {
    padding: 40px;
    margin-bottom: 30px;
}

.minus-05-btm {
    margin-bottom: -0.5;
}

.minus-2-top {
    margin-top: -2em;
}

.post-content img {
	max-width: 100%;
	width: 100%;
    height: auto;
}

#filter {
	text-align: center;
    margin-bottom: 40px;
}

#filter button {
    padding: 1% 2%;
    margin: .5%;
    font-weight: bold;
    font-size: 20px;
}

#filter button.selected {
	background-color: rgba(50, 136, 200, 0.9);
    border: none !important;
    box-shadow: none !important;
}

.youtube-wrapper {position: relative; padding-bottom: 56.25%; /* 16:9 */  padding-top: 25px;}
.youtube-wrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media only screen and (max-width: 2499px) {
    #devlands-nav-cloud {
        left: 17.5vw;
        width: 600px;
    }
}

@media only screen and (max-width: 1999px) {
    #devlands-home-logo {
        width: 40%;
        top: 25px;
    }
    #devlands-home-subtitle {
        top: 22.5vw;
    }
}

@media only screen and (max-width: 1499px) {
    #devlands-nav-cloud {
        left: 17.5vw;
        width: 400px;
    }
    .block-9 .block-image {
        width: 75%;
    }
    .block-9 .sub-image {
        width: 56.5%;
        border-radius: 2.5vw;
    }
    .block-9 span {
        font-size: 3.25vw;
        width: 55%;
    }
    .block-9 .leaf {
        left: 15%;
    }
    #devlands-home-logo {
        width: 50%;
        top: 5px;
    }
    #devlands-home-subtitle {
        top: 27vw;
        width: 55%;
        font-size: 2vw;
    }
    #devlands-discount-banner {
        width: 55%;
        font-size: 2vw;
    }
    #demo-opt-in h1 {
        font-size: 100px !important;
    }
    #demo-opt-in p {
        font-size: 35px !important;
    }

}

@media only screen and (max-width: 1399px) {

    #devlands-home-headline {
        height: 4.5vw;
    }

}

@media only screen and (max-width: 991px) {

    #devlands-nav-cloud {
        left: 51.5vw;
    }

    nav.devlands .navbar-nav {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    nav.devlands .navbar-toggler {
        display: none;
    }

    nav.devlands .container {
        left: 50vw;
        background-color: transparent;
    }

    .block-9 span {
        font-size: 4.5vw;
    }

    .devlands .block-8 .item-body {
        background: url(/img/devlands/oval.webp) no-repeat center / cover !important;
        padding: 15vw 15% !important;
        width: 100vw !important;
    }

    .devlands .block-8 pre {
        font-size: 4vw !important;
    }

    .devlands .block-10 .block-image {
        height: auto;
    }
    
    .devlands .block-11 .block-image {
        width: 80%;
    }
    
    .devlands .block-11 .sub-image {
        left: 12.6%;
        width: 22%;
    }
    
    .devlands .block-11 pre {
        font-size: 2.1vw;
        left: 62%;
        width: 45%;
        top: 10%;
    }
    
    .devlands .block-11 .flip .sub-image {
        left: initial;
        right: 12.6%;
    }
    
    .devlands .block-11 .flip pre {
        left: 40%;
    }
    
    #devlands-home-logo {
        width: 60%;
        top: 80px;
    }

    #devlands-home-subtitle {
        top: 40vw;
        font-size: 3vw;
        width: 75%;
    }
    
    #devlands-home-headline {
        width: 75vw;
        height: 12vw;
        font-size: 4vw;
        bottom: 15vw !important;
        padding: 10px 50px;
        line-height: 1.25;
    }
    
    #devlands-discount-banner {
        width: 75%;
        font-size: 3vw;
    }

    .devlands-cta-button:not(#devlands-header-cta-button), .devlands-subscribe-button:not(#devlands-header-subscribe-button) {
        right: initial !important;
        left: 50% !important;
        transform: translate(-50%, 60%) !important;
        width: 50vw;
        height: 14.08vw;
    }

    .devlands-subscribe-button {
        bottom: initial;
    }

    .devlands .block-12 {
        margin-bottom: 35vw;
    }
    
    .devlands .block-12 .item-body {
        margin-top: 10vw !important;
    }
    
    .devlands .block-12.block-number-1 .item-body {
        padding-top: 15vw !important;
    }

}

@media only screen and (max-width: 849px) {

    #devlands-home-subtitle {
        top: 41vw;
    }
    
    #demo-opt-in {
        width: 70%;
    }

}

@media only screen and (max-width: 799px) {

    #devlands-home-logo {
        width: 70%;
    }

    #devlands-home-subtitle {
        top: 47vw;
    }

}

@media only screen and (max-width: 699px) {

    #devlands-home-subtitle {
        top: 49vw;
    }
    
    #demo-opt-in h1 {
        font-size: 75px !important;
    }
    
    #demo-opt-in p {
        font-size: 30px !important;
    }

}

@media only screen and (max-width: 649px) {

    #devlands-home-logo {
        width: 90%;
    }

    #devlands-home-subtitle {
        top: 60vw;
        font-size: 4vw;
        width: 100%;
    }
    
    #devlands-discount-banner {
        width: 100%;
        font-size: 4vw;
    }
    
    #devlands-home-headline {
        width: 100vw;
        height: 15vw;
        font-size: 5vw;
        padding: 10px;
    }

}

@media only screen and (max-width: 599px) {

    #devlands-home-subtitle {
        top: 62.5vw;
    }

}

@media only screen and (max-width: 499px) {

    #devlands-home-subtitle {
        top: 65vw;
    }
    
    #demo-opt-in {
        width: 80%;
    }
    
    #demo-opt-in h1 {
        font-size: 55px !important;
    }
    
    #demo-opt-in p {
        font-size: 28px !important;
    }

}

@media only screen and (max-width: 449px) {

    #devlands-nav-cloud {
        filter: drop-shadow(0 0 1px grey);
    }

    #devlands-home-logo {
        top: 50px;
    }

    #devlands-home-subtitle {
        top: 60.5vw;
        padding: 5px;
    }

}

@media (min-aspect-ratio: 2.15) and (min-width: 1500px) {

    nav.devlands .container {
        left: 16vw;
    }

    #devlands-home-logo {
        top: 0px;
        width: 22.5%;
    }

    #devlands-home-subtitle {
        top: 12vw;
        font-size: 1.25vw;
        width: 35vw;
    }
    
    #devlands-discount-banner {
        width: 35vw;
        font-size: 1.25vw;
    }

    #devlands-header-cta-button, #devlands-header-subscribe-button {
        width: 16vw;
        height: 4.5vw;
        bottom: 1vw !important;
    }

}

@media (orientation: landscape) and (max-width: 1499px) {

    #devlands-nav-cloud {
        left: 17.5vw;
        width: 400px;
    }

    nav.devlands .container {
        left: 16vw;
    }

    #devlands-home-logo {
        top: 0px;
        width: 30%;
    }

    #devlands-home-subtitle {
        top: 16vw;
        font-size: 2vw;
        width: 50vw;
    }
    
    #devlands-discount-banner {
        width: 50vw;
        font-size: 2vw;
    }

}

@media (orientation: portrait) and (max-width: 991px) {

    #devlands-header-cta-button {
        left: 2% !important;
    }

    #devlands-header-subscribe-button {
        right: 2% !important;
    }

    #devlands-header-cta-button, #devlands-header-subscribe-button {
        width: 45vw !important;
        height: 12.67vw !important;
    }

}
