
/* Common setting regardless of screen size */

a {background-color: transparent;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

.navigation-link:hover{color: rgb(68,219,239)}
.footer-link:hover{color: rgb(68,219,239)}

.banner-strapline {width:300px;text-align:center;margin-left:auto;margin-right:auto;}

.dividing-line{border-bottom:1px solid rgb(68,219,239);position:relative;z-index:100}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default size */

.main-container{width:100%;margin-left: auto; margin-right: auto;margin-top:50px;}



.navigation-logo{margin-left:auto;margin-right:auto;display:block;width:180px;height:180px;}

.footer-copyright{font-family: 'Open Sans', sans-serif;font-size:12px;color:black;font-weight:400}
.footer-link{font-family: 'Open Sans', sans-serif;font-size:12px;color:black;font-weight:400}



/* Smartphones Landscape */
@media (min-width: 550px) 
	{
	.banner-strapline {width:500px;text-align:center;margin-left:auto;margin-right:auto;}

	}




/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) 
	{
	.banner-strapline {width:600px;text-align:center;margin-left:auto;margin-right:auto;}

	}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) 
	{

.main-container{width:800px;margin-left: auto; margin-right: auto;margin-top:50px;}




	}












