/*Css for myPage html*/

/**** MAIN LAYOUT ****/
*
html,
body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow-x: hidden;
}
body{
    font-family: 'Prompt', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: sans-serif;
    /*-webkit-text-shadow:2px 2px #000;
    -moz-text-shadow:2px 2px #000;
    -o-text-shadow:2px 2px #000;
    text-shadow:2px 2px #000;*/
    font-weight: 700;
}
p{
    font-size:24px;
    color:#A52A2A;
}
section {
    padding-bottom: 60px;
}
section h2{
    padding-top:50px;
}

footer {
    padding:40px 0;
    background:#06000a;
    border-top:3px solid #A52A2A; 
}
footer a{
    color:#fff; 
}
footer a:hover{
    color:#A52A2A; 
}
/*footer p{
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    font-size:20px;
    color:#fff;
}*/
#fonticon{
    text-align:left;      
}
#fonticon i{
    color:#fff; 
    font-size:20px;
    margin-right:5px;
}
#fonticon i:hover{
    color:#A52A2A;
}
#footer1{
    text-align:left;
    background:#06000a;
    border-bottom:1px solid #4e4d4c;
}
#footer1 h3{
    color:#A52A2A;
}
#footer1 p{
    font-size:14px;
    color:#fff;
    text-align:left;
}
#footer2{
    color:#fff;
    background:#06000a;
    padding:10px 0 5px 0;
}
#footer2 a, #footer2 p{
    color:#fff;
    font-size:14px;
} 
#footer2 a:hover{
    color:#A52A2A;
}
#footer2-side2{
    float:right;
    text-align:right;
} 




hr.style15 {
padding-bottom:0;
border: 0;
width:150px;
height:5px;
background-color:#A52A2A;
background-repeat: no-repeat;
}

.slideanim{
    visibility:hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(70%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(70%);
    }
  }
  
  
/****BACK TO TOP****/
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #222 url("double_arrow.png") no-repeat center 50%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/****TOP SECTION****/
#top-section{
    background:#000 !important;
    padding:0;
}
#top-section h3{
    color:#fff;
}
#color-koded{
    color:#A52A2A;
}

/****LANDING PAGE****/
.intro-header {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    border-top:3px solid #000;
    border-bottom:3px solid #FFE4E1;
    color: #f8f8f8;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url(kkd-img.png);
    background-repeat:no-repeat;
    background-size: cover;
}
.intro-text{
    text-align:center;
}
.intro-message {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.intro-message > h1 {
    margin: 0;
    -webkit-text-shadow:2px 2px #000;
    -moz-text-shadow:2px 2px #000;
    -o-text-shadow:2px 2px #000;
    text-shadow:2px 2px #000;
    font-size: 5em;
}
.intro-message > h3 {
    -webkit-text-shadow:2px 2px #000;
    -moz-text-shadow:2px 2px #000;
    -o-text-shadow:2px 2px #000;
    text-shadow:2px 2px #000;
    padding-bottom:45px;
}
.intro-message > .btn{
    font-size:35px;
    color:#A52A2A !important;
    background-color:#FFE4E1 !important;
    border:1px solid #A52A2A;
    width:25%;
}
.intro-message > .btn:hover{
    background-color:#A52A2A !important;
    color:#FFE4E1 !important;
}
@media only screen and (max-width: 599px){
    .intro-message > .btn{
        width:60%;
        font-size:20px;
        padding:10px;
    }
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }
    .intro-message > .btn{
        width:100%;
    }
}


