/*
Theme Name: Assignment Masters AW
Theme URI: http://underscores.me/
Author: Anonymous
Description: Simple content theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: assmasters
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

     .smallBann, .bigBann {
        display: none;
	}

@media only screen and (min-width: 640px) {  
     .bigBann {display: block;}
 }


@media only screen and (max-width: 640px) {  
     .smallBann {display: block;}
 }


@media only screen and (min-width: 640px) {  
     .SChristmas {
        display: none;
        }

     .BChristmas {
     display: block;
 }

     .MChristmas {
        display: none;
        }
}

@media only screen and (max-width: 768px) {  
     .SChristmas {
     display: block;
     top: 45px;
 }

     .BChristmas {
     display: none;
 }

      .MChristmas {
        display: none;
        }
}

@media only screen and (max-width: 375px) {  
     .SChristmas {
     display: none;
     top: 45px;
}

     .BChristmas {
     display: none;
 }

      .MChristmas{
        display: block;
      }
}

.blackfr-desktop {
	display: block !important;
}

.blackfr-mobile {
	display: none !important;
}

@media all and (max-width: 575px) {
	.blackfr-desktop {
		display: none !important;
	}

	.blackfr-mobile {
		display: block !important;
	}
}

.ng-scope>span>a {
color:#666!important;
}
