/*
Author       : MyDesign.
Template Name: Mr.Baily - Responsive Resume Template.
Version      : 1.0.0
*/



/*---------------------------------------------------------------------*/
/*  DEMO
/*---------------------------------------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Noto Serif", sans-serif;
  color: #222222;
  overflow-x: hidden;
}
a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 15px;
}


/*
 * ----------------------------------------------------------------------------------------
 * LOADER DESIGN
 * ----------------------------------------------------------------------------------------
 */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
    background: #000;
}
.loader-img {
    background: url(../img/loading.gif) no-repeat;
    z-index: 11111111111;
    position: absolute;
    width: 256px;
    height: 88px;
    left: 50%;
    top: 50%;
    display: block;
    margin-left: -128px;
    margin-top: -44px;
}

/*---------------------------------------------------------------------*/
/*  DEMO SECTION
/*---------------------------------------------------------------------*/

.welcome{background: url(../img/bg-overlay.png)repeat;min-height: 500px;}
.header {
background: rgba(0, 0, 0, 0) url("../img/bg/bg-1.jpg") no-repeat scroll center center / cover ;
min-height: 500px;
}
.header h1 {
color: #fff;
font-size: 70px;
letter-spacing: -1px;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 700;
margin:50px 0;
}

@media only screen and (max-width:768px) { 
.header h1 {font-size: 50px;}
}

@media only screen and (max-width:480px) { 
.header h1 {font-size: 40px;}
}

@media only screen and (max-width:360px) { 
.header h1 {font-size: 30px;}
}

@media only screen and (max-width:320px) { 
.header h1 {font-size: 30px;}
}

.header h2 {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    letter-spacing: -1px;
}


.ss {
    margin-bottom: 30px;
}

.ss a{
  color:#222;
}
.ss a:hover{
  color:#00A69A;
}

.ss img {}





#demo {
  color: #111;
}
#demo {
  padding-top: 60px;
  padding-bottom: 60px;
}
#demo h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: -1px;
}

.footer {
border-top: 1px solid #ccc;
padding-bottom: 15px;
padding-top: 30px;
}
.footer p {
    color: #222;
    font-size: 14px;
}