/****GET STARTED****/
.intro-header2 {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    border-top:3px solid #000;
    border-bottom:3px solid #FFE4E1;
    color: #f8f8f8;
    height:550px;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url(get_started_banner.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    margin-bottom:0;
}
.intro-text2{
    text-align:center;
}
.intro-message2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.intro-message2 > h2 {
    margin: 0;
    -webkit-text-shadow:2px 2px #000;
    -moz-text-shadow:2px 2px #000;
    -o-text-shadow:2px 2px #000;
    text-shadow:2px 2px #000;
    font-size: 3.5em;
    margin-top:100px;
}
.intro-message2 > p {
    color:#fff;
    -webkit-text-shadow:2px 2px #000;
    -moz-text-shadow:2px 2px #000;
    -o-text-shadow:2px 2px #000;
    text-shadow:2px 2px #000;
    padding-bottom:45px;
}
#getting-started ul{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#getting-started ul li{
	font-size:18px;
	margin-left:0;
}
#getting-started ul li i{
    font-size:22px;   
}
.intro-message2 > .btn{
    font-size:20px;
    color:#A52A2A !important;
    background-color:#FFE4E1 !important;
    border:1px solid #A52A2A;
    width:20%;
}
.intro-message2 > .btn:hover{
    background-color:#A52A2A !important;
    color:#FFE4E1 !important;
}
#getting-started{
    color:#A52A2A;
    border-top:3px solid #222;
}
#getting-started h2{
	font-size:45px;
}
#get-started-row-1 p{
    font-size:30px;
}
#getting-started h3{
	font-size:25px;
}

#getting-started .btn{
	font-size:25px;
    color:#A52A2A !important;
    background-color:#FFE4E1 !important;
    border:1px solid #A52A2A;
    width:20%;
}
#getting-started .btn:hover{
    background-color:#A52A2A !important;
    color:#FFE4E1 !important;
}
#requirements p{
	margin-bottom:30px;
}


/**** NAV ****/ 
.navbar {
    margin-bottom: 0;
    padding:10px 0 10px 0;
    border-radius: 0;
    height:100%;
    border:0;
    border-bottom:3px solid #A52A2A;
    background:#fff;     
}
.navbar-header{
    height:auto;
}
#myBrand {
    padding:0; /* firefox bug fix */
}
#myBrand>img{
    display:block;
    height:90px;
    /*margin:20px auto 0 auto;*/
}
#myNavbar li{
    font-size:20px;
    /*padding-top:80px;*/ 
    margin-top:35px;
}
#myNavbar a{
    /*padding-top:39px;*/
    color:#A52A2A !important;
    font-weight:300;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {    
    color: #FFC0CB !important;
}
#myNavbar a:hover{
    color: #FFC0CB !important;
}
/* .input-group{
    padding-top:70px;
}*/	


/**** MEDIA QUERIES FOR THE NAVBAR AND LOGO****/
@media only screen and (max-width: 599px){
    #myNavbar li{ 
        font-size:20px;
        margin-top:10px;
    }
    .navbar-toggle{
        background: transparent;
        border:none;
        margin-top:15px;
    }
    .navbar-toggle .collapsed{
        background: #fff !important;
        border:none;
    }
    .icon-bar{
        margin:8px;
    }
    #myBrand>img{
        height:70px;
        
    } 
}
@media only screen and (min-width:600px) and (max-width: 768px){
     #myNavbar li{ 
        font-size:20px;
        margin-top:10px;
    }
    .navbar-toggle{
        background: transparent;
        border:none;
        margin-top:15px !important;
    }
    .navbar-toggle .collapsed{
        background: #fff !important;
        border:none;
    }
    .icon-bar{
        background:#A52A2A !important;
        margin:8px;
    }
}
@media only screen and (min-width:768px) and (max-width: 1024px){
    #myNavbar li{ 
        font-size:20px;
        padding:0;
        text-align:center;               
    }
    #myNavbar ul{
        margin-left:auto;
        margin-right:auto;
        float:left;
    }
    #myBrand>img{
        display:block;
        height:120px;
        margin-left:235px;
    } 
    /*#myblog{
        display:none;
    } */  
}
   
    
/**** HEADER ****/   
header {
    text-align: center;
    color: #FFE4E1;
    background: #A52A2A;
    border-top:3px solid #000;
    border-bottom:3px solid #FFE4E1;
}
header .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
header img {
    display: block;
    margin: 0 auto 20px;
}
#brand-name{
    font-weight:600;
    font-size:30px;
    text-shadow:none;
    color:#A52A2A;
}


