body {
    overflow-x: hidden;    
    position: relative; 
    font-family: 'Sans Serif';
    font-weight: 400;
    color: #000000;
}

.link-transition a {
    transition: background 0.2s ease, color 0.2s ease;
}

h1, h2 {
  font-family:  'sans-serif';
  letter-spacing: 0.5px;
  font-size: 3em;
}

.special-font, .hr {
  font-family: 'Black Ops One'; 
  padding-bottom: 20px;
  border-bottom: solid 6px #F18F01;
  width: 60%;
  margin: 40px auto 30px auto;
}

h3{
  font-family: 'Black Ops One'; 
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 2.5em;
}

p {
  font-size: 1.8em;
  text-align: center;  
}

.navbar {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.navbar-default {
    font-family: 'Black Ops One';
    background-color: #011A27;
    border: none;
    line-height: 5em;
    letter-spacing: 0.09em;  
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #F18F01;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #ffffff;
  background-color: #F18F01;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #F18F01;
}

.navbar-default .navbar-toggle {
    border: none;
    height: 45px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #F18F01;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle {
    border: none;
    padding: 10px 10px 20px 10px;
}

@media (max-width: 767px) {
   .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgba(174, 117, 159, 1);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: rgba(174, 117, 159, 1);
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(4,99,128);
    background: rgba(4, 99, 128, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(241,143,1, 0.9);
}

#return-to-top:hover i {
    color: #ffffff;
    top: 5px;
}

.navbar-brand,
#hi,
#intro, 
.special-font {
 font-family: 'Black Ops One';
}

.navbar-brand {
    font-size: 1.8em;
    letter-spacing: 2px;
}

.rwd-line{ 
    display: block;
    line-height: 1em; 
}

 @media (min-width: 768px){
   .rwd-line{ 
      display: inline;
   }
}

.bg {
    background: url("https://am3pap001files.storage.live.com/y4mtuvEaxxiPaw_LKYVo2AZgfS3HDbD0bvqSScg9XpfXFJaeGEDONf-S2reennOxMeAhvHSRBsiYPLQpx0UjTEyl6-FBLqpSoFpHu2YP2uISwObD8MYMdnee7HiISaLKNF6evVwFl25ZEltuCBFYwhW3a9kOkQKaSc9lDJI0s8sR4NX3NUIA7eBs2dv-ocFq1by?width=2560&height=1573&cropmode=none") no-repeat center center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.jumbotron {
    min-height: 600px;
    width: 100%;
    color: #ffffff;
    text-shadow: #444 0 1px 1px;
    background: transparent;
}

.img-center {
    margin: 0 auto;
}

 .thin-blue-border {
    border-color: #011A27;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
  }

.embed-head {
  padding-top: 100px;
}

#about {
  margin: 0px;
}

.about{
  display: block;
  margin: 12px;
}

#moreinfo {
    background-color: #f18f01;
    padding: 12px 40px;
    font-weight: bold;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
}

.btn .btn-primary {
    font-weight: bold;
    Color: #fff;
    background-color: #f18f01;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

#moreinfo:hover,
#moreinfo:focus {
    background-color: #011A27; 
    color: #fff;
}

#portfolio {
  background: #011A27;
  color: #ffffff;
}

/*CSS for gallery image */
.gallery {
  font-family: 'sans-serif';
  width:auto; 
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left; 
  margin: 12px;
  min-width: 270px;
  max-width: 410px;
  min-height: 270px;
  max-height: 410px;
  background-color: #011A27;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.gallery * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery img {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gallery figcaption {
  text-align: center;
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: auto;
  padding: 15px;
  background-color: rgba(1, 26, 40, 0.95);
}

.gallery h3 {
  font-family: 'Black Ops One'; 
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
  color: #F18F01;
}

.gallery h5 {
  font-family: 'Black Ops One';
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #0576b3;
  letter-spacing: 1px;
}

.gallery a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
}

.gallery:hover figcaption,
.gallery.hover figcaption {
  height: calc(85%);
}

.gallery p {
  font-size: 16px;
  padding: 10px;
  font-family: 'sans-serif';
  color: #fff;
}
/*end*/

#contact {
  background: transparent;  
  color: #fff;
}

.img-size {
  width: 300px;
  height: 300px;
}

#submit {
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #F18F01;
  color: #fff;
  font-size: 1.8em;
}

#submit:hover,
#submit:focus {
    background-color: #011A27; 
    color: #fff;
}

section {
  padding: 30px 0;
  background-color: #eee;
}

.wrapform {
    max-width: 550px;
    margin: 0 auto;
}

input, textarea {
	padding: 10px;
	border: 1px solid blue;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 550px;
	height: 150px;
	max-width: 550px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

#footer {
	padding: 1em 0 1em 0 ;
	background-color: #011A27;
	text-align: center;
}

#footer .icons {
	font-size: 1.25em;      
}

#footer .icons a {
	color: #fff;
}

#footer .icons a:hover {
	text-decoration: none;
        color: #F18F01;
}
        
#footer .icons li {
        text-align: center;
        position: relative;
        display: inline-block;
        padding-left: 0.8em;
        font-size: 1.25em;
}

#coded{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
        color: #fff;
	text-align: center;
	font-size: 1.25em;
	letter-spacing: 0.2em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

#coded .fa-heart{
	color: #f75a56;
}

#coded .fa-coffee{
	color: rgb(208, 158, 123);
}

#copyright{
 	 margin-top: 20px;
	 text-align: center;
	 margin-bottom: 10px;
	 text-align: center;
 	 color: #fff;
  	 font-size: 1.25em;
 	 letter-spacing: 0.2em;
	 list-style: none;
	 padding: 0;
	 text-transform: uppercase;
}

.icon {
  font-size: 25px;
}
