/* ================== Colors employed =============================
Blue : #355c7d
Orange : #d95b43
=================================================================*/
body{
	font-family: comfortaa;
}

/* ======= Header like picture ======================*/
.top-pic {
	height: 100vh;
	background-image: url(../img/header.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*====== Font sizes and coloring ===================*/
h3,h4,h5,h6{
	color: #355c7d;
}

.btn-custom{
	background-color: #355c7d;
	color: #fff;
}

.btn-custom:hover{
	background-color: #3d678b;
	color: antiquewhite;
}

/*============== Spaces ============================*/
.space{
	height: 50px;
}

.space1{
	height: 25px;
}

.spacer{
	height: 100px;
}

/* ============ Subscription Div ===================*/
.inform{
	border-top: 5px solid #cccccc;
	border-bottom: 1px solid #ccc;
}

hr{
	width: 25%;
	margin: 0px auto;
	border-top: 2px solid gray;
}

/* =========== Rotate image on hover ===============*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*=========== Check us out div ======================*/
.check{
	height: 150px;
	background-image: url(../img/header.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	color: lightcyan;
}

/*========== Footer =================================*/
.foot{
	height: 80px;
	line-height: 80px;
	background-color: black;
	color: #355c7d;
}

.foot p{
	font-size: 1.4em;
	font-weight: bold;
}
