/*!
 * Start Bootstrap - 1 Col Portfolio (http://startbootstrap.com/template-overviews/1-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: #7395bf;
}

@media (min-width: 150px) {
  body {
    padding-top: 250px;
  }
    
  .img-about {
    width: 45%;
  }
  
  .my-appfooter {
    text-align: center !important;
  }
  
  .app-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 340px) {
  body {
    padding-top: 210px;
  }
   
  .img-about {
    width: 30%;
  }
}

@media (min-width: 576px) {
  .img-about {
    width: 18%;
  }
  
  .my-appfooter {
	text-align: right !important;
  }
    
  .app-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 210px;
  }
  
  .navbar-nav {
  position: absolute;
  bottom: 5px;
  right: 40px;
  }
}

h1 {
	line-height: 20px;
	margin: 0;
	margin-bottom: 30px;
	color: #fff;
}

h2 {
	line-height: 20px;
	margin: 0;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 34px;
	color: #fff;
}

h3{
	color: #354157;
}

.first-word {
	font-weight: bold;
	color: #354157;
	font-size: 20px;
}

#header hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: rgba(255,255,255,0.3);
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

.section-title.center {
	padding: 25px 0 20px 0;
}

.pagination {
  margin-bottom: 15px;
}

.app-link {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-custom {
    background-color: #354157;
}

a {
  color: #99c7ff;
}

a:hover {
  color: #7395bf;
  text-decoration: none;
}

ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.text-ltgray {
  color: rgba(255, 255, 255, 0.5);
}

.text-dkblue {
  color: #7395bf;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #99c7ff;
    font-size: 1.25rem;
    margin-left: 5px;
    margin-right: 5px;
}
/* change the color of active or hovered links */
.navbar-custom .navbar-nav .nav-link:hover {
    color: #7395bf;
}

.my-imgfooter {
	padding-top: 3%;
	padding-bottom: 5%;
}

#contact a {
	text-decoration: none;
	color: #333;
}

#contact a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}

#contact .my-info {
	padding: 0 20px;
}

#contact .my-info i.fa {
	color: #354157;
}

#contact .my-info i.fa:hover {
	color: #fff;
}

#contact i.fa {
	color: #354157;
	margin-bottom: 10px;
}

#contact .social {
	margin-top: 60px;
}

#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}

#contact .social i.fa:hover {
	color: #354157;
}

#contact .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
  margin-bottom: 2rem;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #354157;
	border: 1px solid #354157;
}

.form-control {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
