body {
    background-color: rgb(254,255,254);
}

/*#all {    
    margin: auto;
}
*/

@media screen and (min-width: 1200px) {
    #all {
	font-size: 16px;
    }
}

@media screen and (max-width: 1199.9px) and (min-width: 1100px) {
    #all {
	font-size: 24px;
    }
}

@media screen and (max-width: 1099.9px) and (min-width: 1000px) {
    #all {
	font-size: 36px;
    }
}


@media screen and (max-width: 999.9px) {
    #all {
	font-size: 48px;
    }
}

@media only screen and (min-width: 1200px) { /* big screen */
    .main {
	width: 65%;
	margin: auto;
    }
}

#responsive {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}

#picture {
	width: 40%;
	max-width: 800px;
	margin: auto;
}

p {
    font-size: 20px;
}

a {
    color: #d46a6a; /*639797*/ /*801505*/
    text-decoration: none;
}

a:hover {
    color: rgb(220, 150, 50);
}

a:active {
    color: rgb(250, 170, 50);
}

a:focus {
    color: rgb(220, 150, 50);
}

h1 {
    float: center;
    text-align: center;
    color: #d46a6a;
    margin: 20px;
}

h2 {
    color: #d46a6a;
}

.wrapper{
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
header{
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px;
    width: 100%;
    height: 100px;
    background: #d3d3d3;
    position: fixed;
    overflow: hidden;
    top: 0;
}
.logo{
    width: 60%;
    float: left;
    text-align: left;
    line-height: 70px;
    vertical-align: bottom;
}
.logo a{
    text-decoration: none;
    font-size: 30px;
    letter-spacing: 2px;
    color: #d46a6a;
    position:absolute;
    bottom: 25px;
}
.sublogo{
    width: 12%;
    float: left;
    text-align: left;
    height: 30px;
    vertical-align: top;
}
.sublogo a{
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    color: #3e4a52;
    position:absolute;
    bottom: 20px;
}
nav{
    float: right;
    line-height: 100px;
}
nav a{
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 36px 10px;
    color: #d46a6a;
    font-weight: 500;
}
nav a:hover{
    background: #fff;
    color: #d46a6a; /*801515*/
}
.home-main {
    margin-top: 125px;
    color: #71797e;
}
.main {
    margin-top: 125px;
    color: #576168;
}
.page-type {
    text-align: center;
    padding: 20px;
    font-size: 30px;
}
.bg-container {
    background-image: url(picture_big.jpg);
    width: 100%;
    height: 100%;
}
/*html, body {
    margin: 0;
    height: 100%;
}*/
.home-text {
    width: 50%;
    padding: 10% 0;
    height: 200px;
    color: #71797e;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
}
.disclaimer{
    position: fixed;
    width: 50%;
    bottom: 0;
    z-index: 1;
}