.press-wrap {
	font-family:"Times New Roman", Times, serif;
}

.press-wrap h1{
	font-weight:bold;
}


.home-wrap {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.container {
	text-align: center;
}

iframe{
  display:inline-block;}

body {
    color: #555;
    font-family: "Tahoma",Helvetica,Arial,sans-serif;
		font-size: 15px;
    line-height: 1.67857143;
		background-color: #fdfcfb;
}

h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.32em;
  	line-height: 1.5270936;
}

hr {
    border: 0;
    height: 1.4px;
    background: #ad9075;
}

.login-wrap {
    /*margin: 25px 0 0;*/
	}

a.login-btn {
    background-color: #ad9075;
    color: #fff;
    font-size: 16px;
    padding: 15px 34px;
}

a.anchor {
    display: block;
    position: relative;
    top: -17px;
    visibility: hidden;
}

a:hover, a:active, a:visited {
	text-decoration: none;
}

/* vanaf hier zijn het Shivadas aanpassingen
*/

.intro-tekst{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.section-tekst{
    margin-top: 90px;
    width: 523px;
    margin-left: auto;
    margin-right: auto;
}

p {margin-bottom:17px;}

.knopjes {
	margin-left:auto;
	margin-right:auto;
	margin-top: 7px;
	text-align: center !important;
	width:100%;
    display: inline-block;
}

.login-wrap {
	display: inline-block;
	padding-right: 4px;
}

div.subscribe {
	/*margin: 25px 0 0;*/
	display: inline-block;
}

a.acymailing_togglemodule {
	background-color: #ad9075;
    color: #fff;
    font-size: 16px;
    padding: 13px 34px;
}
/*why is this here?
a.acymailing_togglemodule {color: #ad9075;
}*/

#sbox-content.sbox-content-iframe {
	background-color:#ad9075;
}

table.acymailing_form{
	padding: 0 !important;
	margin: 150px 0 0 0 !important;}

.btn,.btn-h1{
	background-color:#ad9075;
	background-image:none;
	border-color:transparent;
	border-radius:2px;
	box-shadow:none;
	color:#fff;
	margin:0 1px;
	text-shadow:none;
	border-style:none}
.btn a {color:#fff;}
.btn-group > .btn{border-radius:2px}
.btn:hover,.btn:focus{
	color:#fff;
	background-color:#e5a63f!important}
div#fd .btn {
	border-radius: 2px;
	padding:9px 14px;}
div .btn-h1 {padding:14px 27px!important}
div#fd .btn-primary {background-color: #006dcc !important;
border-color: #006dcc !important;}
div#fd .btn-primary:hover, div#fd .btn-primary:focus, div#fd .btn-primary:active, div#fd .btn-primary.active, .open #fd.dropdown-toggle_div .btn-primary {
	background-color: #e5a63f !important;
	border-color: #e5a63f !important;}

.nav-tabs>li>a {
	color:#ad9075;
}
.form-horizontal input {display:inherit;}
.login fieldset {display:inline-block;}
.controls.btn:first-child{margin-left:-180px;}
.controls input {width:160px;}
@media (max-width: 480px) {.controls.btn:first-child{margin-left: 0;}}

.text-wrap-left {
    margin: auto;
    text-align: left;
    max-width: 38em;
    min-width: 23em;}

.center-text { text-align: center !important;}

.embed-container {
    position: relative;
    /*padding-bottom: 54.5%;*/
    height: 21.375em;
    /*overflow: hidden;*/
    max-width: 38em;
    margin: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
}
.inline-embed { padding: 1.2em 0 1.9em; /*margin-bottom: 1em;/* }
