﻿html {
    /*background-color:#b0c4de;*/
    background: url(../Images/bgnew1.png);
    background-repeat: repeat-x;
    background-size: cover;
}

.ImageButton {
    max-height: 90%;
}

.ImageButtonNav {
    max-height: 90%;
}

#body-red {
    margin: 0px;
    /*background-color:#b0c4de;*/
}
/*body
{
	

	margin: 0px;
	background-color:#3b2314;
	background: url(../Images/bgnew1.png);
	background-repeat:repeat-x;
	background-size: cover;
	background-size:contain;
	
}*/


.footer {
    height: 150px;
    width: 100%;
    background-image: url(../Images/ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
}

/*.menubuttons
{
	padding:0px;
	margin:0px;
	font-size:0px
	
}*/
#hr {
    padding-top: 25px;
    clear: both;
    /*margin-bottom:150px;*/
}

#content-wrapper {
    padding-bottom: 50px;
    padding-right: 25px;
}

#home {
    display: inline-block;
}

#loginbuttons {
    border-width: 0;
    margin-bottom: -5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 240px;
    width: 1434px;
}

#menu {
    border-width: 0;
    display: inline-block;
    padding-right: initial;
    float: left;
    padding-top: 50px;
    margin: 0px;
    height: 40px;
    width: 1760px;
}

#logo {
    display: inline-block;
    float: none;
    width: 1409px;
    height: 108px;
    padding-bottom: 15px;
    padding-top: 30px;
    padding-left: 15px;
    clear: both;
    text-align: center;
}

.container {
    font-family: arial;
    font-size: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: #333232;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms,background 200ms;
    text-decoration: none;
    : hover

{
    transform: translateY(-2px);
    background: #3e3e3e;
}

.button:active,
.button:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button {
        font-size: 24px;
        min-width: 196px;
    }
}

}

.goto-icon {
    background-image: url('/Images/open-link.png');
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

#footer {
    align-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
}

/* Amerapeutic Link Style */
.amp-link {
    justify-content: center;
    align-content: center;
    height: 30px;
    align-items: center;
    color: #000;
    text-decoration: none;
    display: flex;
}

/* Hide extra text */
.mask {
    position: relative;
    padding: 0;
    height: 16px;
    /*  Remove overflow to see how it works　:) */
    overflow: hidden;
}

.amp-link-container {
    transition: transform 0.4s ease;
}

.title {
    align-content: center;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
    transition: transform 0.4s ease;
    color: white;
}

.amp-link-title1 {
    transform-origin: right center;
}

.amp-link-title2 {
    color: #5CAAEF;
    transform-origin: left center;
    transform: rotate(16deg);
}



/* Hover Action*/

/* Move up two texts (20px = font-size) */
.amp-link:hover .amp-link-container {
    transform: translateY(-16px);
}

/* Rotate texts a little bit */
.amp-link:hover .amp-link-title1 {
    transform: rotate(16deg);
}

.amp-link:hover .amp-link-title2 {
    transform: rotate(0);
}

/* Move arrows to right */
.amp-link:hover .icon:first-child {
    transform: translate(40px);
}

.amp-link:hover .icon:nth-child(2) {
    transform: translate(0px);
}
