document{
background-image: linear-gradient(to bottom right, #5d5f65, #a3a3a5);
background-repeat: no-repeat;
background-size: auto;
}
body{
font-family: 'Poppins', sans-serif;
background-color:#5d5f65;
color:#61626B;
font-size:14px;
font-weight:600;
background-image: linear-gradient(to bottom right, #5d5f65, #a3a3a5);
background-repeat: no-repeat;
background-size: auto;
background-attachment:fixed;
}
.navigation li a {
    text-decoration: none;
    color: #61626b;
}
.helloText{
font-size:4.5em;
}
.field-shift{
	display:none;
}
.container{
margin-top:20px;
padding: 0 10px;
}
.logoHeader{
margin-top:20px;
margin-bottom:0px;
}
.cta{
	background-color:#72F9FF;
	border-radius:6px;
	padding:20px 30px 10px 30px;
	text-align:left;
	color:#61626B;
	margin:0px auto;
	position:relative;
}
.fancy{
	//<!--font-family:'Dancing Script', cursive;-->
}
.minteal{
color:#72F9FF;
}
.magenta{
color:#d9017a;
}
.magentaBG{
background-color:#d9017a;
}
.button.button-primary{
background-color:#d9017a;
border-color:#d9017a;
}
.left{
text-align:left;
}
.center{
text-align:center;
}
.navigation ul{
list-style-type:none;
text-align:center;
}
.navigation ul li{
display:inline-block;
line-height: 60px;
margin:0 18px;
}
.portrait img{
display:inline-block;
height:40%;
}
.portrait{
text-align:right;
}
.thankyou{

}
.logoContainer{
	width: 100%;
    min-height: 60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.row{
margin-top:20px;
}
.cdimage{
    width: 100%;
    height: 150px;
    margin: 0px auto;
    background-position: center center;
    background-image: url(cd.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 400px) {}


@media (min-width: 550px) {}


@media (min-width: 750px) {
	.logoHeader{margin-bottom:60px;}	
}