/**** WELCOME ****/
#welcome{
    background:#FFE4E1;
    border-top:3px solid #222;
    border-bottom:3px solid #06000a; 
}
#welcome h1{
    font-size:5em; 
    color:#06000a;
}
#welcome img{
    margin-left:auto;
    margin-right:auto;
}

/**** ABOUT ****/
#jumbotron-header-about{
    /*height:500px;*/
    background-image: linear-gradient(
       rgba(0, 0, 0, 0.3), 
       rgba(0, 0, 0, 0.3)
    ), 
    url(images/ferenc-almasi-eYpcLDXHVb0-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom: 0;  
    padding:40px 0 40px 0;     
}
#jumbotron-header-about h1{
    font-size:60px; 
    color:#fff;
    text-align:center;
}
#about{
    background:#FFE4E1;
    border-top:3px solid #222;
    border-bottom:3px solid #06000a; 
    text-shadow: none;
}
#about h2{
    color:#A52A2A;
    font-size:50px; 
    text-align:center;
}
#about h3{
    text-shadow:none; 
    color:#A52A2A;
    /*letter-spacing:10px; */
    margin:0;
    padding-bottom:15px;
}
#about p{
    line-height:35px !important;
}
#fun-facts h2{
    color:#A52A2A;
    font-size:50px; 
    text-align:center;
}
#fun-facts p{
    margin-bottom:25px;
}
ul{
    list-style-type:none;
    list-style:none;
}
#bullet{
    margin-left:-45px; 
    color: #A52A2A;  
    
}
#myPic{
    float:left;
    padding-right:15px;
    padding-bottom:0;
    margin-bottom:0;
    width:100%;
    height:350px; 
}
li img{
    padding-right:5px;
    background-color:none;
}
#about button{
    color:#FFE4E1;
    background:#A52A2A;
    border-radius-color:#000;
}
#about button:hover{
    color:#A52A2A !important;
    background-color:#222; 
}
#two-hearts img{
    margin-right:auto;
    margin-left:auto; 
    width:300px; 
    height:250px;
}

/**** MEDIA QUERIES FOR THE ABOUT SECTION****/
@media screen and (max-width:300px) { 
    #about img{
        margin:0;
    }
    .intro-text{
        padding-bottom:30px;    
    }
}   
@media screen and (max-width:367px) {
    #about img{
        margin-left:0;
        }
    .intro-text{
        padding-bottom:30px;    
        }
    }   
@media screen and (max-width:450px) {
    #about img{
        margin-left:0;
    }
    .intro-text{
        padding-bottom:30px;    
    } 
}   
@media only screen and (max-width: 599px){
    #about img{
        margin-left:100px;
        }
    .intro-text{
        padding-bottom:30px;    
        }
    #about #two-hearts img{
        float:none;
        margin-right:auto;
        margin-left:auto;
        width:250px; 
        height:200px;
        }
    }      
@media screen and (max-width:768px) {
    #about img{
        margin-left:120px;
        }
    .intro-text{
        padding-bottom:30px;    
        }
    }    


/****INFO****/
#info{
    background:#000;
    width:100%;
}
#info h1{
    color:#A52A2A;
}
#info p{
    color:#fff;
}

/****WHY HIRE ME****/
#hire{
    background: url(images/laptop_hire_me_bg.png) no-repeat center center;
    background-size: cover;
    height:400px;
    padding:50px 0 20px 0;
    margin:0;
}
#hire h1{
    color:#A52A2A;
    font-size:50px;
    margin-top:20px;
}
#hire ul li img{
    width:25px; 
    height:20px;
}


