html, body{
	font-family: 'Noto Serif', serif;
}

.bord{
	border: 1px solid black;
	height: 500px;
}

.footer_color{
	background-color: #2d2d2d;
	height: 100%;
}

.social_icons i{
	font-size: 20px;
	padding-left: 10px;
	padding-top: 5px;
}

.logo_bird{
	display: inline-block;
	font-size: 20px;
}

.intro_color{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
}

/* ================================================================================================================= */
/*=============================================== BACKGROUNDS IMAGES/OPEN ================================================*/
/* ================================================================================================================= */
.school_pic{
	background-image: url(images/picture5.jpg);
	background-attachment: initial;
	background-position: center;
	/* 	background-size: contain; */
	background-size: 100% 100%; 
	height: 250px;
	
}

.top_image{
	background-image: url(images/outro.jpg);
	background-attachment: fixed;
	background-position: center;
	/* 	background-size: contain; */
	background-size: 100% 100%; 
	
}


.book{
	background-image: url(images/book.jpg);
	background-position: center;
	/* 	background-size: contain; */
	background-size: 100% 100%; 
	
}

.top_image2{
	background-image: url(images/abstract1.jpg);
	background-attachment: fixed;
	background-position: center;
	/* background-size: contain; */
	background-size: 100% 100%; 
	
}

.top_image3{
	background-image: url(images/intro.jpg);
/* 	background-attachment: fixed; */
	background-position: center;
	/* background-size: contain; */
	background-size: 100% 100%; 
	
}

.top_image4{
	background-image: url(images/outroblack.png);
	background-attachment: fixed;
	background-position: center;
	/* background-size: contain; */
	background-size: 100% 100%; 
	
}

.red_img{
	background-image: url(images/red.jpg);
	background-attachment: fixed;
	background-position: center;
	/* background-size: contain; */
	background-size: 100% 100%; 
	
}

.gray_img{
	background-image: url(images/gray.png);
	background-attachment: fixed;
	background-position: center;
	/* background-size: contain; */
	background-size: 100% 100%; 
	
}

.abstract2{
	background-image: url(images/abstract2.jpg);
	background-attachment: fixed;
	background-position: center;
	/* background-size: contain; */
	background-size: 100% 100%; 
	
}

.ab{
	background-image: url(images/ab.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;  
	
}


/* SLIDES */

.slide2 {
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/slide2.jpg);
	background-size:100% 100%;
	background-repeat: no-repeat;

}


.header_img {
	background-position: center;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-size: 100% 100%;  
	background-image: url(images/header-img.jpg);
}

.red_img {
	background-position: center;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-size: 100% 100%;  
	background-image: url(images/red.jpg);
}

.clean_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;  
	background-image: url(images/clean.jpg);
}

.lightgrey {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;  
	background-image: url(images/light-grey.jpg);
}

.contact {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;  
	background-image: url(images/contact-img.jpg);
}

/* ================================================================================================================= */
/*=============================================== BACKGROUNDS IMAGES/CLOSE ================================================*/
/* ================================================================================================================= */


.tooltip-arrow,.tooltip > .tooltip-inner {background-color: #17a2b8;}

.page-link {
	z-index: 1;
	color: #fff;
	background-color: #2d2d2d;
	border-color: #b85656;;
}

.page-item.active .page-link {
	z-index: 1;
	color: grey;
	background-color: #2d2d2d;
	border-color: #b85656;;
}

.page-link:hover {
	z-index: 1;
	border-color: white;
	background-color: gray;
	color: white; 
}


.card-img {
	width: 100%;
	border-top-right-radius: 0rem;
	border-bottom-right-radius:0rem;

}

.embed-responsive {
	height: 240px;
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.burg_red{
	background-color: #b85656;
}

.nounderline {
	text-decoration: none !important
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #b85656;
	color: white;
}

.table-hover thead tr:hover td, .table-hover thead tr:hover th {
	background-color: gray;
	color: white;
}


.lineheight li{
	padding: 2px;
}

.accord_size{
	font-size: 20px;
}



/* FORM PLUGIN/OPEN */
input:not([type="file"]).error,
textarea.error,
select.error {
	border: 1px solid red !important;
}

input:not([type="file"]).no-error,
textarea.no-error,
select.no-error {
	border: 1px solid green !important;
}

div.error-field {
	color: red;
	font-size: small;
}
/* FORM PLUGIN/CLOSE */




















