#adHolder{
	width: 728px;
	height: 90px;
	background-color: #bae6fb;

	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

body{
	background-color: rgba(28, 40, 84, .95);
}

@font-face {
    font-family: 'myMullerNarrow_reg';
    src: url('../fonts/mullernarrow-regular-webfont.woff2') format('woff2'),
         url('../fonts/mullernarrow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myMullerNarrow_bold';
    src: url('../fonts/mullernarrow-bold-webfont.woff2') format('woff2'),
         url('../fonts/mullernarrow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container{
	width: 978px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.holder{
	display: flex;
}

.sectionHolder{
	margin-right: auto;
}

.headerBox{
	width: 582px;
	height: 60px;
	background-color: rgba(28, 40, 84, 1);
	margin-bottom: 30px;
}

h1{
	font-family: myMullerNarrow_bold;
	color: #bae6fb;
	font-size: 45px;

	width: 225px;
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
}

.columnBox{
	width: 276px;
	height: 475px;
	background-color: rgba(28, 40, 84, 1);
}

.columnBox:nth-of-type(1){
	margin-right: 30px;
}

.boxHolder{
	display: flex;
}

.headerBox2{
	width: 366px;
	height: 60px;
	background-color: rgba(28, 40, 84, 1);
	margin-bottom: 30px;
}

.boxHolder2{
	width: 366px;
	height: auto;
	margin-bottom: 28px;
}

.smallerBox{
	width: 366px;
	height: 110px;
	margin-bottom: 30px;
	background-color: rgba(28, 40, 84, 1);
}

.smallBox{
	width: 366px;
	height: 270px;
	background-color: rgba(28, 40, 84, 1);
}

.button{
	background-color: rgba(28, 40, 84, 1.0);
	color: #bae6fb;
	border-style: solid;
	border-color: #bae6fb;
	border-width: 3px;
	text-decoration: none;

	text-align: center;
	
	transition-duration: 1s;
}

.button:hover {
  	background-color: #bae6fb;
  	color: rgba(28, 40, 84, 1.0);
  	transition-duration: .5s;
}

.button:nth-of-type(1){
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 10px;

}
.button:nth-of-type(2){
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 50px;
}

.buttonHolder{
	width: 366px;
	height: 40px;
	display: flex;
	font-size: 20px;
}

a{
	font-family: myMullerNarrow_bold;
	font-size: 20px;
	display: block;
	width: 80px;
	height: 20px;
	margin-left: auto;
}