/**** SERVICES ****/
#services{
    background:#fff;
    border-top:3px solid #FFE4E1;
    border-bottom:3px solid #FFE4E1;
    color:A52A2A !important;
}
#services h2{
    color:#A52A2A; 
    font-size:50px;
}
#img-icons{
    margin-bottom:2px !important;
}
@media (min-width: 992px) {
  #img-icons {
    margin: 20px auto 0;
  }
}
.icon-holder .heading {
    position: relative;
    top: 20px;
    color:#fff;
    font-size:26px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-holder > img.icon {
    width: 60px;
}
.icon-holder .fa{
   font-size:67px;
    color:#fff;
}

#services .col-md-4:hover{
    cursor:pointer;   
}
.box{
    height:250px; 
    border:1px solid #fff;
}
.box:hover .overlay {
  height: 250px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
    
}
.overlay .description{
    color: white;
    position: absolute;
    width:100%;
    padding:25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    
}
.overlay .description p{
    font-size:14px !important;
    color:#fff;
}
#box1{
   background-image: linear-gradient(
      rgba(165, 42, 42, 1), 
      rgba(0, 0, 0, 0.7)
    ), 
    url(images/domenico-loia-hGV2TfOh0ns-unsplash.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px;
}
#box1.icon-holder.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
}
#box2{
   background-image: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ), 
    url(images/stephen-phillips-hostreviews-co-uk-shr_Xn8S8QU-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px;
}
#box2.icon-holder.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A52A2A;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
}
#box3{
   background-image: linear-gradient(
      rgba(165, 42, 42, 1), 
      rgba(0, 0, 0, 0.7)
    ), 
    url(images/igor-miske-Px3iBXV-4TU-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px;
}
#box3.icon-holder.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
}
#box4{
   background-image: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ), 
    url(images/kobu-agency-7okkFhxrxNw-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px;
}
#box4.icon-holder.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A52A2A;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
}
#box5{
   background-image: linear-gradient(
      rgba(165, 42, 42, 1), 
      rgba(0, 0, 0, 0.7)
    ), 
    url(images/nubelson-fernandes-zIc7Jd1SGPU-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px;
}
#box5.icon-holder.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
}
#box6{
   background-image: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ), 
    url(images/desola-lanre-ologun-IgUR1iX0mqM-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px;
}
#box6.icon-holder.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A52A2A !important;
  overflow: hidden;
  width: 100%;
  padding:0;
  height: 0;
  transition: .5s ease;
}
/****INFO 2****/
#info2{
    background:#000;
    width:100%;
    background-image: url(patternblack-wood.jpg);
    border-top:3px solid #FFE4E1;
    border-bottom:3px solid #FFE4E1;
}
#info2 h1{
    color:#fff; 
}
#info2 h2{
    color:#A52A2A;
}
#info2 p{
    color:#fff;
    font-size:15px;
}


/**** TESTIMONIALS ****/
#testimonials{
    background:#FFE4E1;
    border-top:3px solid #A52A2A;
    border-bottom:3px solid #222;
}
#testimonials h2{
    color:#A52A2A; 
    font-size:50px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #A52A2A;
  }
.carousel-indicators li {
    border-color: #f4511e;
  }
.carousel-indicators li.active {
    background-color: #A52A2A;
}
.item h4 {
    color:#A52A2A;
    text-shadow:none;
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
  

/**** PORTFOLIO ****/
#portfolio {
    background-image: url(patternblack-wood.jpg);
    border-top:3px solid #FFE4E1;
    border-bottom:3px solid #FFE4E1;
}
#portfolioh2{
    color:#fff; 
    font-size:50px;
}


/*owl carousel*/
.demo{ background:transparent;margin-top:35px;}
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    /*padding: 35px 25px 35px 50px;*/
    padding:20px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    height:300px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #743282;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #A52A2A;
}


