body { 
    margin-top: 67px;
    font-size: 17px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 33px;
}
.mcontainer {
    box-sizing: border-box;
    padding: 30px;
    background-color: #ededed;
}
a {
    color: #4ae3c8;
}
a:hover {
    color: #03332a;
    transition: all 0.4s linear;
    
}

/* Footer  */
.footera {
     background-color: #f7f7f7;
     color: #707070;
     font-size: 18px;
     border-top: 7px solid #3670e3;
}
.footera a {
    color: #3670e3;
    font-weight: bold;
}
.footerarights {
    padding: 20px;
    text-align: center;
    background-color: #3670e3;
    color: white;
}
.footerarights a {
    color: #1f3f80;
    transition: all 0.4s linear;
}
.footerarights a:hover {
    color: white;
    transition: all 0.4s linear;
}
.glyphicon {
    font-size: 30px;
}


/* Introduction  */
.amonex {
    background-color: rgba(54, 112, 227, 0.7);
    padding: 10px 20px 10px 20px;
}
.amone {
    padding: 0px;
}
.parallax {
    background-image: url('images/sds.jpeg');
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.amtitleone{
    clear: both;
    text-align: center;
    padding: 10px;
}
.amdiamondone {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: white;
	position: relative;
	top: -20px;
}
.amdiamondone:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: white;
}
.aboutmeone {
    margin-top: 20px;
    color: white;
}
.aboutmebodyone {
    padding: 20px;
}
.inbutton {
    text-align: center;
    font-size: 18px;
    margin-left: -25px;
}
.inbutton li {
    list-style: none;
    padding: 10px;
    display: inline-block;
    margin: 20px 0px 20px 0px;
}
.inbutton li a {
    text-decoration: none;
    background-color: #ffffff;
    color: #1f3f80;
    padding: 20px 35px 20px 35px;
    transition: all 0.3s linear;
}
.inbutton li a:hover {
    background-color: transparent;
    color: white;
    border: 6px solid white;
    transition: all 0.3s linear;
}

.bookimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* About Me  */
.amtwo {
    background-color: #efefef;
}
.amtitletwo{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #3670e3;
}
.aboutmetwo {
    margin-top: 45px;
    color: #707070;
}
.aboutmebodytwo {
    padding: 20px;
}
.amdescriptiontwo {
    padding: 10px;
    text-align: left;
}
.postimg {
    float: left;
    margin-right: 20px;
}
.amdescriptionone {
    padding: 10px;
    text-align: center;
    line-height: 46px;
}
.aboutmeimgone {
    float: left;
    margin-right: 15px;
}
.amdiamondtwo {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #3670e3;
	position: relative;
	top: -20px;
}
.amdiamondtwo:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3670e3;
}

/* Education  */
.ed {
    background-color: #f7f7f7;
}
.edtitle{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #3670e3;
}
.education {
    margin-top: 45px;
    color: #707070;
}
.edbody {
    padding: 20px;
}
.eddescription {
    margin-left: 25px;
    margin-top: 8px;
    padding: 10px;
    text-align: left;
    border-left: 3px solid #3670e3;
}
.eddiamond {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #3670e3;
	position: relative;
	top: -20px;
}
.eddiamond:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3670e3;
}
.eddate {
    padding: 7px;
    background-color: #3670e3;
    color: white;
}
.edspace {
    clear: both;
    padding: 20px;
}

/* Skills  */
.sk {
    padding: 0px;
}
.skx {
    background-color: rgba(54, 112, 227, 0.7);   
}
.rowq {
    margin: 0px;
}
.sktitle{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #ffffff;
}
.skills {
    margin-top: 45px;
    color: #ffffff;
}
.skbody {
    padding: 20px;
}
.skdescription {
    padding: 20px;
    text-align: left;
    float: left;
}
.skdescriptionx {
    padding: 20px;
}
.skdiamond {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #ffffff;
	position: relative;
	top: -20px;
}
.skdiamond:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffffff;
}
.skti {
    font-weight: bold;
}
.progress {
    width: 40%;
    display: inline-block;
    margin-top: 16px;
    height: auto;
    box-sizing : border-box;
}
.pbootstrap {
    width: 40%;
    display: inline-block;
    margin-top: 16px;
    margin-left: 43px;
    height: 35px;
}
.pwordpress {
    width: 40%;
    display: inline-block;
    margin-top: 16px;
    margin-left: 37px;
    height: 35px;
}
.progress-bar {
    background-color: #124b40;
    color: #FFFFFF;
    box-sizing : border-box;
}
.skclear {
    clear: both;
}
.skxdescription {
    padding: 12px 20px 12px 20px;
    text-align: left;
    float: left;
    clear: both;
}    
.skxdescription a {
    font-weight: bold;
}
/* Portfolio  */
.pf {
    background-color: #efefef;
}
.pftitle{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #3670e3;
}
.portfolio {
    margin-top: 45px;
    color: #707070;
}
.pfbody {
    padding: 20px;
    text-align: center;
}
.pfdescription {
    padding: 10px;
    text-align: left;
}
.pfdiamond {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #3670e3;
	position: relative;
	top: -20px;
}
.pfdiamond:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3670e3;
}
.center-pills { 
    display: inline-block;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #3670e3;
}
.nav-pills>li>a {
    color: #707070;
}
.pfpillso {
    display: inline-block;
    padding: 15px;
    border-radius: 20px;
}
.pfpillso:hover {
    border-radius: 20px;
}
.pfimgeffect {
    background-color: rgba(26, 167, 139, 0.6);
    width: 180px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
}


