/* general styles */

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
}

.spacer {
    padding: 2%;
}

.spacer-sm {
    padding: 1%;
}

button .btn:hover,
button .btn:focus,
button .btn:active,
button .btn.active {
    outline: 0;
}

#resumeBtn.btn-default {
    color: #000;
    background-color: transparent;
    border-color: #cccccc;
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.49);
    border-radius: 0;
    width: 200px;
    height: 50px;
}

#resumeBtn.btn-default:hover,
#resumeBtn.btn-default:focus,
#resumeBtn.btn-default:active,
#resumeBtn.btn-default.active {
    cursor: pointer;
    border-color: #cccccc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.imgMe{
    vertical-align: top;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
    top: -5em;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    width: 15em;
    height: 15em;
}


/*Navbar Sections*/

nav.navbar.navbar-default {
    background-color: transparent;
    border-color: transparent;
    letter-spacing: 2px;
}

.navbar.navbar-default .navbar-brand {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
}

.nav.navbar-nav.navbar-right li a {
    color: #ffffff;
    width: fit-content;
}

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

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0;
}

.stickyNav {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
}

.stikcyNavli {
    color: #666;
    text-transform: uppercase;
}


/*FONT BASE COLOR*/

#textMessage {
    font-weight: 400;
}

#home h1.white {
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    margin: 40px 0;
}

#home h1 span {
    font-weight: 300;
}

.profile-preword span {
    color: #13100E;
    font-size: 21px;
    letter-spacing: 1rem;
    font-weight: 400;
    line-height: 1.1;
    display: inline-block;
    padding: 7px 12px;
    text-transform: uppercase;
    position: relative;
    background: white;
}

.profile-preword span:after {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    right: 50px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent;
    border-left-color: white;
}

.profile-welcome {
    color: #13100E;
}


/* padded section */

.pad-section {
    padding: 50px 0;
}

.pad-section img {
    width: 100%;
}


/* vertical-centered text */

.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vcenter h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


/*SLIDING TEXT EFFECTS*/

.slide_mid {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.slide_mid:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.slide_mid:hover:after {
    width: 100%;
    background: #13100E;
}

.interetsList {
    text-align: center;
}

.interetsList ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-bottom-width: medium;
}

.interetsList ul li {
    margin: 2px;
    border: 1px solid #ddd;
    padding: 20px;
}

.interetsList ul li i.fa {
    color: #13100E;
}


/* additional sections */

#home .jumbotron {
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.30);
    margin-left: 15%;
    margin-right: 15%;
}

#home {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)), url(/img/slide11.jpeg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.profile-list {
    margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
}

.profile-list li {
    margin-bottom: 30px;
}

.profile-list li.clearfix:before,
.profile-list li.clearfix:after {
    content: " ";
    display: table;
}

.profile-list .title {
    display: block;
    width: 120px;
    float: left;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.profile-list .cont {
    display: block;
    margin-left: 125px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #9da0a7;
}

.panel-default {
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    border-radius: 0;
    margin-top: 21px;
}

.section-title {
    color: #13100E;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #13100E;
    border-bottom-width: medium;
}

.lead {
    line-height: 2.3;
    font-size: 16px;
    text-align: justify;
}

#about {}

#services {
    background: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0)), url(/img/slide12.jpeg) no-repeat center center fixed;
    display: table;
    height: auto;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#services img {
    height: 90px;
    width: 100px;
}

#services .fa,
#services .icon-javascript,
#services .icon-script {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

audio {
    width: 0;
    height: 0;
    visibility: hidden;
}

footer {
    background-color: #13100E;
    color: #ffffff;
}

footer ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 20px;
}

footer ul li {
    border: 1px solid #ddd;
    padding: 7px 12px;
    margin: 5px;
}

footer ul li a {
    color: #ffffff;
}

#information {
    background-color: #FFFFFF;
    color: #ffffff;
}


/*---------------------- EQUILIZER STYLES ------------------------*/