/**** PRICING ****/
#pricing{
    background:#fff;
    border-top:3px solid #222;
    border-bottom:3px solid #A52A2A;
    background-image: linear-gradient(
       rgb(255, 255, 255), 
       rgba(255, 255, 255, 0.7)
    ), 
    url(images/tomoko-uji-kxvn1ogpTtE-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
}

#pricing h2{
    color:#A52A2A; 
    font-size:50px
}
#pricing h3{
    font-size:30px;
    color:#A52A2A;
    padding-bottom:20px; 
}
#pricing h6{
    color:#A52A2A; 
}
#check{
    font-size:25px;
    text-align:center;
    color:#A52A2A; 
}
.fa-check{
    color:green;
    margin-right:2px;
    display:inline-block;
}
#pricing .btn{
    font-size:20px;
    color:#A52A2A !important;
    background-color:#FFE4E1 !important;
    border:1px solid #A52A2A;
    width:15%;
}
#pricing .btn:hover{
    background-color:#A52A2A !important;
    color:#FFE4E1 !important;
}

#pricing .card {
  background:#fff;
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding-top:20px;
  padding-bottom: 20px;
  margin-top:50px;
  margin-bottom:50px;
  background:#fff;
}
#pricing .card .card-body{
    padding:10px;    
}
#pricing hr {
  margin: 1.5rem 0;
}

#pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.12rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

#pricing .card-price {
  font-size: 3rem;
  margin: 0;
  color:#A52A2A;
}

#pricing .card-price .period {
  font-size: 0.8rem;
}
#pricing .card-body p{
    font-size:14px;
    color:#06000a;
}
#pricing .card-title{
    font-size:25px;
    color:#06000a;
}
#pricing ul li {
  margin-bottom: 1rem;
  text-align:center;
}
#pricing .text-muted {
  opacity: 0.7;
}
#pricing .card .btn {
  width: 50%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  margin-bottom: 15px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
#info-text{
    font-size:20px;
}


/**** CONTACT INFO ****/
#contact{
    background:#FFE4E1;
    border-top:3px solid #FFE4E1;
    border-bottom:3px solid #A52A2A; 
}
#contact h2{
    color:#A52A2A; 
    font-size:50px;
}
.form-control{
    border-color: #A52A2A !important;
}
label{
    color:#FFE4E1;
    
}
address{
    color: #FFE4E1;
    font-size:20px;
}
#contact button{
    color:#A52A2A;    
    background:#fff;
    border-color: #A52A2A !important; 
}
#contact button:hover{
    color:#fff !important;
    background:#A52A2A
}


/*******SUBSCRIBE********/
#subscribe {
    color:#A52A2A;
    background:#fff;
   background-image: linear-gradient(
       rgb(255, 255, 255), 
       rgba(255, 255, 255, 0.7)
    ), 
    url(images/christopher-gower-m_HRfLhgABo-unsplash.jpg);	 
    background-repeat:no-repeat;
    background-size:cover;
    border-top:3px solid #FFE4E1;
    border-bottom:3px solid #06000a;
    padding-top:80px;
}
.well{
    width:100%;
    height:300px;
    background:#fff;
    padding:40px;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}
.well h3{
    padding-top:40px;
}
.well .btn{
    font-size:20px;
    color:#A52A2A !important;
    background-color:#FFE4E1 !important;
    border:1px solid #A52A2A;
}
.well .btn:hover{
    background-color:#A52A2A !important;
    color:#FFE4E1 !important;
}


/*******BLOG********/
#talk{
    background-color:#fff;
}
#blog{
    margin-top:50px;
}
#blog h2{
    margin-top:300px;
    font-size:35px;
    text-align:center;
}
#blog p{
    font-size:18px;
    text-align:center;

}
#myButton button{
    display:block;
    margin:0px auto;
    width:100px;
    height:45px;
    color:#000;
    border-radius:10px;
    border-color:#000;
}


