@import url('https://fonts.googleapis.com/css?family=Roboto:500,700');

*,
*::before,
*::after {
	box-sizing: border-box;
}

/*
body {
	background: #D8EBED;
	font-family: arial;
}
*/

body {
	background: #D8EBED;
	font-family: 'Roboto', serif;
	-webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

a {
	color: white;
}

.redish-background {
	background: #ED2F2F;
}

h1 {
	position: relative;
	display: block;
	margin: 0;
	font-size: 4rem;
	line-height: 1;
	transform: translateY(6rem);
	animation: up 500ms linear forwards;
	z-index: 1;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	
	&::before,
	&::after {
		position: absolute;
		content: '';
		width: 0px;
		height: 1px;
		left: 0;
		background-color: rgba(0,0,0,0.2);
		z-index: -1;
	}
	
	&::before {
		top: 1.4rem;
		animation: draw 500ms linear 1s forwards;
	}
	
	&::after {
		bottom: 0.4rem;
		animation: draw 500ms linear 1s forwards;
	}
}

.animate-attodash-header {
	font-size: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 0.4rem;
}

@keyframes up {
	
	100% {
		transform: translateY(0);
	}
	
}

@keyframes draw {
	
	100% {
		width: 100%;
	}	
}

.navbar-brand{
	font-family: arial;
	font-size: 25px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    background: #999;
}

.myPanel {
	margin: 150px 0.5% 0.5% 0.5%;
}

.myPanel .heading {
	background: #5A39FA;
	color: white;
	font-family: arial;
	font-size: 15px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.myPanel .body {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.myPanel .heading_new {
	background: black;
	color: white;
	font-family: arial;
	font-size: 15px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.myPanel .body_new {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.half-screen {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.col-sm-6.half-screen:hover {
    background: #C1D9E0;
}

.half-screen-no-hover {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.responsive-image{
	max-width: 100%;
	display: block;
	height: auto;
}

.mylocation a{
	color: white;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;	
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wrapper { 
	width: 350px; padding: 20px; 
}

.icon-bar {
	position:fixed;
	top:80%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.icon-bar a {
	display:block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
	background: #3B5998;
	opacity: 0.9;
	color: white;
}

.instagram {
	background:#3F729B;
	opacity: 0.8;
	color: white;	
}