#eqDiv {
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.equalizer {
    width: 50px;
    height: 30px;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.equalizer:after {
    content: 'PAUSE';
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #FFF;
    font-size: 8px;
    letter-spacing: 0.6px;
}

.equalizer.paused {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.equalizer.paused span {
    height: 4px !important;
}

.equalizer.paused:after {
    content: 'PLAY';
}

.equalizer span {
    background-color: #FFF;
    width: 2px;
    height: 0px;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    position: absolute;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
    margin-left: -10px;
}

.equalizer span:nth-child(2) {
    margin-left: -5px;
}

.equalizer span:nth-child(4) {
    margin-left: 5px;
}

.equalizer span:nth-child(5) {
    margin-left: 10px;
}


/*---------------------- / EQUILIZER STYLES ------------------------*/


/*---------------------- CAROUSEL STYLES ------------------------*/

.circle-container {
    border-radius: 100%;
    position: relative;
    width: 15em;
    height: 15em;
    display: block;
    margin: 5em auto;
}

.circle-container > * {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4em;
    height: 4em;
    margin-top: -2em;
    margin-left: -2em;
    text-align: center;
    -moz-transition: -moz-transform 1.5s cubic-bezier(0.31, 1.47, 0.475, 1.005);
    -o-transition: -o-transform 1.5s cubic-bezier(0.31, 1.47, 0.475, 1.005);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.31, 1.47, 0.475, 1.005);
    transition: transform 1.5s cubic-bezier(0.31, 1.47, 0.475, 1.005);
}

.circle-container > *:nth-of-type(1) {
    -moz-transform: rotate(630deg) translate(7.5em) rotate(-630deg);
    -ms-transform: rotate(630deg) translate(7.5em) rotate(-630deg);
    -webkit-transform: rotate(630deg) translate(7.5em) rotate(-630deg);
    transform: rotate(630deg) translate(7.5em) rotate(-630deg);
}

.circle-container > *:nth-of-type(2) {
    -moz-transform: rotate(690deg) translate(7.5em) rotate(-690deg);
    -ms-transform: rotate(690deg) translate(7.5em) rotate(-690deg);
    -webkit-transform: rotate(690deg) translate(7.5em) rotate(-690deg);
    transform: rotate(690deg) translate(7.5em) rotate(-690deg);
}

.circle-container > *:nth-of-type(3) {
    -moz-transform: rotate(750deg) translate(7.5em) rotate(-750deg);
    -ms-transform: rotate(750deg) translate(7.5em) rotate(-750deg);
    -webkit-transform: rotate(750deg) translate(7.5em) rotate(-750deg);
    transform: rotate(750deg) translate(7.5em) rotate(-750deg);
}

.circle-container > *:nth-of-type(4) {
    -moz-transform: rotate(810deg) translate(7.5em) rotate(-810deg);
    -ms-transform: rotate(810deg) translate(7.5em) rotate(-810deg);
    -webkit-transform: rotate(810deg) translate(7.5em) rotate(-810deg);
    transform: rotate(810deg) translate(7.5em) rotate(-810deg);
}

.circle-container > *:nth-of-type(5) {
    -moz-transform: rotate(870deg) translate(7.5em) rotate(-870deg);
    -ms-transform: rotate(870deg) translate(7.5em) rotate(-870deg);
    -webkit-transform: rotate(870deg) translate(7.5em) rotate(-870deg);
    transform: rotate(870deg) translate(7.5em) rotate(-870deg);
}

.circle-container > *:nth-of-type(6) {
    -moz-transform: rotate(930deg) translate(7.5em) rotate(-930deg);
    -ms-transform: rotate(930deg) translate(7.5em) rotate(-930deg);
    -webkit-transform: rotate(930deg) translate(7.5em) rotate(-930deg);
    transform: rotate(930deg) translate(7.5em) rotate(-930deg);
}

.circle-container a {
    background: #323a45;
    border-radius: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.2em;
    outline: 0;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -moz-transition: background 400ms ease-in-out, -moz-transform 200ms ease;
    -o-transition: background 400ms ease-in-out, -o-transform 200ms ease;
    -webkit-transition: background 400ms ease-in-out, -webkit-transform 200ms ease;
    transition: background 400ms ease-in-out, transform 200ms ease;
}

.no-touch .circle-container a:hover {
    background: #e6282b;
}

.circle-container a:active {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.circle-container a:focus {
    background: #e6282b;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.number {
    display: block;
    position: relative;
    margin: 5em;
    text-align: center;
}

.number > li {
    display: inline-block;
    line-height: 10px;
}

.number > li a {
    background: #323a45;
    border-radius: 5px;
    color: #fff;
    outline: 0;
    user-select: none;
    padding: 5px 12px;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    -moz-transition: background 350ms ease-in-out, -moz-transform 200ms ease-in-out;
    -o-transition: background 350ms ease-in-out, -o-transform 200ms ease-in-out;
    -webkit-transition: background 350ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: background 350ms ease-in-out, transform 200ms ease-in-out;
}

.no-touch .number > li a:hover {
    background: #e6282b;
}

.number > li a:active {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.number > li a:focus {
    background: #e6282b;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.active {
    background: #e6282b !important;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*---------------------- / CAROUSEL STYLES ------------------------*/


/*subheadings*/

.intro-points {
    display: block;
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    background: #efefef;
    text-transform: uppercase;
    height: 55px;
    width: 230px;
    line-height: 55px;
    position: relative;
    padding: 0 0 0 80px;
    transition: background .3s ease;
    -o-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    float: left;
    margin: 25px;
}


/* Defines Fisrt Section and Arrow */

.intro-points span {
    display: inline-block;
    position: absolute;
    width: 55px;
    line-height: 55px;
    float: left;
    font-size: 20px;
    background: #000;
    margin: 0 25px 0 0;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
}

.intro-points span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: auto;
    top: auto;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}

.square {
    height: 120px;
    width: 120px;
    border: 1px solid #999;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}

.square i.fa {
    color: #000;
    position: relative;
    display: inline-block;
    line-height: 50px;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    line-height: 4;
}

.square:hover,
.square:focus,
.square:active,
.square.active {
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.49);
}


/*/Subheadings*/

.thankYouNote {
    font-weight: initial;
    letter-spacing: 8px;
    line-height: 1.5;
    top: 82px;
    font-size: 4em;
    position: relative;
    color: #13100E;
}

#equalizer {
    position: relative;
    text-align: center;
    width: 600px;
    height: 100px;
    margin-top: 40px;
}

footer {
    padding: 20px 0;
}

footer .glyphicon {
    color: #333333;
    font-size: 60px;
}

footer .glyphicon:hover {
    color: #306d9f;
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .intrestDivs {
        width: auto;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .intrestDivs {
        width: auto;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .intrestDivs {
        width: 600px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .intrestDivs {
        width: 600px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .intrestDivs {
        width: 600px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }
}