/* Features  */
.ft {
    background-color: #f7f7f7;
}
.fttitle{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #3670e3;
}
.features {
    margin-top: 45px;
    color: #707070;
}
.ftbody {
    padding: 20px;
}
.ftdescription {
    padding: 10px;
    text-align: left;
}
.ftdiamond {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #3670e3;
	position: relative;
	top: -20px;
}
.ftdiamond:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3670e3;
}
.featuresone {
    color: #3670e3;
    font-weight: bold;
}
.fimgeffect:hover {
    background-color: rgba(26, 167, 139, 0.6);
    border-radius: 20px;
}
.fimgeffect {
    background-color: rgba(26, 167, 139, 0.6);
    width: 210px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.5s;
}
.ftpostimg {
    margin: 0 auto;
    background-color: rgba(26, 167, 139, 0.5);
    opacity: 1;
    transition: all 0.5s;
}
.ftpostimg:hover {
    opacity: 0.4;
    border-radius: 20px;
    transform: scale(1.2);
    transition: all 0.5s;
}

/* Services  */
.sv {
    padding: 0px;
}
.svx {
    background-color: rgba(26, 167, 139, 0.8);
    
}
.rowq {
    margin: 0px;
}
.svtitle{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #ffffff;
}
.services {
    margin-top: 45px;
    color: #ffffff;
}
.svbody {
    padding: 20px;
}
.svbodyx {
    text-align: center;
    padding: 15px;
}
.svbodyx a {
    color: white;
}
.svbodyx a:hover{
    text-decoration: none;
    color: #1f3f80;
}
.svdescription {
    padding: 10px;
    text-align: left;
}
.svdiamond {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #ffffff;
	position: relative;
	top: -20px;
}
.svdiamond:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffffff;
}
.svbutton {
    padding: 15px;
    border: 3px solid #ffffff;
    transition: all 0.3s linear;
}    
.svbutton:hover {
    background-color: white;
    font-size: 19px;
    transition: all 0.3s linear;
}
.svpostimg {
    margin: 0 auto;
}



/* Contact Me  */
.cm {
    background-color: #efefef;
}
.cmtitle{
    clear: both;
    text-align: center;
    padding: 10px;
    color: #3670e3;
}
.contactme {
    margin-top: 45px;
    color: #707070;
}
.cmbody {
    padding: 20px;
}
.cmdescription {
    padding: 10px;
    text-align: left;
    font-weight: bold;
}
.cmdescription a {
    color: #707070;
}
.cmdiamond {
	width: 0;
	height: 0;
    margin: auto;
	border: 20px solid transparent;
	border-bottom-color: #3670e3;
	position: relative;
	top: -20px;
}
.cmdiamond:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #3670e3;
}
.cmpostimg {
    float: left;
    margin-right: 20px;
}






.imga {
    width: 260px;
    height: 190px;
    display: block;
    margin: auto;
}
.titlea {
    padding-top: 15px;
    color: black;
}
.descr {
    padding-top: 10px;
    color: #454545;
}
.nava {
    background-color: #fbfbfb;
    padding: 0px;
    border-bottom: 5px solid #3670e3;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
}
.nav.navbar-nav li a {
    padding: 24px;
    color: #707070;
    font-size: 17px;
    transition: all 0.1s linear;
    margin-left: 5px;
}
.nav.navbar-nav li a.active {
    color: white;
    background-color: #3670e3;
}
.nav.navbar-nav li a:hover {
    background-color: #3670e3;
    color: white;
    transition: all 0.1s linear;
}
.nav.navbar-nav li a:focus {
    color: white;
}
.navbar-toggle {
    border: none;
    background-color: #3670e3;
}
.navbar-toggle:hover {
    background-color: #3670e3;
}
#navtog:hover, #navtog:focus {
    background-color: #3670e3;
}
.navbar-default .navbar-collapse {
    border: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #3670e3;
    color: white;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 550px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #3670e3;
}
@media screen and (max-width: 768px) {
    body {
        margin-top: 48px;
    }
    .headera {
        text-align: center;
    }
    .mcontainer {
    padding: 5px;
    }
}
@media (max-width: 800px) {
    body {
        margin-top: 48px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
@media screen and (max-width: 544px) {
    .postimg {
    margin: 0 auto;
    float: none;
    clear: both;
}
}
