@charset "UTF-8";

.light-font {
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 300;
}

.regular-font {
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 400;
}

.regular-font-italic {
    font-family: "lato",sans-serif;
    font-style: italic;
    font-weight: 400;
}

.medium-font {
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 500;
}

.semibold-font {
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 600;
}

.bold-font {
    font-family: "lato",sans-serif;
    font-style: normal;
    font-weight: 700;
}

.bold-font-italic {
    font-family: "lato",sans-serif;
    font-style: italic;
    font-weight: 700;
}

html, 
body {
	margin: 0;
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

body {
    padding: 20px;
}

a, 
a:link, 
a:visited, 
a:active {
	color: #E38C82;
}

a:hover {
	color: #A1BAC4;
}

.responsive-image {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.responsive-image-full {
	height: auto !important;
	width: 100%;
	max-width: 100%;
}

.center {
    text-align: center;
}

.wrapper {
    text-align: center;
    padding-top: 40px;
}

.wrapper p {
    color: #E38C82;
    font-size: 22px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #A8A8A8;
    font-size: 14px;
    background-color: white;
}

footer a, 
footer a:link, 
footer a:visited {
    color: #A8A8A8;
    text-decoration: none;
}

footer a:hover, 
footer a:active {
    color: #A8A8A8;
    text-decoration: underline;
}