/*******TERMS OF USE********/
#terms{
    background:#FFE4E1;
    border-top:3px solid #222;
    border-bottom:3px solid #06000a; 
    text-shadow: none;
}
#terms h2{
    color:#A52A2A;
    font-size:50px; 
    text-align:center;
}
#terms img{
    width:100%;
    margin:20px 0 20px 0;
}
#terms p{
    color:#222;
    font-size:16px;
    text-align:left;
    margin-bottom:20px;
}
#terms h3{
    color:#A52A2A;
    text-align:left;
    margin-bottom:10px;
}
#row2 p{
    margin-left:30px;
}


/*******PRIVACY POLICY********/
#privacy-policy{
    background:#FFE4E1;
    border-top:3px solid #222;
    border-bottom:3px solid #06000a; 
    text-shadow: none;
}
#privacy-policy h2{
    color:#A52A2A;
    font-size:50px; 
    text-align:center;
}
#privacy-policy img{
    width:100%;
    margin:20px 0 20px 0;
}
#privacy-policy p{
    color:#222;
    font-size:16px;
    text-align:left;
    margin-bottom:20px;
}
#privacy-policy h3{
    color:#A52A2A;
    text-align:left;
    margin-bottom:10px;
}
#row2 p{
    margin-left:30px;
}
/**** MEDIA QUERIES FOR PORTFOLIO IMAGES****/
@media screen and (max-width:300px) { 
    #workaround img {
        display:none;
    }
}
    

@media only screen and (min-width:600px) and (max-width: 768px){
    .hovereffect .overlay {
        height: 100%;
        width: 100%;
    }
}

    
/**** MEDIA QUERIES FOR THE Getting Started SECTION****/  
@media only screen and (max-width: 320px) and (min-width: 578px){
    #getting-started .container{
        width:100%;
        padding:50px;
        background:black;
    }
    
}
    
 
@media only screen and (max-width: 500px) { 
    #testimonials h2{
        font-size:40px !important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 578px){
    #portfolio img{               
        width:100% !important;
        height:260px;
    }   
    #getting-started {
        width:100%;
        padding:20px;
    }
    #getting-started h2{
        font-size:25px;
    }
    #get-started-row-1 p{
    font-size:20px;
    }
    #getting-started h3{
        font-size:18px;
    }
    .well h3{
        font-size:20px;
    }
    #pricing .btn{
        width:100%;
    }
}

@media only screen and (max-width: 500px) { 
    p{
        font-size:16px;
        line-height:25px;
    }
    #testimonials h2{
        font-size:40px !important;
    }
    .navbar img{
        padding-left:10px; 
    }
    .intro-header{
        padding-bottom:30px;
        padding-top:30px;
    }
    .intro-header h3{
        font-size:16px;
    }
    #myPic{
        margin-right:auto !important;
        margin-left:auto !important;
        padding-bottom:20px;
        width:100%;
        height:375px;
    }            
    .navbar-default .navbar-toggle .icon-bar {
        background-color:#A52A2A; 
    }
    #portfolio img{               
        width:100% !important;
    }             
}
/*** Small Tablets ***/            
         @media only screen and (min-width:600px) and (max-width:768px){
             .navbar img{
               margin-left:15px; 
            } 
            .service .description {
               font-size:16px;
            }
            .navbar-default .navbar-toggle{ 
               margin-top:90px;
            }
            #myPic{
               display: block;
               width:100%;
               height:auto;
               margin-left:auto !important;
               margin-right:auto !important;
               padding-bottom:20px;
            }
            
            .portfolio-item img{
               width:100% !important;
              height:425px !important;
               padding:0;
               margin:0;
            }
           
         }
/*** Large Tablets**/
         @media (min-width: 768px) and (max-width: 1024px){
            
            #start-about img{
                width:100%;
                height:auto;
                margin-left:0;
                margin-bottom:30px;
            }
            .portfolio-item {
                height:425px;
                width:100% !important;
           }
           .hovereffect .overlay {  
               height: auto;
               width: 100%;
           }
         }         