/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {

}

a{
	color: #28a745;
}
a:hover {
	color: #28a745;
}
a:visited {
	color: #28a745;
}
html {
   font-size: 12px;
}

@media (min-width: 576px) {
html {
   font-size: 14px;
}
	.card-columns {
    column-count: 2;
		column-gap: 1;
  }
}


@media (min-width: 768px) {
html {
   font-size: 16px;
}
	.card-columns {
    column-count: 3;
		column-gap: 1;
  }
}

@media (min-width: 992px) {
html {
   font-size: 18px;
}
	.card-columns {
    column-count: 4;
		column-gap: 1;
  }
}

@media (min-width: 1200px) {
	html {
   font-size: 20px;
	}
	.card-columns {
    column-count: 5;
		column-gap: 1;
  }
}

@media (min-width: 576px){
.card-columns {
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75em;
}
}
.box3 p:last-child {
    margin-bottom: 60px;
}
.box3 .btn.btn-secondary {
	position:absolute;
	bottom:0;left:0;
}
.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
.homepageback {
	background: #7A7A7A;
	padding-top:.75rem;
}
.headerlarge {
	display:block;
	position: relative;
	width: 100vw;
	height:100vh;
	background: url(http://akiramedia.com/backgrounds/landscape/background.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.headerblog {
	margin-top:-3rem;
	display:block;
	position: relative;
	width: 100%;
	height:100vh;
	background: url(http://akiramedia.com/backgrounds/landscape/background.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.headerblog h1 {
	background: #fff;
	padding:.75rem;
	display:inline;
	position:absolute; 
	bottom:4.5rem;
}
.headerpage {
	margin-top:-3rem;
	display:block;
	position: relative;
	width: 100%;
	height:40vh;
	background: url(http://akiramedia.com/backgrounds/landscape/background.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.headlinepageholder {
	background: #fff;
	padding-top:.75rem;
	padding-bottom:.75rem;
	padding-right:.75rem;
	display:inline;
	position:absolute;
	bottom:.75rem;
}
.whitedange {
    display: block;
    height: 5rem;
    padding: .75rem;
    background: #fff;
    position: absolute;
    bottom: .75rem;
    left: 0;
    right: 75%;
}
.logoholder {
	display:block;
	height:inherit;
	margin: 0;
    position: absolute;
	width:50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logoholder svg {
		margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (orientation: portrait) {
	.logoholder {
	width:90%;
}
}