@charset "utf-8";
/* CSS Document */

html 
{
  scroll-behavior: smooth;
}

.container-fluid
{
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	padding: 0;
}

.nav-item
{
	margin-left: 1em;
	
}

a:link
{
	text-decoration: none;
}

.navbar
{
	color: black;
}

/*--------------------------------------------------------💚Header💚---------------------------------------------*/
.header
{
	background-image: url("images/alina-grubnyak-IsxaFsXi2rs-unsplash.jpg");
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
	margin: 0%;
	padding: 0%;
}

.headtitle
{
	margin: 0% 0% 0% 0%;
	padding-top: 25%;
	padding-left: 10%;
	padding-bottom: 20%;
	font-size: 5.5em;
	font-family: 'Noto Sans SC', sans-serif;
	color: black;
	text-align: left;
}


.subheadtitle
{
	margin: 0% 0% 0% 0%;
	padding-right: 13%;
	font-size: 1em;
	font-family: 'Josefin Sans', sans-serif;
	color: aliceblue;
	text-align: right;
}

/*------------------------------------------------💚Square💚-----------------------------------------------------*/

.col-lg-12
{
	align-content: center;
	text-align: center;
	display: inline-block;
}

.col-lg-4
{
	align-content: center;
	text-align: center;
	display: inline-block;
	padding: 0%;
	margin: 1%;
}

.firstrow
{
	margin-top: 5%;
}

.lastrow
{
	margin-bottom: 5%;
}

.img-container{
  position:relative;
  display:inline-block;
}
.img-container img{
display:block
 }
.img-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#d8e4ea;
  color: #101010;
  opacity:0;
  transition:opacity 500ms ease-in-out;
}
.img-container:hover .overlay{
  opacity:1;
}
.overlay p{
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color: black;
	align-content: center;
	text-align: center;
}

/*------------------------------------------------💚Button💚-----------------------------------------------------*/

.buttonalign
{
	align-content: center;
	text-align: center;
	margin: 0% 0% 6% 0%;
	padding: 0%
}



.button1
{
  border-radius: 0em;
  background-color: black;
  border: thick hsla(0,0%,100%,1.00);
  color: white;
  text-align: center;
  font-size: 0.8em;
  font-family:'Josefin Sans', sans-serif;
  width: 220px;
  height: 45px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 2% 0% 0% 0%;
  line-height:0.5px;


}

.text1
{
	  padding-bottom: 1%;
}

.button1 span 
{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\203A';
  position: relative;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size: 1.5em;
}

.button1:hover span {
  padding-right: 20px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}


/*------------------------------------------------💚Footer💚-----------------------------------------------------*/

.footer
{
	background-color:  black;
	padding: 2% 0% 3% 0%;
	text-align: center;
}

.footertext1
{
	font-size: 0.8em;
	margin-top: 1.4%;
	padding: 0;
	color: aliceblue;
	margin-bottom:0.6;
	font-family: 'Josefin Sans', sans-serif;
}

.footertext2
{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: aliceblue;
	font-family: 'Josefin Sans', sans-serif;  
}

.fa
{
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 3px;
  border-radius: 50%;
  width: 32px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    padding: 30px;
	background: #e2e2e4;
    color: black;
	text-decoration: none;
}

.fa-twitter 
{
	color: black;
	background: #e2e2e4;
}

.fa-instagram 
{
  background: #e2e2e4;
  color: black;
}

.fa-tumblr 
{
  background: #e2e2e4;
  color: black;
}

/*----------------------------------------------------- MEDIA ENQUIRIES-------------------------------------------*/

/*Extra small devices (portrait phones, less than 576px)*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.buttonalign
{
	margin: 0% 0% 10% 0%;
	padding: 0%;
}

	.headtitle
{
	font-size: 2.5em;
}
	
	.firstrow
{
	margin-top: 5%;
}
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width : 576px ) and (max-width : 767px)
{
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

	
	
}
