body {
    margin: 0;
}

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#slogan {
    background-color:lightpink;
    color:white;
    padding:10px;
    font-weight:bold;
    font-size:0.94em;
}

.nav-link {
	color: lightpink !important;
}

#header {
    height:120px;
    background-image: url('../images/header.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#logo1 {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	background-color: antiquewhite;
	position: absolute;
	bottom: 5px;
	border: solid 2px #292c2f;
}

#logo2 {
	height: 75px;
	width: 75px;
	border-radius: 50%;
	background-color: antiquewhite;
	border: solid 2px #292c2f;
}

.dropdown-toggle:after { content: none; }



.scrollup {
    width:58px;
    height:58px;
    opacity: 1.0;
    position:fixed;
    bottom:30px;
    right:10px;
    display:block;
    color: pink;
    font-size:3em;
    z-index:99;
    background:white;
	border-radius: 50%;
	border: 5px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}

#footer {
  padding-top: 30px;
  background-color: #292c2f;
  color: lightpink;
  font-size:0.9em;
}

#footer a {
  color: lightpink;
  text-decoration:none;
}

#footer a:active, #footer a:visited, #footer a:hover, #footer a:active {
  color: lightpink;
  text-decoration:none;
  border-bottom:1px dotted #999;
}

#footer .form-control {
    background-color: #1f2022;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

.icon_social_media {
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #f28f5d;
	transition: all .1s ease-in-out;
	display: inline-block;
	border: 1px solid black;
	color: #FFF;
	font-size: 24px;
	line-height: 38px;
}

h6 {
	color: #accc58;
}

#footer li a, #footer li a:active, #footer li a:visited, #footer li a:hover, #footer li a:active {
	color: #f28f5d;
}